-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 639 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 639 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
{
"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.23",
"@tanstack/solid-query": "^5.90.23",
"@tanstack/solid-query-devtools": "^5.91.3",
"@tanstack/solid-query-persist-client": "^5.90.24",
"msw": "^2.6.6",
"solid-js": "^1.9.7"
},
"devDependencies": {
"typescript": "5.8.3",
"vite": "^6.4.1",
"vite-plugin-solid": "^2.11.6"
},
"msw": {
"workerDirectory": [
"public"
]
}
}