-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json.devel
43 lines (43 loc) · 1.21 KB
/
package.json.devel
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
{
"name": "tunnetview",
"version": "1.0.0",
"description": "A webGL based viewer of underground 3DTiles point cloud data.",
"main": "index.js",
"scripts": {
"clean": "rm -f -r node_modules dist && rm -f package-lock.json",
"build": "webpack --config webpack.config.js",
"start": "npx http-server -p 8000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VCityTeam/TunNetView.git"
},
"keywords": [
"webGL",
"3DTiles",
"LAS",
"point",
"cloud"
],
"author": "VCity/LIRIS",
"license": "LGPL-2.1-only",
"bugs": {
"url": "https://github.com/VCityTeam/TunNetView/issues"
},
"homepage": "https://github.com/VCityTeam/TunNetView#readme",
"dependencies": {
"@ud-viz/point_cloud_visualizer": "^4.1.0",
"@ud-viz/utils_browser": "file:../UD-Viz/packages/utils_browser",
"@ud-viz/widget_bookmark": "^4.1.0",
"@ud-viz/widget_layer_choice": "^4.1.0",
"@ud-viz/widget_3d_tiles": "file:../UD-Viz/packages/widget_3d_tiles",
"buffer": "^6.0.3"
},
"devDependencies": {
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}