forked from xbapps/xbvr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.95 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "xbvr",
"private": true,
"scripts": {
"serve": "cd ui && vue-cli-service serve",
"build": "cd ui && vue-cli-service build",
"lint": "cd ui && vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"i18n:extract": "yarn vue-i18n-extract report -v './ui/src/**/*.?(js|vue)' -l './ui/src/locales/*.?(js|json)'",
"watch": "cd ui && vue-cli-service build --watch --silent"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.13.0",
"@fortawesome/fontawesome-svg-core": "1.2.28",
"@mdi/font": "5.1.45",
"buefy": "0.8.18",
"bulma-extensions": "6.2.7",
"date-fns": "2.13.0",
"ky": "0.19.1",
"pretty-bytes": "5.3.0",
"videojs-hotkeys": "0.2.25",
"videojs-vr": "1.7.1",
"vue": "2.6.11",
"vue-debounce": "2.5.3",
"vue-gallery": "2.0.1",
"vue-global-events": "1.1.2",
"vue-i18n": "8.17.4",
"vue-load-image": "0.1.10",
"vue-router": "3.1.6",
"vue-slider-component": "3.1.2",
"vue-star-rating": "1.6.1",
"vuex": "3.3.0",
"wampy": "6.2.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.3.1",
"@vue/cli-plugin-eslint": "4.3.1",
"@vue/cli-service": "4.3.1",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-plugin-vue": "6.2.2",
"less": "3.11.1",
"less-loader": "6.1.0",
"node-sass": "4.14.1",
"sass-loader": "8.0.2",
"simple-progress-webpack-plugin": "1.1.2",
"vue-cli-plugin-i18n": "1.0.1",
"vue-i18n-extract": "1.1.1",
"vue-template-compiler": "2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}