-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.63 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
{
"copyright": "Copyright (c) Microsoft. All rights reserved.",
"license": "MIT",
"private": true,
"dependencies": {
"adal-angular": "1.0.15",
"ag-grid": "17.1.1",
"ag-grid-react": "17.1.0",
"dot-object": "1.7.0",
"i18next": "10.3.0",
"i18next-browser-languagedetector": "2.1.0",
"i18next-xhr-backend": "1.5.1",
"immutability-helper": "2.5.1",
"moment": "2.22.1",
"normalizr": "3.2.4",
"query-string": "5.1.0",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-dom-factories": "1.0.2",
"react-i18next": "7.3.1",
"react-redux": "5.0.6",
"react-router-dom": "4.2.2",
"react-scripts": "1.0.17",
"react-select": "1.0.0-rc.10",
"react-svg": "2.1.22",
"redux": "3.7.2",
"redux-devtools-extension": "2.13.5",
"redux-observable": "0.17.0",
"reselect": "3.0.1",
"rxjs": "5.5.2",
"tsiclient": "1.1.19"
},
"devDependencies": {
"enzyme": "3.2.0",
"enzyme-adapter-react-16": "1.1.0",
"flow-bin": "0.48.0",
"mocha-steps": "1.1.0",
"node-fetch": "1.7.1",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "4.0.2",
"rxjs-marbles": "2.3.1"
},
"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"
}
}