-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.47 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.47 KB
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
{
"name": "react-seed",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/runtime": "7.0.0-beta.55",
"@material-ui/core": "^3.0.3",
"@material-ui/icons": "^3.0.1",
"ag-grid": "^18.1.2",
"ag-grid-react": "^18.1.0",
"axios": "^0.18.0",
"bizcharts": "^3.2.3-beta.2",
"bootstrap": "^4.1.3",
"formik": "^1.1.1",
"history": "^4.7.2",
"jquery": "^3.3.1",
"js-cookie": "^2.2.0",
"json-loader": "^0.5.7",
"leaflet": "^1.3.3",
"lodash": "^4.17.10",
"react": "^16.4.2",
"react-datepicker2": "^1.0.0-alpha3",
"react-dom": "^16.4.2",
"react-dom-factories": "^1.0.2",
"react-global-configuration": "^1.2.1",
"react-intl-universal": "^1.12.1",
"react-loadable": "^5.5.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-toastify": "^4.3.0",
"redux": "^4.0.0",
"validator": "^10.5.0",
"yup": "^0.24.1"
},
"devDependencies": {
"concurrently": "^4.0.1",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-merge-json": "^1.3.1",
"gulp-watch": "^5.0.1",
"node-sass": "^4.9.3",
"require-dir": "^1.0.0",
"sass-loader": "^7.1.0"
},
"scripts": {
"start": "concurrently -p \"[{name}]\" -n \"GULP,REACT\" -c \"bgBlue.bold,bgMagenta.bold\" \"gulp\" \"set PORT=9988 && react-scripts start\"",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}