-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 658 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 658 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
{
"name": "@tanstack/query-example-svelte-playground",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.51.15",
"@tanstack/svelte-query-devtools": "^5.51.15"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.5",
"svelte": "^5.0.0-next.200",
"svelte-check": "^3.8.4",
"typescript": "5.3.3",
"vite": "^5.3.3"
}
}