dep: build script 변경

This commit is contained in:
2021-09-08 22:39:14 +09:00
parent 97ac7deb2f
commit 3ab349af6e
4 changed files with 25 additions and 27 deletions
+14 -14
View File
@@ -25,10 +25,10 @@
"@types/select2": "^4.0.54",
"@types/summernote": "^0.8.6",
"async-validator": "^4.0.3",
"axios": "^0.21.1",
"axios": "^0.21.4",
"bootstrap": "^4.6.0",
"bootstrap5": "npm:bootstrap@^5.1.0",
"core-js": "^3.17.1",
"bootstrap5": "npm:bootstrap@^5.1.1",
"core-js": "^3.17.2",
"date-fns": "^2.23.0",
"downloadjs": "^1.4.7",
"jquery": "^3.6.0",
@@ -40,26 +40,26 @@
"summernote": "^0.8.18",
"vue": "^3.2.2",
"vue-multiselect": "^3.0.0-alpha.2",
"vue-types": "^4.1.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-typescript": "^7.15.0",
"@swc/core": "^1.2.84",
"@types/bootstrap": "^5.1.2",
"@types/bootstrap": "^5.1.4",
"@types/jquery": "^3.5.6",
"@types/lodash": "^4.14.172",
"@types/node": "^16.7.13",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@vue/compiler-sfc": "^3.2.7",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"@vue/compiler-sfc": "^3.2.10",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-modern-browsers": "^15.0.2",
"bootswatch": "^5.1.0",
"bootswatch": "^5.1.1",
"clean-terminal-webpack-plugin": "^3.0.0",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
@@ -73,10 +73,10 @@
"ts-loader": "^9.2.5",
"typescript": "^4.4.2",
"url-loader": "^4.1.1",
"vue-eslint-parser": "^7.10.0",
"vue-eslint-parser": "^7.11.0",
"vue-loader": "^16.5.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.51.2",
"webpack": "^5.52.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0"
},