-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
48 lines (48 loc) · 1.44 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "klaytn-nextjs-seed",
"version": "1.0.0",
"scripts": {
"build": "next build",
"dev": "node server.js",
"start": "cross-env NODE_ENV=production node server.js"
},
"dependencies": {
"@styled-system/theme-get": "^5.1.1",
"@zeit/next-css": "^1.0.2-canary.2",
"antd": "^3.23.1",
"axios": "^0.19.0",
"caver-js": "^1.1.2",
"dotenv-webpack": "^1.7.0",
"express": "^4.17.1",
"isomorphic-unfetch": "^3.0.0",
"js-scrypt": "^0.2.0",
"mobx": "^4.13.0",
"mobx-react": "^6.1.3",
"mobx-react-lite": "^1.4.1",
"next": "latest",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^0.18.0",
"next-optimized-images": "^2.5.3",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-json-pretty": "^2.1.0",
"styled-components": "^4.3.2",
"webpack-filter-warnings-plugin": "^1.2.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"babel-plugin-import": "^1.12.0",
"babel-plugin-styled-components": "^1.10.6",
"cross-env": "^5.2.0",
"imagemin-optipng": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"null-loader": "^3.0.0",
"prettier": "^1.18.2"
}
}