This commit is contained in:
2023-06-13 13:40:54 +08:00
parent ead6700f2c
commit ef579def81
208 changed files with 22380 additions and 19469 deletions

View File

@ -8,7 +8,8 @@
"dev": "vite",
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview"
"preview": "vite preview",
"format": "prettier --write \"**/*.{js,ts,tsx,jsx,vue,md}\""
},
"repository": {
"type": "git",
@ -39,6 +40,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "2.3.3",
"@vue/compiler-sfc": "3.2.36",
"prettier": "^2.8.8",
"sass": "1.52.1",
"unplugin-auto-import": "0.8.5",
"vite": "2.9.14",