-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "vue-ifc-viewer",
"description": "Vue IFC Viewer is a VueJS plugin written in typescript that let developers integrate OpenBIM Components in their apps 🚀🚀.",
"keywords": [
"vuejs",
"ifc viewer",
"bim plugin vuejs",
"bim viewer"
],
"homepage": "https://github.com/HoyosJuan/vue-ifc-viewer?tab=readme-ov-file#vue-ifc-viewer",
"bugs": "https://github.com/HoyosJuan/vue-ifc-viewer/issues",
"author": "Juan Hoyos",
"repository": {
"type": "git",
"url": "git+https://github.com/HoyosJuan/vue-ifc-viewer.git"
},
"license": "MIT",
"type": "module",
"version": "1.0.2",
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vue-tsc --p ./tsconfig-build.json && vite build",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"openbim-components": ">=1.3.1",
"vue": ">=3.2.25"
},
"devDependencies": {
"@types/node": "^20.9.4",
"@types/three": "0.152.1",
"@vitejs/plugin-vue": "^4.5.0",
"bim-fragment": "1.3.1",
"openbim-components": "1.3.1",
"three": "0.152.2",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-dts": "^3.6.3",
"vue": "^3.3.13",
"vue-tsc": "^1.8.22",
"web-ifc": "0.0.46"
}
}