-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.63 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.63 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
{
"name": "notes-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"vercel-build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.3",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/editorjs": "^2.30.8",
"@editorjs/embed": "^2.7.6",
"@editorjs/header": "^2.8.8",
"@editorjs/image": "^2.10.3",
"@editorjs/inline-code": "^1.5.2",
"@editorjs/list": "^2.0.8",
"@editorjs/paragraph": "^2.11.7",
"@editorjs/quote": "^2.7.6",
"@editorjs/raw": "^2.5.1",
"@editorjs/table": "^2.4.5",
"@prisma/client": "^6.11.1",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"better-auth": "^1.2.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"locomotive-scroll": "^5.0.0-beta.21",
"lodash": "^4.17.21",
"lucide-react": "^0.525.0",
"motion": "^12.23.6",
"nanoid": "^5.1.5",
"next": "^16.1.4",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"shiki": "^3.8.0",
"simplex-noise": "^4.0.3",
"sonner": "^2.0.6",
"tailwind-merge": "^3.3.1",
"zod": "^3.25.75"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/locomotive-scroll": "^4.1.4",
"@types/lodash": "^4.17.20",
"@types/node": "^20",
"@types/react": "19.2.2",
"@types/react-dom": "^19",
"prisma": "^6.10.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.5",
"typescript": "5.9.3"
}
}