-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.48 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
{
"name": "drops",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"postinstall": "prisma generate"
},
"dependencies": {
"@bprogress/next": "^3.2.12",
"@prisma/adapter-neon": "^6.16.1",
"@prisma/client": "^6.16.1",
"@radix-ui/react-slot": "^1.2.3",
"@uiw/codemirror-extensions-langs": "^4.25.1",
"@uiw/react-codemirror": "^4.25.1",
"@vercel/speed-insights": "^1.2.0",
"abracadabra-cn": "^3.2.0",
"arctic": "^3.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.2",
"jszip": "^3.10.1",
"ky": "^1.10.0",
"lucide-react": "^0.544.0",
"mime": "^4.0.7",
"nanoid": "^5.1.5",
"next": "15.5.9",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"shiki": "^3.12.2",
"tailwind-merge": "^3.3.1",
"ulid": "^3.0.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@next/eslint-plugin-next": "^15.5.3",
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^24.3.1",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@types/ws": "^8.18.1",
"eslint": "^9.35.0",
"eslint-config-next": "15.5.3",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8.5.6",
"prisma": "^6.16.1",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.3.8",
"typescript": "^5.9.2"
}
}