-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 731 Bytes
/
package.json
File metadata and controls
26 lines (26 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
{
"name": "@tanstack/query-example-solid-astro",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "echo 'Skipped: waiting for @astrojs/solid-js Solid v2 support'",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.1.3",
"@astrojs/solid-js": "^5.0.7",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^8.1.3",
"@tanstack/solid-query": "^6.0.0-beta.3",
"@tanstack/solid-query-devtools": "^6.0.0-beta.3",
"astro": "^5.5.6",
"@solidjs/web": "2.0.0-beta.7",
"solid-js": "2.0.0-beta.7",
"tailwindcss": "^3.4.7",
"typescript": "5.8.3"
}
}