-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "app",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": "^24.x.x"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@nivo/core": "^0.99.0",
"@nivo/pie": "^0.99.0",
"@react-oauth/google": "^0.13.4",
"@sentry/react": "^10.38.0",
"@sentry/vite-plugin": "^4.9.1",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-router": "^1.159.10",
"@tanstack/react-table": "^8.21.3",
"axios": "^1.13.5",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"fuse.js": "^7.1.0",
"lucide-react": "^0.564.0",
"mixpanel-browser": "^2.74.0",
"radix-ui": "^1.4.3",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.1",
"react-day-picker": "^9.13.2",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.71.1",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"zod": "^3.25.76",
"zustand": "^5.0.11"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/router-plugin": "^1.160.2",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.19.11",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react-swc": "^4.2.3",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.5.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^17.3.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.18",
"typescript": "~5.7",
"typescript-eslint": "^8.56.0",
"vite": "^6.4.1"
}
}