astro_hts/frontend/package.json
2026-03-26 04:05:46 +05:00

39 lines
1 KiB
JSON

{
"name": "redi-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro preview",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "biome format --write .",
"lint": "biome lint .",
"lint:fix": "biome check --apply ."
},
"devDependencies": {
"@astrojs/check": "0.9.8",
"@astrojs/tailwind": "^6.0.2",
"@biomejs/biome": "1.7.3",
"@tailwindcss/typography": "^0.5.13",
"astro": "6.0.8",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"packageManager": "bun@1.1.29",
"dependencies": {
"@astrojs/node": "10.0.3",
"@astrojs/sitemap": "3.7.1",
"@astrojs/solid-js": "6.0.1",
"@nanostores/solid": "^1.1.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.11",
"astro-icon": "^1.1.5",
"nanostores": "^1.0.1",
"pocketbase": "^0.26.5",
"sharp": "^0.34.3",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.9"
}
}