-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.9 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.9 KB
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
{
"name": "mantine-minimal-next-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "pnpm i && next dev",
"format": "prettier --write .",
"lint": "next lint --fix",
"build": "next build",
"start": "next start",
"vercel-build": "prisma generate && prisma migrate deploy && next build",
"postinstall": "prisma generate",
"ts": "tsc --noEmit"
},
"dependencies": {
"@auth/prisma-adapter": "^2.0.0",
"@mantine/core": "7.7.1",
"@mantine/form": "^7.8.1",
"@mantine/hooks": "7.7.1",
"@mantine/notifications": "7.7.1",
"@prisma/client": "^5.13.0",
"@react-email/components": "0.0.15",
"@react-email/html": "0.0.7",
"@react-email/tailwind": "0.0.14",
"@t3-oss/env-nextjs": "^0.9.2",
"@tabler/icons-react": "^3.2.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"jiti": "^1.21.0",
"js-cookie": "^3.0.5",
"mantine-form-zod-resolver": "^1.1.0",
"moment": "^2.30.1",
"nanoid": "^5.0.7",
"next": "14.1.3",
"next-auth": "5.0.0-beta.16",
"next-safe-action": "^6.2.0",
"next-share": "^0.27.0",
"nodejs-s3-typescript": "^3.1.5",
"nuqs": "^1.17.1",
"prisma-extension-random": "^0.2.0",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-use": "^17.5.0",
"resend": "^3.2.0",
"tslog": "^4.9.2",
"zod": "^3.23.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.28.11",
"@types/js-cookie": "^3.0.6",
"@types/node": "20.11.26",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.21",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"postcss": "^8.4.38",
"postcss-loader": "^7.3.4",
"postcss-preset-mantine": "1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.2.5",
"prisma": "^5.13.0",
"typescript": "5.4.2"
}
}