-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 924 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 924 Bytes
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
{
"name": "eventflow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"bcryptjs": "^3.0.3",
"clsx": "^2.1.1",
"dotenv": "^17.3.1",
"jose": "^6.1.3",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.574.0",
"mongodb": "^7.1.0",
"mongoose": "^9.2.2",
"next": "16.1.6",
"next-auth": "^5.0.0-beta.30",
"ogl": "^1.0.11",
"pdfkit": "^0.17.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.4.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^0.1.0",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^4.1.1",
"eslint-config-next": "^0.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.9.3"
}
}