-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
102 lines (102 loc) · 3.2 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
{
"name": "portal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "pnpm i && prisma generate && next dev",
"build": "pnpm dlx prisma generate && next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,md,mdx,json,js,mjs,cjs}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,md,mdx,json,js,mjs,cjs}\""
},
"dependencies": {
"@aws-sdk/client-s3": "^3.674.0",
"@aws-sdk/s3-request-presigner": "^3.674.0",
"@babel/plugin-transform-react-display-name": "^7.23.3",
"@formkit/auto-animate": "^0.8.1",
"@fullcalendar/bootstrap5": "^6.0.2",
"@fullcalendar/core": "^6.0.2",
"@fullcalendar/daygrid": "^6.0.2",
"@fullcalendar/react": "^6.0.2",
"@fullcalendar/timegrid": "^6.0.2",
"@hookform/resolvers": "^3.3.2",
"@logsnag/node": "^1.0.1",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^5.6",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@sendgrid/mail": "^7.7.0",
"@syncfusion/ej2-react-schedule": "^20.4.43",
"@tanstack/react-query": "^4.35.7",
"@tanstack/react-table": "^8.10.7",
"@trpc/client": "^10.38.5",
"@trpc/next": "^10.38.5",
"@trpc/react-query": "^10.38.5",
"@trpc/server": "^10.38.5",
"@uppy/core": "^4.2.2",
"@uppy/dashboard": "^4.1.1",
"@uppy/drag-drop": "^4.0.3",
"@uppy/file-input": "^4.0.2",
"@uppy/progress-bar": "^4.0.0",
"@uppy/react": "^4.0.2",
"@uppy/xhr-upload": "^4.2.1",
"@zxing/browser": "^0.1.5",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"daisyui": "^4.0.9",
"devextreme": "22.2.3",
"devextreme-react": "22.2.3",
"fork-react-qr-reader": "^3.0.1-beta-1",
"ical-js-parser": "^0.6.12",
"ical.js": "^1.5.0",
"iso-3166": "^4.3.0",
"lucide-react": "^0.294.0",
"next": "^13.4.8",
"next-auth": "^4.15.1",
"next-themes": "^0.2.1",
"papaparse": "^5.3.2",
"planby": "^1.1.2",
"posthog-js": "^1.174.3",
"posthog-node": "^4.2.1",
"prisma-generate": "^0.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-hook-form-persist": "^3.0.0",
"react-icons": "^4.11.0",
"react-qr-code": "^2.0.11",
"react-qr-reader": "^3.0.0-beta-1",
"react-select": "^5.8.0",
"react-timelines": "^2.6.1",
"superjson": "^1.10.0",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"validator": "^13.11.0",
"zod": "^3.18.0"
},
"devDependencies": {
"@types/logrocket-react": "^3.0.3",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/validator": "^13.11.6",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "^13.4.16",
"postcss": "^8.4.16",
"prettier": "^2.8.2",
"prettier-plugin-tailwindcss": "^0.1.13",
"prisma": "^5.6",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
},
"ct3aMetadata": {
"initVersion": "5.8.0"
}
}