aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/package.json
blob: c915f30920717541b158cd481e37caba7100a933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "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",
    "axios": "^0.24.0",
    "eventemitter3": "^4.0.7",
    "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"
  }
}