-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.4 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
51
{
"name": "yibozi",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@zeit/next-css": "^1.0.1",
"antd": "^3.16.5",
"axios": "^0.19.0",
"axios-extensions": "^3.0.6",
"braft-editor": "^2.3.7",
"koa": "^2.0.1",
"koa-body": "^4.1.1",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.1.0",
"koa-static": "^5.0.0",
"mkdirp": "^0.5.1",
"mongoose": "^5.4.20",
"next": "^9.0.3",
"next-redux-wrapper": "^3.0.0-alpha.2",
"nodemon": "^1.18.10",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"null-loader": "^3.0.0",
"react": "^16.7.0",
"react-dom": "^16.9.0",
"react-no-ssr": "^1.1.0",
"react-redux": "^7.0.2",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"styled-components": "^4.2.0",
"swiper": "^4.5.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-import": "^1.11.0",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-react": "^7.12.4"
}
}