Files
home/package.json
yuetsh bf8fc9cd8a
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled
update
update

no gay
2025-09-17 11:53:51 +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"
}
}