forked from blefnk/relivator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
185 lines (185 loc) Β· 6.01 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"name": "relivator",
"version": "0.1.0",
"private": true,
"homepage": "https://relivator.bleverse.com",
"repository": {
"type": "git",
"url": "https://github.com/blefnk/relivator"
},
"license": "MIT",
"author": {
"name": "blefnk",
"email": "[email protected]"
},
"maintainers": [
{
"name": "blefnk",
"email": "[email protected]"
}
],
"scripts": {
"build": "next build",
"canary": "pnpm add -D typescript@beta && pnpm add react@canary react-dom@canary",
"check": "run-s type-check lint format:check test",
"clean": "git clean -xdf .next",
"db": "drizzle-kit",
"db:generate": "drizzle-kit generate:mysql --config drizzle.config.ts",
"db:introspect": "drizzle-kit introspect:mysql --config drizzle.config.ts",
"db:migrate": "tsx ./src/data/db/migrate.ts",
"db:push": "drizzle-kit push:mysql --config drizzle.config.ts",
"db:studio": "drizzle-kit studio --port 5000 --verbose --config drizzle.config.ts",
"dev": "next dev",
"dev:email": "email dev",
"edge": "pnpm up --latest && pnpm canary",
"email": "email dev --dir src/data/mail -p 3001",
"format": "prettier --write \"**/*.{js,ts,tsx,md,mdx,json}\" --cache",
"format:check": "prettier --check \"**/*.{js,ts,tsx,md,mdx,json}\" --cache",
"postinstall": "drizzle-kit generate:mysql --config drizzle.config.ts",
"lint": "next lint",
"lint:fix": "next lint --fix",
"setup": "./src/scripts/setup",
"shadcn": "pnpm dlx shadcn-ui@latest add",
"start": "next start",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/webhooks/stripe --latest",
"test": "jest --passWithNoTests",
"type-check": "next build",
"typecheck": "next build"
},
"jest": {
"setupFilesAfterEnv": [
"./jest.setup.ts"
]
},
"dependencies": {
"@auth/core": "^0.12.0",
"@auth/drizzle-adapter": "^0.3.2",
"@clerk/localizations": "^1.24.1",
"@clerk/nextjs": "^4.23.2",
"@clerk/themes": "^1.7.5",
"@faker-js/faker": "^8.0.2",
"@hookform/resolvers": "^3.3.0",
"@loglib/tracker": "^0.6.2",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.19",
"@planetscale/database": "^1.11.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@react-email/components": "^0.0.7",
"@react-email/tailwind": "^0.0.8",
"@stripe/react-stripe-js": "^2.1.2",
"@stripe/stripe-js": "^2.1.0",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-table": "^8.9.3",
"@trpc/client": "^10.38.0",
"@trpc/react-query": "^10.38.0",
"@trpc/server": "^10.38.0",
"@uploadthing/react": "^5.3.0",
"@vercel/analytics": "^1.0.2",
"@vercel/og": "^0.5.11",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.28.5",
"embla-carousel-react": "8.0.0-rc12",
"lucide-react": "^0.269.0",
"mysql2": "^3.6.0",
"next": "13.4.19",
"next-auth": "^4.23.1",
"next-international": "^0.9.3",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.4",
"postgres": "^3.3.5",
"react": "18.2.0",
"react-cropper": "^2.3.3",
"react-day-picker": "^8.8.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.45.4",
"react-icons": "^4.10.1",
"react-medium-image-zoom": "^5.1.8",
"react-wrap-balancer": "^1.1.0",
"resend": "^1.0.0",
"sonner": "^0.7.0",
"stripe": "^13.3.0",
"tailwind-variants": "^0.1.13",
"tailwindcss-animate": "^1.0.6",
"translate": "^2.0.2",
"ts-deepmerge": "^6.2.0",
"undici": "^5.23.0",
"uploadthing": "^5.3.3",
"zod": "^3.22.2"
},
"devDependencies": {
"@clerk/types": "^3.49.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@cspell/dict-uk-ua": "^3.0.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@t3-oss/env-nextjs": "^0.6.1",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/eslint-plugin-query": "^4.34.1",
"@testing-library/jest-dom": "^6.1.2",
"@types/jest": "^29.5.4",
"@types/mdx": "^2.0.7",
"@types/node": "20.5.7",
"@types/nodemailer": "^6.4.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"autoprefixer": "10.4.15",
"cspell": "^7.0.1",
"drizzle-kit": "^0.19.13",
"encoding": "^0.1.13",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-extended": "^2.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"jest-extended": "^4.0.1",
"lint-staged": "^14.0.1",
"next-secure-headers": "^2.2.0",
"postcss": "8.4.28",
"prettier": "^3.0.2",
"prettier-plugin-packagejson": "^2.4.5",
"prettier-plugin-tailwindcss": "^0.5.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tsx": "^3.12.7",
"typescript": "5.2.2",
"vitest": "^0.34.3"
},
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "18.0.0"
}
}