-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"ajv": "^6.9.2",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.1",
"mui-datatables": "^2.11.1",
"react": "^16.8.3",
"react-autosuggest": "^9.4.3",
"react-color": "^2.17.3",
"react-dom": "^16.8.6",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.5",
"react-select": "^2.4.1",
"react-to-print": "^2.0.0-alpha.7",
"redux": "^4.0.1",
"typeface-open-sans": "0.0.54",
"typeface-roboto": "0.0.54"
},
"scripts": {
"start": "NODE_PATH=./src react-scripts start",
"build": "NODE_PATH=./src react-scripts build",
"test": "NODE_PATH=./src react-scripts test --env=jsdom",
"eject": "NODE_PATH=./src react-scripts eject"
},
"devDependencies": {
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"nock": "^9.6.1",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.8.3",
"redux-mock-store": "^1.5.3"
}
}