Files
company-website/package.json
T
2026-05-12 10:35:27 +08:00

31 lines
609 B
JSON

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