-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.53 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.53 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
74
75
76
77
78
79
80
81
82
{
"name": "boathouse.rowingbeacon.com",
"private": true,
"version": "1.20.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && yarn test --run && vite build",
"preview": "vite preview",
"tauri": "tauri",
"knip": "knip",
"migration:create": "yarn drizzle-kit generate",
"lint": "eslint ./src",
"test": "vitest"
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.1",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@tauri-apps/plugin-autostart": "^2.0.0",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-shell": "~2",
"@tauri-apps/plugin-sql": "~2",
"@types/recharts": "^1.8.29",
"@types/uuid": "^9.0.8",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^1.0.0",
"drizzle-orm": "^0.38.0",
"i18next": "^25.6.0",
"jssha": "^3.3.1",
"lucide-react": "^0.412.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^5.0.0",
"react-hook-form": "^7.46.2",
"react-i18next": "^16.2.1",
"react-select": "^5.8.0",
"recharts": "^2.15.1",
"sonner": "^1.6.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zod": "^3.22.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@tailwindcss/forms": "^0.5.6",
"@tauri-apps/cli": "^2.0.4",
"@types/node": "^22.10.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.15",
"drizzle-kit": "^0.30.0",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.13.0",
"knip": "^5.39.2",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vite": "^4.4.4",
"vitest": "^2.0.5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}