-
Notifications
You must be signed in to change notification settings - Fork 208
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 905 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 905 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
30
31
32
{
"name": "@tanstack/db-example-react-action-enforcement",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "npm:@tanstack/query-db-collection@^1.0.26",
"@tanstack/react-db": "npm:@tanstack/react-db@^0.1.73",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"@vitejs/plugin-react": "^5.1.3",
"eslint": "^9.39.2",
"globals": "^16.5.0",
"typescript": "^5.9.2",
"vite": "^7.3.0",
"vite-tsconfig-paths": "^5.1.4"
}
}