-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.53 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
{
"name": "auth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@nextui-org/react": "^2.2.10",
"@prisma/client": "^5.10.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@rive-app/canvas": "^2.10.3",
"@rive-app/react-canvas": "^4.8.3",
"@tabler/icons-react": "^2.47.0",
"@tanstack/react-query": "^5.25.0",
"@tremor/react": "2.0",
"auth0": "^4.3.1",
"axios": "^1.6.7",
"blob-stream": "^0.1.3",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.0.3",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"dotenv": "^16.4.4",
"framer-motion": "^11.0.14",
"html-pdf": "^3.0.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"lottie-react": "^2.4.0",
"lucide-react": "^0.341.0",
"mini-svg-data-uri": "^1.4.4",
"next": "14.1.0",
"next-cloudinary": "^6.2.1",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.10",
"pdf-lib": "^1.17.1",
"pdfkit": "^0.14.0",
"pdfmake": "^0.2.10",
"prisma": "^5.10.2",
"query-string": "^9.0.0",
"radix-ui": "^1.0.1",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-day-picker": "^8.10.0",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-resizable-panels": "^2.0.16",
"react-spinners": "^0.13.8",
"reactflow": "^11.10.4",
"recharts": "^2.12.2",
"simplex-noise": "^4.0.1",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"vaul": "^0.9.0",
"zod": "^3.22.4",
"zustand": "^4.5.1"
},
"devDependencies": {
"@types/blob-stream": "^0.1.33",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/pdfkit": "^0.13.4",
"@types/pdfmake": "^0.2.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}