-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@tanstack/query-example-react-offline",
"version": "0.0.1",
"main": "src/index.jsx",
"scripts": {
"dev": "vite",
"server": "ts-node ./server",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@faker-js/faker": "^8.3.1",
"@tanstack/query-sync-storage-persister": "^5.8.3",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^5.8.3",
"@tanstack/react-query-devtools": "^5.8.3",
"@tanstack/react-query-persist-client": "^5.8.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"ky": "^1.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.16",
"@types/express": "^4.17.21",
"@vitejs/plugin-react": "^4.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.5.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}