-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 970 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 970 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
33
34
35
{
"name": "classpanel-admin",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"routes:gen": "tsr generate",
"routes:watch": "tsr watch",
"dev": "vite",
"build": "tsr generate && tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsr generate && tsc -b --noEmit"
},
"dependencies": {
"@tanstack/react-query": "^5.62.0",
"@tanstack/react-router": "^1.87.0",
"lucide-react": "^0.468.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.13.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0-beta.7",
"@tanstack/router-cli": "^1.166.43",
"@tanstack/router-devtools": "^1.87.0",
"@tanstack/router-plugin": "^1.87.0",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^4.0.0-beta.7",
"typescript": "^5.6.3",
"vite": "^5.4.11"
}
}