-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 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
43
44
45
46
47
48
49
50
51
{
"name": "astrapai",
"version": "0.1.0",
"private": true,
"description": "Multi-tenant knowledge graph explorer with D3 visualization, markdown rendering, and wikilinks",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/OSideMedia/Astrapai.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "vitest run"
},
"dependencies": {
"@supabase/ssr": "^0.10.0",
"@supabase/supabase-js": "^2.101.0",
"d3": "^7.9.0",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"jszip": "^3.10.1",
"lucide-react": "^1.7.0",
"next": "^16.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/d3": "^7.4.3",
"@types/node": "^25.5.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "^16.2.1",
"happy-dom": "^20.8.9",
"jsdom": "^29.0.1",
"postcss": "^8.5.0",
"tailwindcss": "^4.0.0",
"typescript": "^6.0.2",
"vitest": "^4.1.2"
}
}