-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.05 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
{
"name": "t3-mantine-clerk",
"version": "0.1.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"db:push": "prisma db push",
"db:seed": "prisma db seed",
"db:migrate": "prisma migrate dev",
"db:studio": "prisma studio",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@clerk/nextjs": "^4.29.9",
"@clerk/themes": "^1.7.10",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@fontsource/roboto": "^5.0.12",
"@fontsource/work-sans": "^5.0.17",
"@mantine/carousel": "^7.7.1",
"@mantine/core": "^7.7.1",
"@mantine/form": "^7.7.1",
"@mantine/hooks": "^7.7.1",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "^7.7.1",
"@prisma/client": "^5.11.0",
"@t3-oss/env-nextjs": "^0.9.2",
"@tabler/icons-react": "^3.1.0",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.43.6",
"@trpc/next": "^10.43.6",
"@trpc/react-query": "^10.43.6",
"@trpc/server": "^10.43.6",
"cookies-next": "^4.1.1",
"embla-carousel-react": "^8.0.0",
"next": "^14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"stylis-plugin-rtl": "^2.1.1",
"superjson": "2.2.1",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.4",
"@types/eslint": "^8.56.6",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-mantine": "^3.2.0",
"eslint-config-next": "^14.1.4",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"prisma": "^5.11.0",
"stylelint": "^16.3.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-scss": "^6.2.1",
"typescript": "^5.4.3"
}
}