-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.27 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
{
"name": "tanstack-start-start",
"private": true,
"type": "module",
"scripts": {
"build": "vp build",
"check": "vp check",
"dev": "vp dev",
"doctor": "react-doctor . --verbose --yes --no-lint",
"fix": "vp check --fix",
"knip": "knip",
"preview": "vp preview",
"test": "vp test"
},
"dependencies": {
"@lightsound/cn": "^2.0.1",
"@tanstack/react-router": "^1.168.10",
"@tanstack/react-start": "^1.167.16",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@rolldown/plugin-babel": "^0.2.2",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-router-devtools": "^1.166.11",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"better-typescript-lib": "^2.12.0",
"knip": "^6.3.0",
"react-doctor": "^0.0.30",
"tailwindcss": "^4.2.2",
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vite-plus": "latest"
},
"packageManager": "pnpm@10.32.1",
"pnpm": {
"overrides": {
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
},
"onlyBuiltDependencies": [
"esbuild"
]
}
}