-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 955 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 955 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": "postlytic",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"firebase": "^12.8.0",
"firebase-admin": "^13.6.0",
"gsap": "^3.14.2",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"next": "^16.1.4",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-hook-form": "^7.51.0",
"recharts": "^2.12.0",
"tailwind-merge": "^2.4.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^20.14.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.0",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.4",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.5.0"
}
}