-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "hym",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild" : "npm run build",
"test": "echo \"Error: no test specifield\" && exit 1"
},
"author": "hym",
"engines": {
"node": "10.16.1"
},
"license": "ISC",
"dependencies": {
"antd": "^3.26.2",
"axios": "^0.19.0",
"immer": "^5.1.0",
"next": "^9.2.1",
"next-redux-saga": "^4.1.2",
"next-redux-wrapper": "^4.0.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-iframe": "^1.8.0",
"react-redux": "^7.1.3",
"react-slick": "^0.25.2",
"redux": "^4.0.4",
"redux-saga": "^1.1.3",
"styled-components": "^4.4.1",
"use-timer": "^1.0.7",
"youtube-search": "^1.1.4"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"babel-plugin-styled-components": "^1.10.7",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"webpack": "^4.41.2"
}
}