-
Notifications
You must be signed in to change notification settings - Fork 328
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.34 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.34 KB
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
{
"name": "@xeokit/xeokit-sdk",
"version": "2.6.111",
"description": "3D BIM IFC Viewer SDK for AEC engineering applications. Open Source JavaScript Toolkit based on pure WebGL for top performance, real-world coordinates and full double precision",
"module": "./dist/xeokit-sdk.es.js",
"main": "./dist/xeokit-sdk.cjs.js",
"types": "./types/index.d.ts",
"scripts": {
"build": "node -e \"console.error('WARNING: \\'npm run {build,dev-build,test}\\' scripts and \\'devDependencies\\' are soon going to be deprecated. Install a build tool and execute it directly.\\n');\"; rollup --config rollup.config.js; rollup --config rollup.minified.config.js",
"dev-build": "node -e \"console.error('WARNING: \\'npm run {build,dev-build,test}\\' scripts and \\'devDependencies\\' are soon going to be deprecated. Install a build tool and execute it directly.\\n');\"; rollup --config rollup.dev.config.js",
"test": "node -e \"console.error('WARNING: \\'npm run {build,dev-build,test}\\' scripts and \\'devDependencies\\' are soon going to be deprecated. Install a test tool and execute it directly.\\n');\"; npx percy exec -- npx playwright test"
},
"repository": {
"type": "git",
"url": "https://github.com/xeokit/xeokit-sdk.git"
},
"keywords": [
"ifc-viewer",
"bim-viewer",
"3d-web-viewer",
"point-cloud-viewer",
"online-viewer",
"web-gl",
"viewer-sdk",
"3d-viewers",
"bim",
"ifc",
"geometry",
"point-cloud",
"las-viewer",
"laz-viewer",
"webgl-viewer",
"javascript-viewer",
"buildingsmart",
"geospatial",
"gis",
"3d-tiles"
],
"author": "Lindsay Kay",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/xeokit/xeokit-sdk/issues"
},
"homepage": "https://xeokit.io",
"dependencies": {
"@loaders.gl/core": "4.3.4",
"@loaders.gl/gltf": "4.3.4",
"@loaders.gl/las": "4.3.4",
"html2canvas": "1.4.1"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@percy/cli": "^1.31.11",
"@percy/playwright": "^1.1.0",
"@playwright/test": "^1.59.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.2.1",
"rollup": "^2.70.2",
"rollup-plugin-banner": "^0.2.1",
"rollup-plugin-terser": "^7.0.2"
},
"files": [
"/src",
"/dist",
"/types"
]
}