-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.17 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.17 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": "claw-scoutingpwa",
"private": true,
"version": "2025.1.1",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"dev-host": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --max-warnings 0",
"preview": "vite preview",
"generate-tba-client": "npx swagger-typescript-api -p https://www.thebluealliance.com/swagger/api_v3.json -o ./src/types -n blueAllianceTypes.ts --type-prefix BlueAlliance --no-client --union-enums --add-readonly --patch"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@hello-pangea/dnd": "^18.0.1",
"@mui/lab": "6.0.0-beta.28",
"@mui/material": "^6.4.5",
"@mui/x-charts": "^7.27.0",
"csv-stringify": "^6.5.2",
"dayjs": "^1.11.13",
"events": "^3.3.0",
"file-saver": "^2.0.5",
"idb": "^8.0.2",
"jszip": "^3.10.1",
"notistack": "^3.0.2",
"protobufjs": "^7.4.0",
"qr-scanner": "^1.4.2",
"react": "^19.0.0",
"react-confetti": "^6.2.2",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
"react-qr-code": "^2.0.15",
"visual-heatmap": "^2.1.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.6",
"@eslint/js": "^9.20.0",
"@types/events": "^3.0.3",
"@types/file-saver": "^2.0.7",
"@types/node-gzip": "^1.1.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/web-bluetooth": "^0.0.20",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-21e868a-20250216",
"eslint": "^9.20.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-21e868a-20250216",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"postcss": "^8.5.3",
"react-router-dom": "^6.29.0",
"swagger-typescript-api": "^13.0.23",
"tailwindcss": "^3.4.17",
"tailwindcss-displaymodes": "^1.0.8",
"typed-emitter": "^2.1.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"vite": "^6.1.1",
"vite-plugin-pwa": "^0.21.1",
"workbox-window": "^7.3.0"
}
}