-
-
Notifications
You must be signed in to change notification settings - Fork 844
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 701 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 701 Bytes
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
{
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite dev",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@tanstack/react-router": "^1.168.8",
"@tanstack/react-router-devtools": "^1.166.11",
"@tanstack/react-start": "^1.167.13",
"nitro": "latest",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.5.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"@types/node": "latest",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"vite": "latest"
}
}