-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 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
{
"name": "conply",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"embed:regulations": "tsx scripts/embed-regulations.ts"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.96",
"@anthropic-ai/sdk": "^0.27.0",
"@slack/web-api": "^7.15.1",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.0",
"framer-motion": "^12.38.0",
"gray-matter": "^4.0.3",
"jspdf": "^4.2.1",
"lucide-react": "^0.396.0",
"next": "^15.0.0",
"next-mdx-remote": "^6.0.0",
"openai": "^6.34.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"reading-time": "^1.5.0",
"recharts": "^3.8.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"dotenv": "^17.4.1",
"postcss": "^8",
"tailwindcss": "^3",
"tsx": "^4.21.0",
"typescript": "^5"
}
}