forked from codestates/doit-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 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
49
50
{
"name": "do-it-front",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"prestart": "npm run build",
"start": "NODE_ENV=production pm2 start server.js --max-memory-restart 200M && pm2 monit"
},
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"antd": "^3.25.0",
"axios": "^0.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"howler": "^2.1.2",
"js-cookie": "^2.2.1",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"next": "^9.1.3",
"next-redux-saga": "^4.0.2",
"next-redux-wrapper": "^4.0.1",
"pm2": "^4.1.2",
"prop-types": "^15.7.2",
"rc-scroll-anim": "^2.7.4",
"rc-tween-one": "^2.6.5",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-google-login": "^5.0.7",
"react-helmet": "^5.2.1",
"react-redux": "^7.1.3",
"redux": "^4.0.4",
"redux-saga": "^1.1.3",
"styled-components": "^4.4.1",
"webpack": "^4.41.2"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0"
}
}