moved vue-cli-plugin-i18n into dev dependencies

This commit is contained in:
Ulf Gebhardt 2022-03-10 12:34:31 +01:00
parent 5b72d01c7d
commit a8c5fca69d
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -6,10 +6,10 @@
"start": "node run/server.js",
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"dev": "yarn run serve",
"analyse-bundle": "yarn build && webpack-bundle-analyzer dist/webpack.stats.json",
"lint": "eslint --max-warnings=0 --ext .js,.vue .",
"stylelint": "stylelint --max-warnings=0 '**/*.{scss,vue}'",
"dev": "yarn run serve",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"test": "TZ=UTC jest --coverage",
"locales": "scripts/missing-keys.sh && scripts/sort.sh"
@ -53,7 +53,6 @@
"vee-validate": "^3.4.5",
"vue": "2.6.12",
"vue-apollo": "^3.0.7",
"vue-cli-plugin-i18n": "^1.0.1",
"vue-flatpickr-component": "^8.1.2",
"vue-focus": "^2.1.0",
"vue-i18n": "^8.22.4",
@ -85,6 +84,7 @@
"stylelint": "^14.5.3",
"stylelint-config-recommended-vue": "^1.3.0",
"stylelint-config-standard-scss": "^3.0.0",
"vue-cli-plugin-i18n": "^1.0.1",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^4.5.0"
},