1
0
official-website/official/package.json
2025-07-26 15:31:43 +08:00

21 lines
481 B
JSON

{
"name": "@kevisual/official-website",
"version": "0.0.4",
"type": "module",
"basename": "/root/official",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"pub": "envision deploy ./dist -k official -v 0.0.4 -u -o root"
},
"dependencies": {
"astro": "^5.12.3"
},
"devDependencies": {
"@astrojs/mdx": "^4.3.1",
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.1"
}
}