-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.15 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
{
"name": "fpd",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"db:generate": "drizzle-kit generate",
"db:push": "drizzle-kit push"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@heroicons/react": "^2.2.0",
"@supabase/supabase-js": "^2.86.2",
"bcryptjs": "^2.4.3",
"drizzle-orm": "^0.45.0",
"framer-motion": "^12.23.24",
"lucide-react": "^0.553.0",
"next": "latest",
"nodemailer": "^7.0.11",
"postgres": "^3.4.7",
"react": "latest",
"react-dom": "latest",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-quill-new": "^3.7.0",
"resend": "^6.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "20.11.30",
"@types/react": "latest",
"dotenv": "^17.2.3",
"drizzle-kit": "^0.31.8",
"eslint": "^9",
"eslint-config-next": "latest",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"sharp": "^0.34.5",
"tailwindcss": "^4"
},
"engines": {
"node": ">=18.18.0"
}
}