-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
71 lines (71 loc) · 1.8 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
65
66
67
68
69
70
71
{
"name": "omega2020",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^1.9.0",
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.55",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"auth0": "^2.20.0",
"axios": "^0.19.1",
"chai": "^4.2.0",
"components": "^0.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"expect": "^26.1.0",
"material-ui": "^0.20.2",
"msw": "^0.19.5",
"node": "^14.4.0",
"normalize.css": "^8.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-ga": "^2.7.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-to-print": "^2.9.0",
"reactstrap": "^8.2.0",
"styled": "^1.0.0",
"styled-components": "^5.1.1",
"use-undo": "^1.0.3",
"whatwg-fetch": "^3.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"coverage": "CI=true yarn test --coverage --watchAll=false || true"
},
"jest": {
"collectCoverageFrom": [
"**/*.js",
"!**/node_modules/**",
"!**/vendor/**",
"!**/__tests__/**"
]
},
"proxy": "http://flask-env2.us-east-2.elasticbeanstalk.com:80",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"jest": "^24.9.0",
"jest-dom": "^4.0.0",
"prettier": "2.0.5",
"react-test-renderer": "^16.12.0",
"react-testing-library": "^8.0.1"
}
}