-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
122 lines (122 loc) · 3.67 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
{
"name": "next-growers",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "prisma generate",
"prepare": "husky",
"lint": "next lint",
"dev": "next dev --turbo",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@mantine/carousel": "^6.0.22",
"@mantine/core": "^6.0.22",
"@mantine/dates": "^6.0.22",
"@mantine/dropzone": "^6.0.22",
"@mantine/ds": "^6.0.22",
"@mantine/form": "^6.0.22",
"@mantine/hooks": "^6.0.22",
"@mantine/modals": "^6.0.22",
"@mantine/next": "^6.0.22",
"@mantine/notifications": "^6.0.22",
"@mantine/nprogress": "^6.0.22",
"@mantine/prism": "^6.0.22",
"@mantine/spotlight": "^6.0.22",
"@mantine/tiptap": "^6.0.22",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.1.0",
"@react-spring/web": "^9.7.5",
"@sentry/cli": "^2.40.0",
"@sentry/nextjs": "^8.47.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@tabler/icons-react": "^3.27.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^4.36.1",
"@tiptap/extension-highlight": "^2.11.0",
"@tiptap/extension-link": "^2.11.0",
"@tiptap/extension-list-item": "^2.11.0",
"@tiptap/extension-subscript": "^2.11.0",
"@tiptap/extension-superscript": "^2.11.0",
"@tiptap/extension-text-align": "^2.11.0",
"@tiptap/extension-underline": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@tiptap/react": "^2.11.0",
"@tiptap/starter-kit": "^2.11.0",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"axios": "^1.7.9",
"cloudinary": "^2.5.1",
"cors": "^2.8.5",
"country-flag-icons": "^1.5.13",
"dayjs": "^1.11.13",
"embla-carousel-react": "=7.1.0",
"emoji-picker-react": "^4.12.0",
"formidable": "^3.5.2",
"framer-motion": "=7.8.0",
"html-entities": "^2.5.2",
"html-to-text": "^9.0.5",
"i18next": "^22.5.1",
"next": "14.2.22",
"next-auth": "^4.24.11",
"next-connect": "^1.0.0",
"next-i18next": "^13.3.0",
"next-sitemap": "^4.2.3",
"nodemailer": "^6.9.16",
"react": "^18.3.1",
"react-cookie-consent": "^9.0.0",
"react-dom": "^18.3.1",
"react-easy-sort": "^1.6.0",
"react-google-charts": "^5.2.1",
"react-i18next": "^12.3.1",
"react-icons": "^5.4.0",
"react-scroll": "^1.9.0",
"remark": "^15.0.1",
"remark-breaks": "^4.0.0",
"remark-html": "^16.0.1",
"sharp": "^0.33.5",
"superjson": "^2.2.2",
"tall": "^8.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@types/eslint": "^8.56.12",
"@types/formidable": "^3.4.5",
"@types/html-to-text": "^9.0.4",
"@types/multer": "^1.4.12",
"@types/node": "^22.10.5",
"@types/nodemailer": "^6.4.17",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-scroll": "^1.8.10",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.22",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^6.1.0",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2"
},
"ct3aMetadata": {
"initVersion": "7.12.1"
}
}