-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 668 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 668 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
{
"name": "@tanstack/query-example-svelte-basic",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/query-sync-storage-persister": "^5.73.1",
"@tanstack/svelte-query": "^5.73.2",
"@tanstack/svelte-query-devtools": "^5.73.2",
"@tanstack/svelte-query-persist-client": "^5.73.2"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.14.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"typescript": "5.8.2",
"vite": "^6.2.4"
}
}