-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 970 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 970 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
35
36
37
{
"name": "astro-tanstack",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build": "astro build",
"dev": "astro dev"
},
"dependencies": {
"@tanstack/query-db-collection": "0.2.16",
"@tanstack/react-db": "0.1.17",
"@tanstack/react-query": "5.87.4",
"@tanstack/react-query-devtools": "5.87.4",
"@tanstack/react-router": "1.131.41",
"@tanstack/react-router-devtools": "1.131.42",
"@tanstack/react-router-ssr-query": "1.131.41",
"astro": "5.13.7",
"react": "19.1.1",
"react-dom": "19.1.1"
},
"devDependencies": {
"@astrojs/cloudflare": "12.6.8",
"@astrojs/react": "4.3.1",
"@biomejs/biome": "2.2.4",
"@tailwindcss/postcss": "4.1.13",
"@tanstack/router-plugin": "1.131.43",
"@types/node": "24.3.3",
"@types/react": "19.1.13",
"@types/react-dom": "19.1.9",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"postcss": "8.5.6",
"tailwindcss": "4.1.13",
"typescript": "5.9.2",
"wrangler": "4.36.0"
}
}