34 lines
938 B
JSON
34 lines
938 B
JSON
{
|
|
"name": "@carpa/web-astro",
|
|
"version": "0.1.0",
|
|
"description": "Carpa — Astro frontend (Tailwind + DaisyUI + Typesense)",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview --port 4321",
|
|
"start": "node ./dist/server/entry.mjs",
|
|
"astro": "astro",
|
|
"typecheck": "astro check",
|
|
"clean": "rm -rf dist .astro .turbo"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "11.0.3",
|
|
"@carpa/tailwind-config": "workspace:*",
|
|
"@carpa/typesense": "workspace:*",
|
|
"@fontsource-variable/roboto-condensed": "^5.3.0",
|
|
"@phosphor-icons/web": "^2.1.2",
|
|
"@tailwindcss/vite": "4.3.3",
|
|
"astro": "7.1.6",
|
|
"daisyui": "5.7.16",
|
|
"instantsearch.js": "4.108.0",
|
|
"tailwindcss": "4.3.3",
|
|
"typesense-instantsearch-adapter": "3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|