-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.55 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
{
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"dependencies": {
"antd": "^4.20.5",
"font-awesome.min.css": "^3.2.1",
"jsonwebtoken": "^8.5.1",
"next": "12.1.6",
"nodemailer": "^6.9.13",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-scroll-to-bottom": "^4.2.0",
"styled-components": "5.3.5",
"@fontsource/playfair-display": "^5.0.24",
"@fontsource/poppins": "^5.0.14",
"@googlemaps/js-api-loader": "^1.16.6",
"@prisma/client": "^5.15.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@types/nodemailer": "^6.4.15",
"@vis.gl/react-google-maps": "^1.0.2",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"lucide-react": "^0.378.0",
"moment": "^2.30.1",
"next-auth": "^4.24.7",
"pg": "^8.11.5",
"react-day-picker": "^8.10.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"winston": "^3.13.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^20.12.11",
"prisma": "^5.13.0",
"prisma-erd-generator": "^1.11.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}