forked from TanStack/router
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) 路 731 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) 路 731 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
{
"name": "tanstack-router-solid-example-basic",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port=3000",
"build": "vite build && tsc --noEmit",
"preview": "vite preview",
"start": "vite"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tanstack/solid-router": "^1.170.26",
"@tanstack/solid-router-devtools": "^1.167.1",
"redaxios": "^0.5.1",
"solid-js": "^1.9.10",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript/native": "npm:typescript@^7.0.2",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"vite": "^8.0.14",
"vite-plugin-solid": "^2.11.11"
}
}