fix(svg logo) update package.json and lock
This commit is contained in:
parent
6ff82d7fe4
commit
5c70211154
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
|
@ -8,6 +8,7 @@
|
|||
"devh": ". ./set_env.sh && vite --host",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"preview": ". ./set_env.sh && vite preview",
|
||||
"previewh": ". ./set_env.sh && vite preview --host",
|
||||
"build-only": ". ./set_env.sh && vite build",
|
||||
"build:dev": ". ./set_env.sh && vite build --mode development",
|
||||
"type-check": "vue-tsc --build --force",
|
||||
|
@ -16,12 +17,15 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^10.9.0",
|
||||
"ansi_up": "^6.0.2",
|
||||
"element-plus": "^2.7.3",
|
||||
"mitt": "^3.0.1",
|
||||
"pinia": "^2.1.7",
|
||||
"vue": "^3.4.21",
|
||||
"vue-draggable-plus": "^0.4.1",
|
||||
"vue-i18n": "^9.10.2",
|
||||
"vue-router": "^4.3.0"
|
||||
"vue-router": "^4.3.0",
|
||||
"vuetify": "^3.6.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rushstack/eslint-patch": "^1.3.3",
|
||||
|
@ -42,10 +46,11 @@
|
|||
"typescript": "~5.4.0",
|
||||
"unplugin-auto-import": "^0.17.5",
|
||||
"unplugin-vue-components": "^0.26.0",
|
||||
"vite": "^5.1.6",
|
||||
"vite": "^5.3.3",
|
||||
"vite-plugin-css-injected-by-js": "^3.5.0",
|
||||
"vite-plugin-html": "^3.2.2",
|
||||
"vite-plugin-singlefile": "^2.0.1",
|
||||
"vite-plugin-singlefile": "^2.0.2",
|
||||
"vite-plugin-vuetify": "^2.0.3",
|
||||
"vite-svg-loader": "^5.1.0",
|
||||
"vue-tsc": "^2.0.6"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue