-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "rhqD-MathLab",
"version": "0.0.1",
"description": "rhqD'MathLab",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.js --progress --colors --host localhost",
"build": "npm run clearBuild && webpack --config webpack.config.js --progress --profile --colors",
"build_linux": "npm run clearBuild_linux && webpack --config webpack.config.js --progress --profile --colors",
"clearProd": "IF EXIST prod del \"prod\\*.*\" /Q /F /S",
"prod": "npm run clearProd && webpack -p --config webpack.prod.config.js --progress --colors",
"clearBuild": "IF EXIST build del \"build\\*.*\" /Q /F /S",
"clearBuild_linux": "if [ -d ./build ]; then rm -rf ./build; fi",
"test": "node test"
},
"license": "MIT",
"homepage": "",
"dependencies": {
"classnames": "^2.2.5",
"echarts": "^3.1.10",
"isomorphic-fetch": "^2.1.1",
"lodash": "^4.17.19",
"react": "15.4.1",
"react-autobind": "^1.0.6",
"react-dom": "15.4.2",
"react-notification-system": "^0.2.7",
"react-redux": "^4.2.1",
"react-router": "^2.8.1",
"react-router-redux": "^4.0.0-rc.1",
"redux": "^3.2.1",
"redux-form": "6.6.0",
"redux-logger": "^2.4.0",
"redux-thunk": "^1.0.3",
"url-join": "^2.0.2",
"colors": "^1.1.0"
},
"devDependencies": {
"worker-loader": "1.1.0",
"css-loader": "^0.27.0",
"eslint": "^4.18.2",
"eslint-plugin-react": "^5.0.1",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"import-sort-style-skl": "^1.2.0",
"istanbul": "^1.1.0-alpha.1",
"postcss": "^5.2.16",
"postcss-assets": "^4.1.0",
"postcss-browser-reporter": "^0.4.0",
"postcss-cssnext": "^2.10.0",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.3.3",
"postcss-reporter": "^3.0.0",
"postcss-url": "^5.1.2",
"raw-loader": "^0.5.1",
"react-addons-perf": "15.4.1",
"react-addons-test-utils": "15.4.1",
"react-big-calendar": "^0.10.3",
"react-hot-loader": "^3.0.0-beta.5",
"redux-devtools": "^3.1.0",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.3",
"style-loader": "^0.13.1",
"stylelint": "^6.3.3",
"stylelint-config-standard": "^9.0.0",
"transfer-webpack-plugin": "^0.1.4",
"url-loader": "^0.5.7",
"webpack": "^2.6.1",
"webpack-dev-server": "^3.1.11"
}
}