package.json 890 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "potree",
  3. "private": true,
  4. "version": "1.8.0",
  5. "description": "WebGL point cloud viewer",
  6. "keywords": [
  7. "point",
  8. "cloud",
  9. "pointcloud",
  10. "octree",
  11. "entwine",
  12. "viewer",
  13. "threejs",
  14. "webgl",
  15. "browser",
  16. "tool"
  17. ],
  18. "main": "./build/potree/potree.js",
  19. "scripts": {
  20. "start": "gulp watch -c development",
  21. "build": "node main.js",
  22. "build-c": "gulp build pack -c production",
  23. "postinstall": "npm run build"
  24. },
  25. "dependencies": {
  26. "@babel/core": "^7.16.10",
  27. "@babel/preset-env": "^7.16.10",
  28. "fs-extra": "^10.0.0",
  29. "gulp": "^4.0.2",
  30. "gulp-concat": "^2.6.1",
  31. "gulp-connect": "^5.7.0",
  32. "json5": "^2.1.3",
  33. "rollup": "^1.31.1",
  34. "rollup-plugin-babel": "^4.4.0",
  35. "rollup-plugin-uglify": "^6.0.4",
  36. "through": "~2.3.4"
  37. },
  38. "author": "Markus Schütz",
  39. "license": "BSD-2-CLAUSE"
  40. }