-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.1 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "ubii-web-frontend-vue",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.35",
"@fortawesome/free-solid-svg-icons": "5.15.3",
"@fortawesome/vue-fontawesome": "2.0.2",
"@riophae/vue-treeselect": "^0.4.0",
"@tum-far/ubii-msg-formats": "0.16.6",
"@tum-far/ubii-node-webbrowser": "0.3.4",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"d3-force": "^3.0.0",
"dat.gui": "^0.7.7",
"force-graph": "^1.32.2",
"i": "^0.3.6",
"jquery": "^3.5.1",
"litegraph.js": "https://github.com/ate362/litegraph.js",
"myo": "^3.0.0",
"npm": "^6.14.6",
"prettier": "^1.19.1",
"qrcode": "^1.4.4",
"three": "0.137.5",
"three-dragcontrols": "0.88.2",
"three-orbit-controls": "82.1.0",
"three-outlinepass": "1.2.0",
"uuid": "3.3.2",
"vue": "^2.6.11",
"vue-codemirror": "^4.0.6",
"vue-fullscreen": "^2.1.6",
"vue-js-toggle-button": "^1.3.3",
"vue-material-design-icons": "^4.7.1",
"vue-multiselect": "2.1.6",
"vue-router": "^3.3.4",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"style-resources-loader": "^1.3.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": [
"error",
{
"allow": [
"warn",
"error"
]
}
]
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}