-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathpackage.json
110 lines (110 loc) · 2.62 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "bim-viewer",
"version": "0.1.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git"
},
"keywords": [
"webgl",
"threejs",
"three.js",
"3d-viewer",
"javascript",
"typescript",
"vue",
"ifc",
"bim",
"gis",
"cad",
"buildingsmart",
"opensource",
"gltf",
"obj",
"stl"
],
"author": "",
"license": "MIT",
"dependencies": {
"@sideway/address": "^4.1.2",
"@types/dat.gui": "^0.7.6",
"@types/lodash": "^4.14.165",
"axios": "^0.21.0",
"bufferutil": "^4.0.3",
"cannon-es": "^0.15.0",
"chevrotain": "^7.1.0",
"core-js": "^3.15.2",
"dat.gui": "^0.7.7",
"element-ui": "^2.15.3",
"lodash": "^4.17.20",
"postmate": "^1.5.2",
"progressbar.js": "^1.1.0",
"querystring": "^0.2.0",
"screenfull": "^5.1.0",
"three": "^0.152.0",
"tween": "^0.9.0",
"utf-8-validate": "^5.0.5",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.2.0",
"vue-virtual-scroll-list": "^2.3.2",
"vuex": "^3.4.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.2",
"@types/three": "^0.152.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "^5.0.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "^4.5.13",
"@vue/compiler-sfc": "^3.1.4",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^8.0.0",
"babel-plugin-component": "^1.1.1",
"eslint": "^8.15.0",
"eslint-config-mdcs": "^5.0.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.17.0",
"node-sass": "^7.0.1",
"sass": "^1.54.5",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/standard",
"@vue/typescript/recommended"
],
"parserOptions": {
"ecmaVersion": 2020
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}