-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 994 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 994 Bytes
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
{
"name": "project_doomsday",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.19.10",
"@google/generative-ai": "^0.21.0",
"@heroicons/react": "^1.0.6",
"@mui/material": "^6.4.6",
"@radix-ui/react-slot": "^1.1.1",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.18.2",
"dedent": "^1.5.3",
"jszip": "^3.10.1",
"jzip": "^1.0.0",
"lucide-react": "^0.471.2",
"next": "15.1.11",
"next-themes": "^0.4.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-markdown": "^9.0.3",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}