chore: dev dependency

This commit is contained in:
kamiya10
2022-12-24 22:50:43 +08:00
parent e21a53bdcf
commit d4c80c7a9e
2 changed files with 6 additions and 8 deletions

10
html/package-lock.json generated
View File

@@ -5,9 +5,6 @@
"packages": {
"": {
"license": "MIT",
"dependencies": {
"vue-i18n": "^8.28.2"
},
"devDependencies": {
"@fontsource/noto-sans-jp": "^4.5.12",
"@fontsource/noto-sans-kr": "^4.5.12",
@@ -31,6 +28,7 @@
"uuid": "^9.0.0",
"vue": "^2.6.14",
"vue-data-tables": "^3.4.5",
"vue-i18n": "^8.28.2",
"vue-lazyload": "^1.3.4",
"vue-marquee-text-component": "^1.2.0",
"webpack": "^5.75.0",
@@ -3833,7 +3831,8 @@
"node_modules/vue-i18n": {
"version": "8.28.2",
"resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.28.2.tgz",
"integrity": "sha512-C5GZjs1tYlAqjwymaaCPDjCyGo10ajUphiwA922jKt9n7KPpqR7oM1PCwYzhB/E7+nT3wfdG3oRre5raIT1rKA=="
"integrity": "sha512-C5GZjs1tYlAqjwymaaCPDjCyGo10ajUphiwA922jKt9n7KPpqR7oM1PCwYzhB/E7+nT3wfdG3oRre5raIT1rKA==",
"dev": true
},
"node_modules/vue-lazyload": {
"version": "1.3.4",
@@ -6959,7 +6958,8 @@
"vue-i18n": {
"version": "8.28.2",
"resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.28.2.tgz",
"integrity": "sha512-C5GZjs1tYlAqjwymaaCPDjCyGo10ajUphiwA922jKt9n7KPpqR7oM1PCwYzhB/E7+nT3wfdG3oRre5raIT1rKA=="
"integrity": "sha512-C5GZjs1tYlAqjwymaaCPDjCyGo10ajUphiwA922jKt9n7KPpqR7oM1PCwYzhB/E7+nT3wfdG3oRre5raIT1rKA==",
"dev": true
},
"vue-lazyload": {
"version": "1.3.4",

View File

@@ -44,13 +44,11 @@
"uuid": "^9.0.0",
"vue": "^2.6.14",
"vue-data-tables": "^3.4.5",
"vue-i18n": "^8.28.2",
"vue-lazyload": "^1.3.4",
"vue-marquee-text-component": "^1.2.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"worker-timers": "^7.0.60"
},
"dependencies": {
"vue-i18n": "^8.28.2"
}
}