-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.88 KB
/
package.json
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
61
62
63
64
{
"name": "chnawa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@editorjs/editorjs": "^2.30.7",
"@editorjs/header": "2.8.7",
"@editorjs/image": "^2.10.1",
"@editorjs/list": "^2.0.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-menubar": "^1.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@react-pdf/renderer": "^4.1.6",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.62.10",
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/pdfkit": "^0.13.8",
"@vercel/blob": "^0.27.0",
"add": "^2.0.6",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"editorjs-color-picker": "^1.0.6",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"lucide-react": "^0.469.0",
"mongoose": "^8.9.2",
"next": "15.1.2",
"next-auth": "^5.0.0-beta.25",
"next-safe-action": "^7.10.2",
"pdfkit": "^0.16.0",
"radash": "^12.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1",
"react-resizable-panels": "^2.1.7",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.4",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"@eslint/eslintrc": "^3"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}