-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.28 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.28 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
{
"name": "tanstack-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "node .output/server/index.mjs",
"check": "ultracite check",
"fix": "ultracite fix"
},
"dependencies": {
"@mantine/core": "8.3.16",
"@mantine/hooks": "8.3.16",
"@tabler/icons-react": "^3.40.0",
"@tanstack/react-router": "1.166.7",
"@tanstack/react-start": "1.166.7",
"clsx": "^2.1.1",
"es-toolkit": "^1.45.1",
"nitro": "3.0.1-alpha.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.6",
"@tailwindcss/vite": "4.2.1",
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^25.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"autoprefixer": "^10.4.27",
"lefthook": "^2.1.3",
"postcss": "^8.5.8",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "4.2.1",
"typescript": "^5.9.3",
"ultracite": "7.2.5",
"vite": "^7.3.1",
"vite-plugin-devtools-json": "^1.0.0",
"vite-tsconfig-paths": "^6.1.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"lefthook"
]
}
}