-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.41 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
{
"private": true,
"scripts": {
"test": "bun test",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"format": "biome format . --write",
"format:check": "biome format ."
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@libsql/client": "^0.14.0",
"@mui/icons-material": "^6.4.4",
"@mui/material": "^6.4.4",
"@prisma/adapter-libsql": "^6.4.1",
"@prisma/client": "6.4.1",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.9",
"bcrypt": "^5.1.1",
"cloudinary": "^2.6.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"geist": "^1.3.1",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.477.0",
"next": "15.2.0-canary.47",
"next-themes": "^0.4.4",
"prisma": "^6.4.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"sonner": "^1.7.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@types/bun": "latest",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/postcss": "^4.0.5",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.5",
"typescript": "5.7.3"
}
}