summaryrefslogtreecommitdiffstats
path: root/webapp/package.json
blob: 83f59ead6fbbbc0ed58a78b0bd7edd6fef64f456 (plain) (blame)
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
35
36
37
38
39
40
41
42
43
44
45
46
{
  "name": "webapp",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {
    "axios": "^0.18.1",
    "scrollparent": "^2.0.1",
    "socket.io-client": "^2.2.0",
    "vue": "^2.6.10",
    "vue-codemirror": "^4.0.6",
    "vue-i18n": "^7.8.1",
    "vue-router": "^3.0.3",
    "vue-virtual-scroller": "^1.0.0-rc.2",
    "vuedraggable": "^2.20.0",
    "vuetify": "^2.2.4",
    "vuex": "^3.1.0"
  },
  "devDependencies": {
    "@kazupon/vue-i18n-loader": "^0.3.0",
    "@mdi/font": "^4.8.95",
    "@vue/cli-plugin-babel": "^3.5.5",
    "@vue/cli-plugin-eslint": "^3.5.1",
    "@vue/cli-service": "^3.5.3",
    "@vue/eslint-config-standard": "^4.0.0",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.0.0",
    "sass": "^1.25.0",
    "vue-template-compiler": "^2.6.10"
  },
  "postcss": {
    "plugins": {
      "autoprefixer": {}
    }
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}