generated from BloomTech-Labs/template-fe
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
75 lines (75 loc) · 1.91 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
72
73
74
75
{
"name": "foster",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.11",
"@reduxjs/toolkit": "^1.2.5",
"@sentry/browser": "^5.12.4",
"animate-components": "^1.4.8",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"formik": "^2.1.4",
"history": "^4.10.1",
"mutationobserver-shim": "^0.3.5",
"react": "^16.13.0",
"react-dennis-progressbar": "^1.0.8",
"react-dom": "^16.13.0",
"react-fade-in": "^0.1.8",
"react-ga": "^2.7.0",
"react-icons": "^3.10.0",
"react-lottie": "^1.2.3",
"react-map-gl": "^5.2.3",
"react-player": "^1.15.2",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-stepper-horizontal": "^1.0.11",
"react-table": "^7.0.0-rc.16",
"sass": "^1.26.3",
"scss": "^0.2.4",
"styled-components": "^5.0.1",
"styled-normalize": "^8.0.7",
"webfontloader": "^1.6.28",
"yup": "^0.28.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^10.0.0",
"jest-dom": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"watch": "react-scripts test --watchAll",
"coverage": "CI=true react-scripts test --coverage || true",
"eject": "react-scripts eject",
"heroku-prebuild": "npm install --only=dev"
},
"jest": {
"collectCoverageFrom": [
"**/*.{js,jsx}",
"!**/node_modules/**"
]
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}