This repository was archived by the owner on Aug 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.77 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.77 KB
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
{
"name": "raidwatch2",
"version": "2.0.0b",
"private": true,
"dependencies": {
"bungie-api-ts": "^4.22.2",
"chakra-react-select": "^4.6.0",
"dexie": "^3.2.3",
"dexie-react-hooks": "^1.1.3",
"framer-motion": "^7.3.6",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.10.0",
"react-scripts": "^5.0.1",
"react-twitter-embed": "^4.0.4",
"recoil": "^0.7.7",
"uuid": "^9.0.0",
"zustand": "^4.3.7"
},
"scripts": {
"start": "REACT_APP_MODE=beta react-scripts start",
"start-prod": "react-scripts start",
"build": "REACT_APP_MODE=beta react-scripts build",
"build-prod": "react-scripts build",
"upload": "REACT_APP_MODE=beta yarn build && bash upload.sh",
"upload-prod": "yarn build-prod && bash uploadprod.sh"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 edge version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"react-app-rewired": "^2.2.1",
"typescript": "^5.0.4",
"web-vitals": "^3.3.1"
}
}