Files
company-website/package.json
2026-02-09 14:12:28 +08:00

29 lines
557 B
JSON

{
"name": "贝凡官网",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@10.29.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.7.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/tailwind": "^6.0.2",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}