-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (48 loc) · 1.47 KB
/
package.json
File metadata and controls
49 lines (48 loc) · 1.47 KB
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
48
49
{
"name": "tanstack-db-react-query-vite",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview --open",
"lint": "eslint '**/*.{ts,tsx}'",
"lint:fix": "eslint '**/*.{ts,tsx}' --fix",
"typecheck": "tsc --project tsconfig.json --noEmit"
},
"dependencies": {
"@tanstack/query-db-collection": "0.2.19",
"@tanstack/react-db": "0.1.20",
"@tanstack/react-query": "5.89.0",
"@typescript-eslint/eslint-plugin": "8.44.0",
"react": "19.1.1",
"react-dom": "19.1.1"
},
"devDependencies": {
"@eslint/js": "9.36.0",
"typescript-eslint": "8.44.0",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-eslint-plugin": "6.5.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-perfectionist": "4.15.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"eslint-plugin-sonarjs": "3.0.5",
"eslint-plugin-testing-library": "7.8.0",
"eslint-plugin-unicorn": "57.0.0",
"globals": "16.4.0",
"prettier": "3.6.2",
"@types/react": "19.1.13",
"@types/react-dom": "19.1.9",
"eslint": "9.36.0",
"eslint-plugin-nimbus-clean": "4.0.3",
"typescript": "5.9.2",
"vite": "7.1.6"
}
}