-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 853 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 853 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
29
30
31
32
33
34
{
"name": "astro-tanstack-start",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"overrides": {
"vite": "^7.1.10"
},
"dependencies": {
"@astrojs/react": "^4.4.0",
"@astrojs/solid-js": "^5.1.1",
"@tailwindcss/vite": "^4.1.14",
"@tanstack/solid-router": "^1.133.15",
"@tanstack/solid-router-devtools": "^1.133.15",
"@tanstack/solid-start": "^1.133.15",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"astro": "^5.14.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"solid-js": "^1.9.9",
"tailwindcss": "^4.1.14",
"vite-plugin-solid": "^2.11.9",
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@tanstack/router-plugin": "^1.132.51"
}
}