-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.93 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.93 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "zenrent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"performance:audit": "node scripts/performance-audit.js",
"bundle:analyze": "npx @next/bundle-analyzer"
},
"dependencies": {
"@azure/msal-node": "^3.6.0",
"@hello-pangea/dnd": "^18.0.1",
"@heroicons/react": "^2.2.0",
"@inertiajs/react": "^2.0.5",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@sentry/nextjs": "^9.27.0",
"@stripe/stripe-js": "^6.1.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.3",
"@tanstack/react-query": "^5.69.0",
"@tremor/react": "^3.18.7",
"@types/fs-extra": "^11.0.4",
"@types/pdfkit": "^0.13.9",
"@types/stripe": "^8.0.416",
"class-variance-authority": "^0.7.1",
"claude-task-master": "^1.6.4",
"clsx": "^2.1.1",
"critters": "^0.0.25",
"dotenv": "^16.5.0",
"framer-motion": "^12.4.10",
"fs-extra": "^11.3.0",
"google-auth-library": "^10.0.0-rc.3",
"googleapis": "^150.0.1",
"lucide-react": "^0.479.0",
"next": "^15.2.4",
"next-auth": "^4.24.11",
"node-fetch": "^2.7.0",
"nodemailer": "^6.10.0",
"openai": "^4.96.0",
"pdf-lib": "^1.17.1",
"pdfkit": "^0.17.1",
"plaid": "^31.1.0",
"posthog-node": "^4.18.0",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.3.8",
"react-hot-toast": "^2.5.2",
"react-plaid-link": "^3.6.1",
"recharts": "^2.15.1",
"resend": "^4.2.0",
"sonner": "^2.0.3",
"stripe": "^17.7.0",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"task-master-ai": "^0.12.1",
"uuid": "^11.1.0",
"xlsx": "^0.18.5",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@headlessui/react": "^2.2.0",
"@next/bundle-analyzer": "^15.3.3",
"@playwright/test": "^1.51.1",
"@tailwindcss/postcss": "^4",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.30",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"jest": "^29.7.0",
"tailwindcss": "^4.0.12",
"ts-jest": "^29.3.2",
"typescript": "^5.8.2"
}
}