-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.64 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.64 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "consiliul-tinerilor",
"version": "1.0.0",
"private": true,
"main": "electron/main.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"electron:prep": "next build && mkdir -p .next/standalone/starter-kit/.next && cp -r .next/static .next/standalone/starter-kit/.next/static && cp -r public .next/standalone/starter-kit/public",
"dist:win": "pnpm electron:prep && electron-builder --win",
"dist:linux": "pnpm electron:prep && electron-builder --linux"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@google/generative-ai": "^0.24.1",
"@hookform/resolvers": "^5.2.2",
"@paralleldrive/cuid2": "^3.3.0",
"@puckeditor/core": "^0.21.1",
"@supabase/ssr": "^0.9.0",
"@supabase/supabase-js": "^2.99.0",
"@tailwindcss/typography": "^0.5.19",
"@tiptap/extension-character-count": "^3.20.1",
"@tiptap/extension-color": "^3.20.1",
"@tiptap/extension-highlight": "^3.20.1",
"@tiptap/extension-image": "^3.20.1",
"@tiptap/extension-link": "^3.20.1",
"@tiptap/extension-placeholder": "^3.20.1",
"@tiptap/extension-text-align": "^3.20.1",
"@tiptap/extension-text-style": "^3.20.1",
"@tiptap/extension-underline": "^3.20.1",
"@tiptap/pm": "^3.20.1",
"@tiptap/react": "^3.20.1",
"@tiptap/starter-kit": "^3.20.1",
"@types/nodemailer": "^7.0.11",
"@types/react-simple-maps": "^3.0.6",
"canvas": "^3.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.3.1",
"drizzle-orm": "^0.45.1",
"framer-motion": "^12.35.2",
"lucide-react": "^0.577.0",
"mammoth": "^1.11.0",
"next": "16.1.6",
"nodemailer": "^8.0.2",
"openai": "^6.27.0",
"pdf-img-convert": "^2.0.0",
"pdf-lib": "^1.17.1",
"pdf-parse": "1.1.1",
"pdfjs-dist": "^5.5.207",
"postgres": "^3.4.8",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.71.2",
"react-simple-maps": "^3.0.0",
"shadcn": "^4.0.2",
"sonner": "^2.0.7",
"swiper": "^12.1.2",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"xlsx": "^0.18.5",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"drizzle-kit": "^0.31.9",
"electron": "^40.8.0",
"electron-builder": "^26.8.1",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
}
}