forked from pruksmhc/mindlogger-app-admin-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.02 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
{
"name": "mindlogger_admin_panel",
"version": "0.3.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.4.3",
"@material-ui/icons": "^2.0.1",
"adminlte-reactjs": "github:shnizzedy/ReactJS-AdminLTE",
"ajv": "^6.0.0",
"bootstrap": "^3.3.7",
"build-css": "^0.2.0",
"classnames": "^2.2.5",
"d3": "~4.7.0",
"debounce": "^1.1.0",
"env-cmd": "^8.0.2",
"event-drops": "^1.3.0",
"file-saver": "^1.3.3",
"grpc": "^1.15.1",
"immutable": "^3.8.2",
"letsencrypt-express": "^2.0.7",
"moment": "^2.19.3",
"node-sass": "^4.10.0",
"node-sass-chokidar": "^1.3.0",
"npm": "^6.4.0",
"npm-run-all": "^4.1.3",
"object-to-formdata": "^1.5.2",
"package.json": "^2.0.1",
"papaparse": "^4.3.7",
"random-string": "^0.2.0",
"rc-time-picker": "^3.3.1",
"react": "^16.4.2",
"react-bootstrap": "^0.31.5",
"react-datepicker": "^2.0.0",
"react-dom": "^16.4.2",
"react-dropzone": "^4.2.3",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.0.0-beta.8",
"react-router-redux": "^4.0.8",
"react-scripts": "^1.1.5",
"recharts": "^1.0.0-beta.5",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.1.2",
"redux-thunk": "^2.2.0",
"serve": "^10.0.0",
"startjs": "^1.0.8",
"sugar": "^2.0.4",
"webpack": "3.11.0",
"webpack-dev-server": "^3.1.10"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src/static/scss --include-path ./node_modules src/static/scss -o src/static/css",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src/static/scss --include-path ./node_modules src/static/scss -o src/static/css --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-app-scripts test --env=jsdom",
"eject": "react-app-scripts eject"
}
}