49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"name": "disclosure-bureau-web",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "next dev",
|
||
|
|
"build": "next build",
|
||
|
|
"start": "next start",
|
||
|
|
"lint": "next lint",
|
||
|
|
"preprocess": "tsx scripts/preprocess.ts"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@assistant-ui/react": "^0.14.0",
|
||
|
|
"@radix-ui/react-dialog": "^1.1.0",
|
||
|
|
"@radix-ui/react-tooltip": "^1.1.0",
|
||
|
|
"@react-sigma/core": "^5.0.0",
|
||
|
|
"@react-sigma/layout-forceatlas2": "^5.0.0",
|
||
|
|
"@supabase/ssr": "^0.10.3",
|
||
|
|
"@supabase/supabase-js": "^2.105.4",
|
||
|
|
"framer-motion": "^11.11.0",
|
||
|
|
"graphology": "^0.25.4",
|
||
|
|
"graphology-layout-forceatlas2": "^0.10.1",
|
||
|
|
"gray-matter": "^4.0.3",
|
||
|
|
"lucide-react": "^0.460.0",
|
||
|
|
"next": "^15.1.0",
|
||
|
|
"pg": "^8.13.1",
|
||
|
|
"react": "^19.0.0",
|
||
|
|
"react-dom": "^19.0.0",
|
||
|
|
"react-force-graph-2d": "^1.27.0",
|
||
|
|
"react-markdown": "^9.0.0",
|
||
|
|
"remark-gfm": "^4.0.0",
|
||
|
|
"remark-wiki-link": "^2.0.1",
|
||
|
|
"sharp": "^0.33.5",
|
||
|
|
"sigma": "^3.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^22.7.0",
|
||
|
|
"@types/pg": "^8.11.10",
|
||
|
|
"@types/react": "^19.0.0",
|
||
|
|
"@types/react-dom": "^19.0.0",
|
||
|
|
"autoprefixer": "^10.4.20",
|
||
|
|
"graphology-types": "^0.24.8",
|
||
|
|
"postcss": "^8.4.47",
|
||
|
|
"tailwindcss": "^3.4.14",
|
||
|
|
"tsx": "^4.19.0",
|
||
|
|
"typescript": "^5.6.0"
|
||
|
|
}
|
||
|
|
}
|