initial: split from gov-agreg — vreau.digital standalone platform
Moved from gov-agreg/src/pages/achizitii/* to root (drop prefix). - 22 pages migrated, 127 files total - All internal links: /achizitii/X → /X (176 occurrences fixed) - AchizitiiLayout subnav rewritten: /X paths, top-right link to vreaudigital.ro hub - BaseLayout new (vreau.digital branding, OG tags, site URL) - astro.config.mjs: site https://vreau.digital, server output (was static) - docker-compose: port 5096 (vreaudigital is 5095), container vreau-digital - deploy.sh: paths /opt/vreau-digital, log /var/log/vreau-digital-deploy.log Backend shared with gov-agreg: - PostgreSQL satra (same schemas: seap, firms, anaf, anre, ...) - Photon, Martin tiles - Infisical /vreaudigital path (DATABASE_URL etc. shared) build: PASS (npx astro check 0 errors, npm run build 5s vite + 10s server)
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "vreau-digital",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anthropic-ai/sdk": "^0.85.0",
|
||||
"@astrojs/check": "^0.9.8",
|
||||
"@astrojs/node": "^9.5.5",
|
||||
"@astrojs/react": "^5.0.3",
|
||||
"@astrojs/tailwind": "^6.0.2",
|
||||
"@fontsource/inter": "^5.2.8",
|
||||
"@fontsource/plus-jakarta-sans": "^5.2.8",
|
||||
"@resvg/resvg-js": "^2.6.2",
|
||||
"@supabase/ssr": "^0.10.2",
|
||||
"@supabase/supabase-js": "^2.103.0",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"astro": "^5.18.1",
|
||||
"d3-hierarchy": "^3.1.2",
|
||||
"d3-sankey": "^0.12.3",
|
||||
"lucide-astro": "^0.556.0",
|
||||
"maplibre-gl": "^5.23.0",
|
||||
"pg": "^8.20.0",
|
||||
"pg-cursor": "^2.19.0",
|
||||
"react": "^19.2.5",
|
||||
"react-dom": "^19.2.5",
|
||||
"satori": "^0.26.0",
|
||||
"tailwindcss": "^3.4.19",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/d3-hierarchy": "^3.1.7",
|
||||
"@types/d3-sankey": "^0.12.5"
|
||||
},
|
||||
"description": "Platform\u0103 de transparen\u021b\u0103 achizi\u021bii publice Rom\u00e2nia \u2014 vreau.digital",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@git.beletage.ro:gitadmin/vreau-digital.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user