forked from Azure/pcs-remote-monitoring-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.43 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
{
"name": "remote-monitoring",
"version": "0.1.0",
"private": true,
"dependencies": {
"adal-angular": "1.0.15",
"ag-grid": "11.0.0",
"ag-grid-react": "11.0.0",
"bootstrap": "3.3.7",
"c3": "0.4.14",
"chart.js": "2.6.0",
"jquery": "3.2.1",
"lodash": "4.17.4",
"moment": "2.21.0",
"moment-timezone": "0.5.14",
"pubsub-js": "1.5.7",
"react": "15.5.4",
"react-bootstrap": "0.31.0",
"react-data-grid": "2.0.50",
"react-dom": "15.5.4",
"react-redux": "5.0.5",
"react-router": "3.0.5",
"react-select": "1.0.0-rc.5",
"redux": "3.7.0",
"redux-thunk": "2.2.0",
"rxjs": "5.4.2",
"uuid": "3.1.0"
},
"devDependencies": {
"enzyme": "2.9.1",
"flow-bin": "0.48.0",
"node-fetch": "1.7.1",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "4.0.2",
"react-scripts": "1.0.7",
"react-test-renderer": "15.6.1",
"redux-mock-store": "1.2.3"
},
"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": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow"
}
}