Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
641 Bytes
{
"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"
}
}