-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.09 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.09 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": "attendify",
"private": true,
"version": "1.0.0",
"description": "Attendify is a modern attendance tracking platform for school clubs and organizations.",
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/small-cactus/attendify.git"
},
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^5.0.1",
"@ionic/react": "^8.5.5",
"@number-flow/react": "^0.5.9",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-popover": "^1.1.7",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.1.4",
"@supabase/supabase-js": "^2.49.4",
"@types/leaflet": "^1.9.17",
"@types/react-datepicker": "^7.0.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"fastest-levenshtein": "^1.0.16",
"framer-motion": "^10.16.4",
"ionicons": "^7.4.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.488.0",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-datepicker": "^8.3.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.55.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^7.5.0",
"tailwind-merge": "^3.2.0",
"uuid": "^11.1.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.16",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
}
}