-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.16 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": "Lucent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.10.3",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-tabs": "^1.1.9",
"@vercel/analytics": "^2.0.1",
"clsx": "^2.1.1",
"dompurify": "^3.2.5",
"dotenv": "^16.5.0",
"framer-motion": "^12.6.3",
"lucide-react": "^0.474.0",
"marked": "^9.0.0",
"mongodb": "^6.12.0",
"mongoose": "^8.9.5",
"next": "^15.5.12",
"ngrok": "^5.0.0-beta.2",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-confetti": "^6.2.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.5.2",
"sonner": "^2.0.3",
"stripe": "^15.12.0",
"svix": "^1.64.0",
"tailwind-merge": "^3.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@playwright/test": "^1.58.2",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}