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