Some checks failed
Deploy / build-and-deploy (push) Has been cancelled
update no gay
16 lines
353 B
JSON
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"
|
|
}
|
|
} |