first commit.
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user