-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 3.34 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
{
"name": "sd-services-ss",
"version": "0.1.0",
"private": true,
"prisma": {
"seed": "node prisma/seed"
},
"scripts": {
"build": "next build",
"db:studio": "prisma studio",
"db:push": "prisma db push",
"db:seed": "prisma db seed",
"dev": "next dev",
"postinstall": "prisma generate",
"format": "prettier --write .",
"lint": "next lint",
"start": "next start",
"cmt": "git add -A && git commit -m",
"push": "git push origin"
},
"dependencies": {
"@editorjs/editorjs": "^2.28.2",
"@editorjs/nested-list": "^1.4.2",
"@editorjs/table": "^2.3.0",
"@editorjs/underline": "^1.1.0",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/react": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"@hookform/resolvers": "^3.3.2",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.1.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@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-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-pdf-viewer/core": "3.12.0",
"@splidejs/react-splide": "^0.7.12",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.32.6",
"@trpc/client": "^10.37.1",
"@trpc/next": "^10.37.1",
"@trpc/react-query": "^10.37.1",
"@trpc/server": "^10.37.1",
"class-variance-authority": "^0.7.0",
"cloudinary": "^1.41.2",
"clsx": "^2.0.0",
"editorjs-header-with-alignment": "^1.0.1",
"editorjs-paragraph-with-alignment": "^3.0.0",
"lucide-react": "^0.294.0",
"next": "^13.4.19",
"next-auth": "^4.23.0",
"next-cloudinary": "^5.6.0",
"nodemailer": "^6.9.6",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^3.4.120",
"prisma-trpc-generator": "^1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-export-table-to-excel": "^1.0.6",
"react-hook-form": "^7.47.0",
"react-papaparse": "^4.4.0",
"react-select": "^5.8.0",
"react-toastify": "^9.1.3",
"superjson": "^1.13.1",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.21.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/eslint": "^8.44.2",
"@types/node": "^18.16.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.19",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.1",
"prisma": "^5.1.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.20.2"
},
"packageManager": "pnpm@8.1.1"
}