-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.8 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.8 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
{
"name": "hacktheplot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pretty": "prettier --write ."
},
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@tabler/icons-react": "^3.21.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"babel-plugin-react-compiler": "^19.1.0-rc.3",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.36.1",
"framer-motion": "^11.11.11",
"fs": "^0.0.1-security",
"input-otp": "^1.4.2",
"jose": "^5.9.6",
"js-cookie": "^3.0.5",
"lucide-react": "^0.456.0",
"luxon": "^3.5.0",
"next": "15.5.4",
"nodemailer": "^6.9.16",
"postgres": "^3.4.5",
"prettier": "^3.3.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-dropzone": "^14.3.5",
"react-h5-audio-player": "^3.9.3",
"react-resizable-panels": "^2.1.6",
"recharts": "^2.13.3",
"srt-parser-2": "^1.2.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/dotenv": "^6.1.1",
"@types/js-cookie": "^3.0.6",
"@types/luxon": "^3.4.2",
"@types/node": "^20",
"@types/nodemailer": "^6.4.16",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"drizzle-kit": "^0.31.5",
"eslint": "^8",
"eslint-config-next": "15.5.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0"
}
}