File size: 641 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "astro check && astro build",
    "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": "^5.83.0",
    "@tanstack/solid-query-devtools": "^5.83.0",
    "astro": "^5.5.6",
    "solid-js": "^1.9.7",
    "tailwindcss": "^3.4.7",
    "typescript": "5.8.3"
  }
}