-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.9 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "thecloserfit",
"version": "0.0.1",
"private": true,
"authors": [
{
"name": "leonardotrapani",
"url": "https://linkedin.com/in/leonardotrapani"
},
{
"name": "roccogazzaneo",
"url": "https://linkedin.com/in/roccogazzaneo"
}
],
"scripts": {
"dev": "next dev",
"build": "prisma generate && prisma migrate deploy && next build",
"turbo": "next dev --turbo",
"start": "next start",
"lint": "next lint",
"preview": "next build && next start",
"postinstall": "prisma generate",
"migrate": "prisma migrate dev --preview-feature",
"studio": "prisma studio",
"prepare": "husky install"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.17.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@t3-oss/env-nextjs": "^0.2.2",
"@types/pdf-parse": "^1.1.4",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.0.21",
"aws-sdk": "^2.1664.0",
"axios": "^1.7.2",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"cmdk": "^0.1.22",
"date-fns": "^2.30.0",
"form-data": "^4.0.0",
"lucide-react": "^0.92.0",
"next": "^13.5.6",
"next-auth": "^4.24.7",
"next-themes": "^0.2.1",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.14",
"openai": "^4.53.2",
"pdf-parse": "^1.1.1",
"postmark": "^3.11.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.1",
"react-wrap-balancer": "^1.1.1",
"sharp": "^0.31.3",
"shiki": "^0.11.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^18.19.42",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"husky": "^8.0.3",
"postcss": "^8.4.40",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"pretty-quick": "^3.3.1",
"prisma": "^5.17.0",
"tailwindcss": "^3.4.7",
"typescript": "^4.9.5"
}
}