generated from BloomTech-Labs/template-fe
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
81 lines (81 loc) · 1.99 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
76
77
78
79
80
81
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@sandstreamdev/react-swipeable-list": "^0.4.1",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"boxicons": "^2.0.5",
"chart.js": "^2.9.3",
"d3-ease": "^1.0.6",
"enzyme": "^3.11.0",
"formidable": "^1.2.1",
"jwt-decode": "^2.2.0",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"npm": "^6.13.7",
"react": "^16.12.0",
"react-chartjs-2": "^2.9.0",
"react-circular-progressbar": "^2.0.3",
"react-dom": "^16.12.0",
"react-dom-confetti": "^0.1.3",
"react-hook-form": "^5.4.2",
"react-horizontal-scrolling-menu": "^0.7.6",
"react-modal": "^3.11.2",
"react-move": "^6.1.0",
"react-popup": "^0.10.0",
"react-redux": "^7.2.0",
"react-responsive": "^8.0.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-slider": "^1.0.3",
"react-swipeable-views": "^0.13.9",
"react-switch-case": "^1.5.0",
"react-timer-hook": "^2.0.0",
"reactstrap": "^8.4.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"styled-components": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"test:watch": "npm test -- --watch",
"eject": "react-scripts eject",
"coverage": "CI=true yarn test --coverage --watchAll=false || true"
},
"jest": {
"collectCoverageFrom": [
"**/*.js",
"!**/node_modules/**",
"!**/vendor/**",
"!**/__tests__/**"
]
},
"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"
]
},
"devDependencies": {
"fetch-mock": "^9.2.1"
},
"resolutions": {
"@babel/preset-env": "^7.8.7"
}
}