This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.73 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "client",
"version": "0.0.1",
"description": "Build your own streaming service",
"productName": "MediaDB",
"cordovaId": "org.cordova.mediadb.app",
"capacitorId": "",
"author": "francoism90 <f.menning@pm.me>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.9.19",
"@websanova/vue-auth": "^4.1.1",
"approximate-number": "^2.0.0",
"axios": "^0.21.1",
"core-js": "^3.9.1",
"dayjs": "^1.10.4",
"laravel-echo": "^1.10.0",
"lodash": "^4.17.21",
"pusher-js": "^7.0.3",
"quasar": "^1.15.5",
"shaka-player": "^3.0.10",
"vue-api-query": "^1.9.0",
"vue-i18n": "^8.24.1",
"vue-shortkey": "^3.1.7",
"vue-timers": "^2.0.4",
"vuex-map-fields": "^1.4.1",
"vuex-persistedstate": "^3.2.0"
},
"devDependencies": {
"@quasar/app": "^2.2.1",
"@quasar/quasar-app-extension-dotenv": "^1.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.22.0",
"eslint-config-standard": "^16.0.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^7.7.0",
"stylelint-config-standard": "^21.0.0",
"workbox-webpack-plugin": "^6.1.2"
},
"browserslist": [
"last 4 Chrome versions",
"last 4 Firefox versions",
"last 2 Edge versions",
"last 4 Safari versions",
"last 4 Android versions",
"last 4 ChromeAndroid versions",
"last 4 FirefoxAndroid versions",
"last 4 iOS versions"
],
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}