-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 2.17 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
{
"name": "dashboard-vcroles",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"postinstall": "prisma generate --schema prisma/schema.prisma",
"lint": "next lint",
"start": "next start",
"prettier": "prettier --write .",
"postbuild": "next-sitemap --config next-sitemap.config.mjs"
},
"dependencies": {
"@clerk/backend": "^1.13.8",
"@clerk/nextjs": "^5.7.1",
"@headlessui/react": "^2.1.9",
"@heroicons/react": "^2.1.5",
"@markdoc/markdoc": "^0.4.0",
"@markdoc/next.js": "^0.3.7",
"@prisma/client": "^5.20.0",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.0",
"@trpc/client": "11.0.0-rc.553",
"@trpc/next": "11.0.0-rc.553",
"@trpc/react-query": "11.0.0-rc.553",
"@trpc/server": "11.0.0-rc.553",
"@upstash/redis": "^1.34.2",
"@vercel/og": "^1.0.0",
"axios": "^1.7.7",
"babel-plugin-react-compiler": "0.0.0-experimental-27e0f40-20241002",
"next": "15.0.0-rc.0",
"next-sitemap": "^4.2.3",
"posthog-js": "^1.166.1",
"react": "19.0.0-rc-0751fac7-20241002",
"react-dom": "19.0.0-rc-0751fac7-20241002",
"superjson": "2.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
"eslint-config-next": "^14.2.14",
"eslint-plugin-react-compiler": "0.0.0-experimental-1e98da5-20241002",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^5.20.0",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
},
"ct3aMetadata": {
"initVersion": "6.12.0"
}
}