-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.78 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "tanstack-router-template",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --port=3000",
"build": "vite build",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix",
"serve": "vite preview --port=5000",
"start": "vite",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-slot": "^1.1.1",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-router": "^1.95.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.471.1",
"react": "^18.3.1",
"react-compiler-runtime": "19.0.0-beta-e552027-20250112",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@eslint-react/eslint-plugin": "^1.23.2",
"@eslint/js": "^9.18.0",
"@tanstack/eslint-plugin-query": "^5.62.16",
"@tanstack/router-devtools": "^1.95.6",
"@tanstack/router-plugin": "^1.95.6",
"@types/node": "^22.10.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"eslint": "^9.18.0",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"postcss": "^8.5.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.3",
"vite-tsconfig-paths": "^5.1.4"
}
}