-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.38 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": "sacc",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:wwqin/Sacc-Work-System.git",
"author": "wwqin <[email protected]>",
"license": "MIT",
"dependencies": {
"@antv/data-set": "^0.10.2",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"antd": "^3.20.7",
"axios": "^0.19.0",
"css-animation": "^1.6.0",
"express": "^4.17.1",
"file-loader": "^4.0.0",
"for-editor": "^0.3.0",
"immutable": "^4.0.0-rc.12",
"less": "^2.7.2",
"next": "^8.1.0",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^0.17.0",
"next-redux-wrapper": "^3.0.0-alpha.3",
"prismjs": "^1.16.0",
"react": "^16.8.6",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-immutable": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-persist-transform-immutable": "^5.0.0",
"redux-thunk": "^2.3.0",
"style-loader": "^0.23.1",
"styled-jsx": "^3.2.1",
"styled-jsx-plugin-less": "^0.0.1-alpha.1",
"url-loader": "^2.0.1",
"viser-react": "^2.4.6"
},
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"devDependencies": {
"@zeit/next-less": "^1.0.1",
"babel-plugin-prismjs": "^1.0.2"
}
}