-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.8 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.8 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
{
"name": "adminbusiness",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.2.32",
"@headlessui/react": "^1.7.14",
"@mui/material": "^5.11.15",
"@mui/x-data-grid": "^6.0.3",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "4.16.2",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-hover-card": "^1.0.6",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle-group": "^1.0.4",
"@tailwindcss/typography": "^0.5.9",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.26.0",
"@types/node": "18.15.10",
"@types/react": "18.0.30",
"@types/react-dom": "18.0.11",
"class-variance-authority": "^0.5.3",
"clsx": "^1.2.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.12.4",
"lucide-react": "^0.128.0",
"nanoid": "^4.0.2",
"negotiator": "^0.6.3",
"next": "13.4.2",
"next-auth": "^4.22.0",
"next-themes": "^0.2.1",
"prism-react-renderer": "^1.3.5",
"raw-body": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"stripe": "^12.1.1",
"superjson": "^1.12.3",
"tailwind-merge": "^1.10.0",
"tailwind-scrollbar": "^3.0.0",
"typescript": "5.0.2",
"zod": "^3.21.4",
"zustand": "^4.3.7"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@types/negotiator": "^0.6.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"prisma": "^4.16.2",
"tailwindcss": "^3.2.7"
}
}