-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 884 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "with-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "xdg-open http://localhost:3000 && next",
"build": "next build",
"start": "next start",
"lint": "yarn prettier --check --ignore-unknown ./src/** ./pages/**",
"lint:fix": "yarn prettier --write --ignore-unknown ./src/** ./pages/**"
},
"dependencies": {
"@types/react-collapse": "^5.0.0",
"cep-promise": "^4.1.0",
"js-yaml-loader": "^1.2.2",
"next": "latest",
"react": "^16.8.0",
"react-collapse": "^5.1.0",
"react-dom": "^16.8.0",
"react-is": "^16.8.0",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@types/styled-components": "^5.1.7",
"babel-plugin-styled-components": "^1.8.0",
"prettier": "^2.2.1",
"typescript": "^4.2.2"
},
"license": "MIT"
}