Files
home/package.json
2025-09-01 09:35:58 +08:00

16 lines
353 B
JSON

{
"name": "hyyz-home",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite --mode=production",
"build": "vite build",
"build:staging": "vite build --mode=staging",
"fmt": "prettier --write *.js style.css index.html"
},
"devDependencies": {
"prettier": "^3.6.2",
"vite": "^7.1.3"
}
}