{ "name": "keymap-editor-application", "version": "1.0.0", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build-watch": "webpack build --mode development --watch", "build": "webpack build --mode production", "prebuild": "npm run clean", "clean": "rm -rf dist" }, "keywords": [], "author": "", "license": "ISC", "private": true, "dependencies": { "@fortawesome/fontawesome-free": "^5.14.0", "fuzzysort": "^1.1.4", "lodash": "^4.17.21", "xterm": "^4.8.1" }, "devDependencies": { "@vue/compiler-sfc": "^3.1.5", "css-loader": "^6.2.0", "html-webpack-plugin": "^5.3.2", "style-loader": "^3.2.1", "vue": "^3.1.5", "vue-loader": "^16.4.1", "webpack": "^5.48.0", "webpack-cli": "^4.7.2" } }