-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 911 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 911 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
{
"name": "hackera",
"version": "1.0.0",
"type": "module",
"scripts": {
"ingest": "node scripts/ingest.js",
"validate": "node scripts/validate.js",
"api": "node api/server.js",
"dev": "concurrently \"node api/server.js\" \"vite\"",
"build": "vite build"
},
"dependencies": {
"ai": "^4.1.0",
"@ai-sdk/anthropic": "^1.1.0",
"@ai-sdk/react": "^1.1.0",
"@xyflow/react": "^12.0.0",
"better-sqlite3": "^11.0.0",
"concurrently": "^9.0.0",
"cors": "^2.8.5",
"csv-parse": "^5.5.0",
"dagre": "^0.8.5",
"express": "^4.21.0",
"framer-motion": "^11.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^4.0.0",
"vite": "^6.0.0",
"@tailwindcss/vite": "^4.0.0"
}
}