about summary refs log tree commit diff
path: root/pkgs/applications/video/epgstation/client/package.json
blob: 6ba9974afa5a28df957b89f3c85e5462844252ac (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
47
48
49
50
51
52
53
54
55
56
57
{
  "name": "epgstation-client",
  "version": "2.6.20",
  "private": true,
  "scripts": {
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "watch": "vue-cli-service build --watch --mode development"
  },
  "dependencies": {
    "@mdi/font": "6.5.95",
    "aribb24.js": "1.8.8",
    "axios": "0.24.0",
    "eventemitter2": "6.4.5",
    "hls.js": "1.1.2",
    "inversify": "6.0.1",
    "json-stable-stringify": "1.0.1",
    "lodash": "4.17.21",
    "material-design-icons-iconfont": "6.1.1",
    "mpegts.js": "1.6.10",
    "reflect-metadata": "0.1.13",
    "resize-observer-polyfill": "1.5.1",
    "roboto-fontface": "*",
    "smoothscroll-polyfill": "0.4.4",
    "socket.io-client": "4.3.2",
    "typeface-roboto": "1.1.13",
    "vue": "2.6.14",
    "vue-class-component": "7.2.6",
    "vue-property-decorator": "9.1.2",
    "vue-router": "3.5.3",
    "vuetify": "2.5.10",
    "vuetify-datetime-picker": "2.1.1",
    "@types/hls.js": "0.13.3",
    "@types/json-stable-stringify": "1.0.33",
    "@types/lodash": "4.14.178",
    "@types/smoothscroll-polyfill": "0.3.1",
    "@types/socket.io-client": "1.4.36",
    "@typescript-eslint/eslint-plugin": "4.33.0",
    "@typescript-eslint/parser": "4.33.0",
    "@vue/cli-plugin-eslint": "4.5.12",
    "@vue/cli-plugin-typescript": "4.5.13",
    "@vue/cli-plugin-vuex": "4.5.13",
    "@vue/cli-service": "4.5.13",
    "@vue/eslint-config-prettier": "6.0.0",
    "@vue/eslint-config-typescript": "7.0.0",
    "eslint": "7.32.0",
    "eslint-plugin-prettier": "3.4.1",
    "eslint-plugin-vue": "7.20.0",
    "prettier": "2.4.1",
    "sass": "1.32.12",
    "sass-loader": "10.2.0",
    "typescript": "4.4.4",
    "vue-cli-plugin-vuetify": "2.4.3",
    "vue-template-compiler": "2.6.14",
    "vuetify-loader": "1.7.3"
  }
}