Files
home/package.json
2025-05-08 19:40:02 +08:00

16 lines
335 B
JSON

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