-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.75 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
{
"name": "hazardscouter",
"private": true,
"version": "2025.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run generate-routes && tsc -b && vite build",
"format": "biome format --write .",
"lint": "biome lint --write .",
"preview": "vite preview",
"generate-routes": "tsr generate"
},
"dependencies": {
"@devoss/tailwind-plugin-mantine": "^2.1.0",
"@mantine/code-highlight": "^7.17.0",
"@mantine/core": "^7.17.0",
"@mantine/dropzone": "^7.17.0",
"@mantine/form": "^7.17.0",
"@mantine/hooks": "^7.17.0",
"@mantine/modals": "^7.17.0",
"@mantine/notifications": "^7.17.0",
"@maverick-js/signals": "^6.0.0",
"@tabler/icons-react": "^3.30.0",
"@tanstack/react-router": "^1.106.0",
"@types/downloadjs": "^1.4.6",
"clsx": "2.1.1",
"downloadjs": "^1.4.7",
"events": "^3.3.0",
"mantine-form-valibot-resolver": "^3.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"signaldb": "^0.24.5",
"signaldb-plugin-maverickjs": "^1.0.5",
"signaldb-react": "^1.0.5",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"valibot": "^0.42.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tanstack/router-cli": "^1.106.0",
"@tanstack/router-plugin": "^1.106.0",
"@types/node": "^22.13.4",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-legacy": "^6.0.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"globals": "^16.0.0",
"postcss": "^8.5.3",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"terser": "^5.39.0",
"typescript": "^5.7.3",
"vite": "^6.1.1",
"vite-plugin-pwa": "^0.21.1"
}
}