-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.13 KB
/
package.json
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
{
"name": "peario-client",
"version": "0.12.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@ionic/core": "^7.7.0",
"@meforma/vue-toaster": "^1.3.0",
"axios": "^1.6.7",
"change-case": "^5.4.2",
"core-js": "^3.35.1",
"events": "^3.3.0",
"hat": "^0.0.3",
"hls.js": "^1.5.3",
"ionicons": "^7.2.2",
"langs": "^2.0.0",
"postscribe": "^2.0.8",
"querystring-es3": "^0.2.1",
"stremio-addon-client": "^1.16.1",
"subtitle": "^4.2.1",
"vue": "^3.4.15",
"vue-clipboard2": "^0.3.3",
"vue-i18n": "^9.9.1",
"vue-meta": "^3.0.0-alpha.4",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.4.15",
"babel-eslint": "^10.0.3",
"buffer": "^6.0.3",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"node-sass": "^9.0.0",
"process": "^0.11.10",
"sass-loader": "^14"
}
}