-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.47 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
{
"name": "react-sneakers",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.3.2",
"cross-env": "^7.0.3",
"node-sass": "^8.0.0",
"react": "^17.0.2",
"react-content-loader": "^6.0.3",
"react-dom": "^17.0.2",
"react-redux": "^7.2.5",
"react-responsive-carousel": "^3.2.22",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"typescript": "^4.1.2"
},
"resolutions": {
"@types/react": "^17.0.0"
},
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions",
"scripts": {
"start": "cross-env BROWSER=none react-scripts start",
"test": "jest --watchAll --maxWorkers=1",
"coverage": "jest --coverage",
"build": "react-scripts build"
},
"browserslist": {
"production": [
">0.1%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "12.1.4",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.2",
"history": "^5.3.0",
"jest-environment-jsdom": "^29.3.1",
"jest-transform-stub": "^2.0.0",
"msw": "^0.48.2",
"ts-jest": "^29.0.3",
"whatwg-fetch": "^3.6.2"
}
}