1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "potree",
- "private": true,
- "version": "1.8.0",
- "description": "WebGL point cloud viewer",
- "keywords": [
- "point",
- "cloud",
- "pointcloud",
- "octree",
- "entwine",
- "viewer",
- "threejs",
- "webgl",
- "browser",
- "tool"
- ],
- "main": "./build/potree/potree.js",
- "scripts": {
- "start": "gulp watch -c development",
- "build": "node main.js",
- "build-c": "gulp build pack -c production",
- "postinstall": "npm run build"
- },
- "dependencies": {
- "@babel/core": "^7.24.9",
- "@babel/plugin-transform-runtime": "^7.19.6",
- "@babel/preset-env": "^7.25.0",
- "@rollup/plugin-babel": "^6.0.4",
- "fs-extra": "^10.0.0",
- "gulp": "^4.0.2",
- "gulp-concat": "^2.6.1",
- "gulp-connect": "^5.7.0",
- "json5": "^2.1.3",
- "rollup": "^1.31.1",
- "rollup-plugin-babel": "^4.4.0",
- "rollup-plugin-uglify": "^6.0.4",
- "serve-static": "^1.15.0",
- "through": "~2.3.4",
- "webserver": "^5.0.1"
- },
- "author": "Markus Schütz",
- "license": "BSD-2-CLAUSE",
- "devDependencies": {
- "@babel/plugin-proposal-optional-chaining": "^7.21.0"
- }
- }
|