forked from balahero03/eOrbitor_Pulse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.6 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
{
"name": "eorbitor-pulse",
"version": "1.0.0",
"description": "Enterprise CRM Platform - Local/On-Premise",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma:generate": "prisma generate",
"prisma:migrate": "prisma migrate dev",
"db:push": "prisma db push",
"db:seed": "node prisma/seed.js",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@headlessui/react": "^1.7.0",
"@heroicons/react": "^2.0.0",
"@prisma/client": "^5.0.0",
"@tiptap/extension-link": "^3.28.0",
"@tiptap/extension-placeholder": "^3.28.0",
"@tiptap/extension-task-item": "^3.28.0",
"@tiptap/extension-task-list": "^3.28.0",
"@tiptap/extension-underline": "^3.28.0",
"@tiptap/pm": "^3.28.0",
"@tiptap/react": "^3.28.0",
"@tiptap/starter-kit": "^3.28.0",
"@types/nodemailer": "^8.0.0",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"clsx": "^2.0.0",
"exceljs": "^4.4.0",
"jsonwebtoken": "^9.0.3",
"mammoth": "^1.12.0",
"next": "^16.2.6",
"nodemailer": "^8.0.10",
"pdf-parse": "^2.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^3.8.1",
"socket.io": "^4.6.0",
"socket.io-client": "^4.6.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.5.15",
"prisma": "^5.0.0"
}
}