-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.66 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
{
"name": "atl",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@eartho/one-client-react": "^2.0.12",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.4.0",
"@mui/material": "^5.15.20",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/x-date-pickers": "^7.7.0",
"@prisma/adapter-pg": "^5.14.0",
"@prisma/client": "^5.13.0",
"@radix-ui/react-accordion": "^1.1.2",
"@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-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.20.1",
"@types/luxon": "^3.4.2",
"@vercel/postgres": "^0.8.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^1.1.5",
"dayjs": "^1.11.11",
"embla-carousel-react": "^8.1.5",
"framer-motion": "^10.18.0",
"lucide-react": "^0.314.0",
"luxon": "^3.4.4",
"next": "^14.2.4",
"next-cloudinary": "^5.18.0",
"nodemailer": "^6.9.13",
"pg": "^8.11.5",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-datepicker": "^7.2.0",
"react-datetime-picker": "^6.0.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.0",
"react-icons": "^4.12.0",
"react-marquee-slider": "^1.1.5",
"react-spinners": "^0.13.8",
"react-super-responsive-table": "^5.2.2",
"react-time-picker": "^7.0.0",
"react-toastify": "^10.0.4",
"react-whatsapp": "^0.3.0",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.5",
"styled-components": "^6.1.11",
"swiper": "^11.1.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^20.14.5",
"@types/react": "^18.3.3",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.0.1",
"daisyui": "^4.5.0",
"eslint": "^8.0.0",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"prettier": "3.3.2",
"prisma": "^5.13.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.4.5"
}
}