-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.11 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
99
100
101
102
103
104
105
{
"name": "appointment-booking-app",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.5",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.1.1",
"@mercadopago/sdk-js": "^0.0.3",
"@mercadopago/sdk-react": "^0.0.12",
"@mui/icons-material": "^5.14.3",
"@mui/joy": "^5.0.0-alpha.86",
"@mui/material": "^5.13.7",
"@mui/x-date-pickers": "^6.9.2",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^5.0.0",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.4",
"@react-input/mask": "^1.0.15",
"@t3-oss/env-nextjs": "^0.3.1",
"@tanstack/react-query": "^4.29.7",
"@tanstack/react-query-devtools": "^4.35.0",
"@tanstack/react-table": "^8.9.3",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.26.0",
"@types/mercadopago": "^1.5.8",
"@uploadthing/react": "^5.2.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cookie": "^0.5.0",
"cookies-next": "^2.1.2",
"date-fns": "^2.30.0",
"http": "^0.0.1-security",
"jose": "^4.14.4",
"lucide-react": "^0.261.0",
"mui-tel-input": "^3.2.2",
"nanoid": "^4.0.2",
"next": "^13.4.2",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-calendar": "^4.6.0",
"react-day-picker": "^8.8.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.45.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-qr-code": "^2.0.11",
"react-select": "^5.7.4",
"react-slick": "^0.29.0",
"react-svg-spinner": "^1.0.4",
"recharts": "^2.8.0",
"slick-carousel": "^1.8.1",
"superjson": "1.12.2",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^5.3.1",
"zod": "^3.21.4",
"zod-prisma-types": "^2.7.9",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cookie": "^0.5.1",
"@types/eslint": "^8.37.0",
"@types/node": "^18.16.0",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"autoprefixer": "^10.4.15",
"eslint": "^8.50.0",
"eslint-config-next": "^13.4.2",
"postcss": "^8.4.28",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^5.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.4"
},
"ct3aMetadata": {
"initVersion": "7.15.0"
}
}