-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 3.57 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "material-dashboard-pro-react",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.4.0",
"arc": "^0.1.1",
"axios": "^0.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"base-64": "^0.1.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"browser-sync": "^2.24.6",
"chartist": "0.10.1",
"css-loader": "^0.28.9",
"echarts": "^4.0.2",
"echarts-for-react": "^2.0.6",
"es6": "0.0.7",
"express": "^4.16.2",
"express-basic-auth": "^1.1.5",
"express-jsx": "0.0.4",
"fs": "0.0.1-security",
"gigatables-react": "2.8.12",
"gulp-forever-monitor": "^1.0.3",
"history": "4.7.2",
"html-webpack-plugin": "^2.26.0",
"knex": "^0.15.2",
"lodash": "^4.17.10",
"material-ui": "1.0.0-beta.34",
"material-ui-icons": "1.0.0-beta.36",
"material-ui-pickers": "^1.0.0-rc.3",
"moment": "2.22.2",
"mongoose": "^5.2.15",
"net": "^1.0.2",
"node-fetch": "^2.2.0",
"node-sass-chokidar": "^1.3.3",
"mysql": "^2.15.0",
"mysql2": "^1.5.2",
"nodemon": "^1.18.3",
"npm-run-all": "4.1.1",
"nvm": "0.0.4",
"omit": "^1.0.1",
"openlayers": "^4.6.5",
"path": "^0.12.7",
"perfect-scrollbar": "1.3.0",
"pg": "^7.4.3",
"prop-types": "^15.6.2",
"querystring": "^0.2.0",
"react": "16.3.0",
"react-awesome-button": "^3.0.0",
"react-bootstrap": "^0.32.1",
"react-bootstrap-table-next": "^0.1.3",
"react-big-calendar": "0.18.0",
"react-bootstrap-sweetalert": "4.2.3",
"react-chartist": "0.13.1",
"react-datetime": "2.14.0",
"react-dates": "^17.2.0",
"react-cookie": "^2.2.0",
"react-dom": "16.3.0",
"react-geetest-captcha": "^1.0.2",
"react-google-maps": "9.4.5",
"react-moment-proptypes": "^1.6.0",
"react-jvectormap": "0.0.2",
"react-nouislider": "2.0.1",
"react-redux": "^5.0.5",
"react-router-dom": "4.2.2",
"react-scripts": "1.1.1",
"react-swipeable-views": "0.12.13",
"react-table": "6.8.0",
"react-tagsinput": "3.19.0",
"react-widgets": "^4.1.3",
"react-with-styles": "^3.2.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"request": "^2.88.0",
"serve": "^9.4.0",
"sequelize": "^4.38.0",
"style-loader": "^0.20.1",
"svg-captcha": "^1.3.11",
"tls": "0.0.1",
"universal-cookie": "^2.2.0",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^2.0.4"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "node ./src/start.js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build"
},
"devDependencies": {
"babel-plugin-root-import": "^6.1.0",
"clean-webpack-plugin": "^0.1.18",
"compression-webpack-plugin": "^1.1.11",
"eslint": "^4.18.2",
"eslint-plugin-react": "^7.7.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.0.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-command": "^0.4.1"
}
}