{ "name": "keyboard", "version": "0.1.0", "description": "Integration build", "scripts": { "serve": "webpack --config webpack.keyboard.js --watch" }, "dependencies": { "axios": "^0.21.1", "core-js": "^3.6.5", "vue": "^2.6.11", "vue-router": "^3.2.0", "vuex": "^3.4.0" }, "devDependencies": { "compression-webpack-plugin": "^7.1.1", "mini-css-extract-plugin": "^1.3.3", "vue-loader": "^15.9.6", "webpack": "^5.11.1", "webpack-cli": "^4.7.0" } }