This commit is contained in:
zyronon
2024-03-21 12:08:44 +08:00
parent 0a470ccfd7
commit 3aff7af06d
8 changed files with 98 additions and 38449 deletions

View File

@@ -4,6 +4,7 @@
"scripts": {
"dev": "vite --host",
"build": "vite build",
"report": "vite build",
"serve": "vite preview"
},
"dependencies": {
@@ -12,18 +13,17 @@
"core-js": "3.21.1",
"dayjs": "1.11.0",
"gl-matrix": "3.4.3",
"lodash": "4.17.21",
"mitt": "3.0.0",
"lodash-es": "^4.17.21",
"mockjs": "1.1.0",
"pinia": "^2.1.7",
"pinyin": "2.11.1",
"swiper": "8.4.6",
"vconsole": "3.15.1",
"vue": "3.4.21",
"vue-masonry": "0.16.0",
"vue-router": "4.3.0",
"vue-switches": "2.0.1",
"mobile-select": "1.1.2",
"vuex": "4.1.0"
},
"devDependencies": {
@@ -32,8 +32,8 @@
"@vitejs/plugin-vue": "4.0.0",
"@vitejs/plugin-vue-jsx": "3.0.0",
"less": "4.1.3",
"mobile-select": "1.1.2",
"unplugin-vue-macros": "^2.7.10",
"rollup-plugin-visualizer": "^5.9.2",
"unplugin-vue-define-options": "^1.4.1",
"vite": "4.5.2"
}