16 lines
335 B
JSON
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"
|
|
}
|
|
} |