lilith-platform.live/codebase/@features/demimonde/site/package.json

20 lines
566 B
JSON

{
"name": "@lilith-feature/demimonde-site",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Demimonde, LLC brand site (Astro). Single-page financial entity surface; consumes @cocotte/* primitives.",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"typecheck": "astro check"
},
"dependencies": {
"@cocotte/astro-chrome": "^0.2.0",
"@cocotte/astro-config": "^0.2.0",
"@cocotte/astro-tokens": "^0.2.0",
"@astrojs/sitemap": "^3.2.0",
"astro": "^5.0.0"
}
}