-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 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
63
64
{
"name": "dmscreen",
"version": "0.2.1",
"private": true,
"dependencies": {
"@material-ui/core": "^4.7.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.34",
"@material-ui/styles": "^4.7.1",
"array-flat-polyfill": "^1.0.1",
"fsevents": "^2.0.7",
"prop-types": "^15.6.2",
"react": "^16.12.0",
"react-accessible-accordion": "^2.4.5",
"react-autosuggest": "^9.4.3",
"react-awesome-modal": "^2.0.5",
"react-dom": "^16.12.0",
"react-force-graph-2d": "^1.6.1",
"react-ga": "^2.5.3",
"react-overlays": "^0.8.3",
"react-redux": "^5.1.2",
"react-reorder": "^3.0.0-alpha.7",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.4.1",
"react-select": "^2.1.1",
"react-simple-styleable-select": "^1.4.0",
"react-table": "^6.8.6",
"redux": "^3.7.2",
"redux-form": "^7.4.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"seedrandom": "^2.4.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"cov": "CI=true react-scripts test --env=jsdom --coverage",
"aws": "cd src/script & npm run aws",
"setup": "cd src/script & npm i",
"notes": "react-select ^1.2.1 was what we had before upgrade"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!<rootDir>/node_modules/",
"!<rootDir>/path/to/dir/"
],
"coverageReporters": [
"text"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}