first commit.

This commit is contained in:
2022-11-06 22:57:45 +08:00
commit 52a3ac8a84
10 changed files with 1514 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "hyyz-home-next",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"fmt": "prettier --write *.js style.css index.html"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^2.3.0",
"prettier": "^2.7.1",
"terser": "^5.15.1",
"vite": "^3.2.0"
}
}