-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.52 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.52 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
{
"name": "hazardscouter",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run generate-routes && tsc -b && vite build",
"format": "biome format --write .",
"lint": "biome lint --write .",
"check": "biome check --write .",
"preview": "vite preview",
"generate-routes": "tsr generate"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@sentry/react": "^10.42.0",
"@tanstack/react-db": "^0.1.69",
"@tanstack/react-form": "^1.28.4",
"@tanstack/react-router": "^1.158.0",
"@tanstack/valibot-form-adapter": "^0.42.1",
"baseline-browser-mapping": "^2.10.0",
"caniuse-lite": "^1.0.30001774",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"react-dom": "^19.2.4",
"react-dropzone": "^15.0.0",
"react": "^19.2.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"usehooks-ts": "^3.1.1",
"valibot": "^1.2.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@sentry/vite-plugin": "^5.1.1",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/router-cli": "^1.158.0",
"@tanstack/router-plugin": "^1.158.0",
"@types/node": "^25.2.0",
"@types/react-dom": "^19.2.3",
"@types/react": "^19.2.14",
"@vitejs/plugin-react": "^5.1.4",
"babel-plugin-react-compiler": "^1.0.0",
"globals": "^17.4.0",
"typescript": "^5.9.3",
"vite-plugin-pwa": "^1.2.0",
"vite": "^7.3.1"
}
}