Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
531 Bytes
{
"name": "@tanstack/query-example-solid-start-streaming",
"private": true,
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version"
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.1.3",
"@tanstack/solid-query": "^5.83.0",
"@tanstack/solid-query-devtools": "^5.83.0",
"solid-js": "^1.9.7",
"vinxi": "^0.5.3"
},
"engines": {
"node": ">=18"
}
}