-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "next-starter",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "NODE_ENV=development node server.js",
"start": "NODE_ENV=production node server.js",
"build": "next build"
},
"dependencies": {
"@emotion/core": "10.0.28",
"@emotion/styled": "10.0.27",
"body-parser": "1.19.0",
"cookie-parser": "1.4.5",
"dotenv": "8.2.0",
"dotenv-webpack": "1.7.0",
"express": "4.17.1",
"isomorphic-unfetch": "3.0.0",
"js-cookie": "2.2.1",
"lodash": "4.17.15",
"mdi-react": "5.4.0",
"next": "9.3.2",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-ga": "2.7.0",
"react-redux": "7.2.0",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-thunk": "2.3.0",
"uuid": "7.0.3"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"babel-plugin-emotion": "10.0.29",
"babel-plugin-module-resolver": "4.0.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "3.0.0",
"husky": "4.2.3",
"prettier": "2.0.2",
"pretty-quick": "2.0.1"
}
}