forked from chrishobcroft/ethprague
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"name": "ETHPrague",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@types/video.js": "^7.3.40",
"axios": "^0.26.1",
"caniuse-lite": "^1.0.30001031",
"core-js": "^2.6.11",
"csvtojson": "^2.0.10",
"paper": "^0.12.4",
"quasar": "^2.7.1",
"require-context": "^1.1.0",
"video.js": "^7.19.2",
"videojs-youtube": "^2.6.1",
"videojs-contrib-quality-levels": "^2.1.0",
"videojs-hls-quality-selector": "^1.1.4",
"vue": "^3.2.29",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-typescript": "~4.5.13",
"@vue/cli-service": "^4.2.3",
"@vue/compiler-sfc": "^3.0.0-beta.1",
"@vue/eslint-config-airbnb": "^4.0.1",
"@vue/eslint-config-typescript": "^4.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.0.0-alpha.0",
"typescript": "~4.1.5"
}
}