-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.24 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "clasibot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write . --list-different",
"format:check": "prettier --check .",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"studio": "drizzle-kit studio",
"postinstall": "tsx src/scripts/fix-jose.ts"
},
"dependencies": {
"@ai-sdk/google": "^0.0.36",
"@ai-sdk/openai": "^0.0.45",
"@ai-sdk/provider": "^0.0.23",
"@ai-sdk/provider-utils": "^1.0.22",
"@aws-sdk/client-ecs": "^3.699.0",
"@aws-sdk/client-sqs": "latest",
"@eslint/config-array": "^0.18.0",
"@eslint/object-schema": "^2.1.4",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^3.9.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^14.2.18",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/nextjs": "^8.40.0",
"@sentry/utils": "^8.40.0",
"@sentry/wizard": "^3.34.4",
"@sparticuz/chromium": "^130.0.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-table": "^8.20.5",
"@types/aws-lambda": "^8.10.146",
"@types/mdx": "^2.0.13",
"@types/nodemailer": "^6.4.17",
"@vercel/analytics": "^1.4.1",
"ai": "^3.4.33",
"analytics": "github:vercel/analytics",
"aws-cdk": "^2.171.0",
"aws-cdk-lib": "^2.171.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"constructs": "^10.4.2",
"date-fns": "^3.6.0",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"flat-cache": "^5.0.0",
"fuse.js": "^7.0.0",
"glob": "^10.4.5",
"googleapis": "^140.0.1",
"husky": "^9.1.7",
"imap": "^0.8.19",
"jsdom": "^25.0.1",
"lru-cache": "^11.0.2",
"lucide-react": "^0.427.0",
"mailparser": "^3.7.1",
"next": "^14.2.18",
"next-auth": "^4.24.10",
"node-quickbooks": "^2.0.45",
"nodemailer": "^6.9.16",
"openid-client": "^6.1.4",
"playwright": "^1.49.0",
"playwright-core": "^1.49.0",
"postgres": "^3.4.5",
"radix-ui": "^1.0.1",
"react": "^18.3.1",
"react-day-picker": "^9.4.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-icons": "^5.3.0",
"rimraf": "^6.0.1",
"stream": "^0.0.3",
"stripe": "^16.12.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.2",
"utils": "^0.3.1",
"uuid": "^10.0.0",
"vercel": "^35.2.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/imap": "^0.8.42",
"@types/jsdom": "^21.1.7",
"@types/mailparser": "^3.4.5",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"drizzle-kit": "^0.24.2",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"bun-types": "latest"
},
"trustedDependencies": [
"@sentry/cli",
"analytics",
"esbuild"
]
}