-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 702 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 702 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
26
27
28
29
{
"name": "@tanstack/query-example-solid-offline",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.90.27",
"@tanstack/solid-query": "^6.0.0-beta.3",
"@tanstack/solid-query-devtools": "^6.0.0-beta.3",
"@tanstack/solid-query-persist-client": "^6.0.0-beta.3",
"msw": "^2.6.6",
"@solidjs/web": "2.0.0-beta.7",
"solid-js": "2.0.0-beta.7"
},
"devDependencies": {
"typescript": "5.8.3",
"vite": "^6.4.1",
"vite-plugin-solid": "3.0.0-next.5"
},
"msw": {
"workerDirectory": [
"public"
]
}
}