-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.51 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
{
"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": "ultracite check",
"fix": "ultracite fix",
"staged": "vp staged"
},
"dependencies": {
"@hugeicons/core-free-icons": "^4.2.3",
"@hugeicons/react": "^1.1.9",
"@mantine/core": "9.5.1",
"@mantine/hooks": "9.5.1",
"@tanstack/react-router": "^1.170.29",
"@tanstack/react-start": "^1.168.46",
"cnfast": "^0.1.0",
"es-toolkit": "^1.50.0",
"nitro": "3.0.260610-beta",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"zod": "^4.4.3"
},
"devDependencies": {
"@rolldown/plugin-babel": "^0.2.3",
"@tailwindcss/vite": "4.3.3",
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.5",
"babel-plugin-react-compiler": "^1.0.0",
"oxfmt": "^0.63.0",
"oxlint": "^1.78.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.4",
"vite": "catalog:",
"vite-plus": "catalog:"
}
}