-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.69 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
{
"name": "notes",
"version": "0.1.0",
"private": true,
"prisma": {
"seed": "node prisma/seed.js"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"vercel-build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^6.5.0",
"@radix-ui/react-avatar": "1.1.10",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-menubar": "^1.1.6",
"@radix-ui/react-popover": "1.1.14",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-switch": "1.2.6",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "1.2.8",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.49.4",
"autoprefixer": "10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"dotenv": "17.2.0",
"embla-carousel-react": "8.6.0",
"framer-motion": "12.23.9",
"jose": "^6.0.10",
"jsonwebtoken": "9.0.3",
"lucide": "^0.486.0",
"lucide-react": "^0.476.0",
"mammoth": "1.11.0",
"next": "15.5.9",
"next-themes": "0.4.6",
"postcss": "8.5.6",
"react": "19.1.4",
"react-dom": "19.1.4",
"tailwind-merge": "^3.0.2",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "1.0.7",
"xlsx": "0.18.5"
},
"devDependencies": {
"@swc-node/register": "1.10.10",
"@swc/core": "1.13.2",
"@types/node": "22.14.0",
"@types/react": "19.1.0",
"prisma": "^6.5.0",
"typescript": "5.8.3"
}
}