chore: move "@intlify/vite-plugin-vue-i18n" into devDependencies

This commit is contained in:
Tenvi 2022-10-27 19:03:39 +08:00 committed by GitHub
parent 5fd2150b2f
commit 05f3bf1c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@
"warmCaches": "node app/index.mjs warmCaches"
},
"dependencies": {
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"console-stamp": "^3.0.6",
"cron": "^2.1.0",
"dotenv": "^16.0.2",
@ -30,6 +29,7 @@
"vue-router": "^4.1.5"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"@vitejs/plugin-vue": "^3.1.0",
"autoprefixer": "^10.4.12",
"eslint": "^8.23.1",