-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.22 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "website",
"version": "1.0.0",
"description": "Personal website create by zhaosaisai",
"main": "index.js",
"author": "zhaosaisai, 2json",
"license": "MIT",
"dependencies": {
"animateplus": "^2.0.0",
"antd": "2",
"axios": "^0.16.2",
"classnames": "^2.2.5",
"echarts-for-react": "^2.0.0",
"highlight.js": "^9.12.0",
"ip": "^1.1.5",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.3.0",
"log4js": "^2.3.12",
"moment": "^2.19.2",
"mysql": "^2.15.0",
"node-emoji": "^1.8.1",
"normalize.css": "^7.0.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-click-outside": "tj/react-click-outside",
"react-dom": "^16.0.0",
"react-markdown": "^3.1.0",
"react-redux": "^5.0.6",
"react-router": "3",
"react-router-redux": "4",
"react-sortable-hoc": "^0.6.8",
"react-table": "^6.7.4",
"redux": "^3.7.2",
"redux-logger": "^3.0.6"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.3",
"open-browser-webpack-plugin": "^0.0.5",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"unused-files-webpack-plugin": "^3.2.0",
"url-loader": "^0.6.2",
"webpack": "2",
"webpack-dev-server": "^2.9.1",
"webpack-monitor": "^1.0.13"
},
"scripts": {
"dev": "node server.js",
"remove:build": "/bin/rm -rf ./build/plus && /bin/rm -f ./build/index.html",
"build": "yarn run remove:build && yarn install && NODE_ENV=production ./node_modules/.bin/webpack --progress --colors",
"production": "yarn run build && cd build && python -m SimpleHTTPServer"
}
}