-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 922 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
38
39
{
"name": "dreamweaver",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@pinecone-database/pinecone": "^6.1.4",
"@vercel/postgres": "^0.5.1",
"d3": "^7.9.0",
"html2canvas": "^1.4.1",
"jspdf": "2.5.2",
"lucide-react": "^0.563.0",
"next": "^14.2.0",
"pg": "^8.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"recharts": "^3.7.0",
"remark-gfm": "^4.0.1",
"uuid": "9.0.1"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/node": "^22.14.0",
"@types/pg": "^8.10.9",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/uuid": "9.0.8",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "~5.8.2"
}
}