-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 969 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 969 Bytes
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
{
"name": "relay-crm",
"version": "1.0.0",
"private": true,
"description": "Relay — a multi-business customer relationship management tool",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"appwrite:setup": "node scripts/appwrite-setup.mjs",
"seed": "node scripts/seed.mjs"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.105.0",
"appwrite": "^26.0.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.441.0",
"next": "14.2.13",
"node-appwrite": "^26.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"resend": "^4.0.0",
"svix": "^1.96.0"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.13",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}