-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.4 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
{
"name": "tanstack-starter",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"prepare": "vp config",
"dev": "vp dev",
"build": "vp build",
"start": "node .output/server/index.mjs",
"typecheck": "tsc --noEmit",
"check": "vp check",
"fix": "vp check --fix",
"staged": "vp staged"
},
"dependencies": {
"@hugeicons/core-free-icons": "^4.3.0",
"@hugeicons/react": "^1.1.10",
"@mantine/core": "9.5.2",
"@mantine/hooks": "9.5.2",
"@tanstack/react-router": "^1.170.32",
"@tanstack/react-start": "^1.168.49",
"cn": "^0.2.4",
"es-toolkit": "^1.52.0",
"nitro": "3.0.260610-beta",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"zod": "^4.5.2"
},
"devDependencies": {
"@tailwindcss/vite": "4.3.3",
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^26.4.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"@vitejs/plugin-react": "^6.1.1",
"oxc-transform-react": "^0.145.0",
"postcss": "^8.5.26",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2",
"ultracite": "7.10.7",
"vite": "catalog:",
"vite-plus": "catalog:"
}
}