-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
124 lines (124 loc) · 3.71 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "ticket_selling",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev ",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.1",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@hookform/resolvers": "^3.3.1",
"@nextui-org/react": "^2.2.9",
"@prisma/client": "^5.2.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@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-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/themes": "^2.0.0",
"@react-google-maps/api": "^2.19.2",
"@reduxjs/toolkit": "^1.9.5",
"@stripe/react-stripe-js": "^2.3.1",
"@stripe/stripe-js": "^2.1.7",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@tanstack/react-table": "^8.10.7",
"@tinymce/tinymce-react": "^4.3.0",
"@types/bunyan": "^1.8.8",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@uploadthing/react": "^5.5.0",
"@yudiel/react-qr-scanner": "^1.2.4",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"chart.js": "^4.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"crypto": "^1.0.1",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.4",
"husky": "^8.0.3",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.284.0",
"moment": "^2.30.1",
"next": "13.5.4",
"next-auth": "^4.23.1",
"nodemailer": "^6.9.5",
"numeral": "^2.0.6",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
"postcss": "8.4.28",
"prisma": "^5.8.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-cropper": "^2.3.3",
"react-day-picker": "^8.8.2",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-medium-image-zoom": "^5.1.8",
"react-multi-carousel": "^2.8.4",
"react-otp-input": "^3.1.0",
"react-player": "^2.13.0",
"react-qr-code": "^2.0.12",
"react-redux": "^8.1.2",
"react-responsive-carousel": "^3.2.23",
"react-slider": "^2.0.6",
"react-wrap-balancer": "^1.1.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"run-parallel": "^1.2.0",
"sheetjs-style": "^0.15.8",
"stripe": "^13.9.0",
"swiper": "^10.2.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2",
"uploadthing": "^5.5.2",
"uuid": "^9.0.1",
"xlsx": "^0.18.5",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.1",
"@types/file-saver": "^2.0.7",
"@types/jsonwebtoken": "^9.0.4",
"@types/node": "^20",
"@types/qs": "^6.9.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/redux-logger": "^3.0.12",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10",
"daisyui": "^3.9.4",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}