@pnext/three-loader
Version:
Potree loader for ThreeJS, converted and adapted to Typescript.
102 lines (101 loc) • 2.78 kB
JSON
{
"name": "@pnext/three-loader",
"private": false,
"version": "0.5.15",
"author": "",
"homepage": "https://github.com/pnext/three-loader#readme",
"description": "Potree loader for ThreeJS, converted and adapted to Typescript.",
"contributors": [
"Hugo Campos <hugo.campos@pix4d.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pnext/three-loader.git"
},
"bugs": {
"url": "https://github.com/pnext/three-loader/issues"
},
"license": "MIT",
"main": "build/potree.js",
"typings": "build/declarations/index.d.ts",
"files": [
"build/**/*"
],
"scripts": {
"clean": "rimraf build",
"start": "webpack --mode development --watch --progress",
"start:example": "webpack-dev-server --config webpack.config.example.js --mode development --progress",
"build": "npm run clean && webpack --mode production --progress --config webpack.config.prod.js",
"lint": "tslint --project tsconfig.json",
"test": "jest",
"format": "prettier \"*.{ts,js}\"",
"format:write": "npm run format -- --write",
"format:check": "npm run format -- --check",
"commit": "git-cz",
"prerelease": "npm run build",
"release": "standard-version",
"prepare": "husky"
},
"dependencies": {},
"peerDependencies": {
"three": "~0.160.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.27.1",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/cz-commitlint": "^19.8.1",
"@commitlint/types": "^19.8.1",
"@jest/globals": "^30.0.2",
"@types/node": "^17.0.23",
"@types/three": "~0.160.0",
"babel-loader": "^8.3.0",
"circular-dependency-plugin": "^5.2.2",
"commitizen": "^4.3.1",
"css-loader": "^6.7.3",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^9.1.7",
"inquirer": "^9.3.7",
"install": "^0.13.0",
"jest": "^30.0.2",
"lint-staged": "^16.1.2",
"prettier": "^3.5.3",
"raw-loader": "^4.0.2",
"rimraf": "^6.0.1",
"size-plugin": "^3.0.0",
"standard-version": "^9.3.2",
"style-loader": "^3.3.1",
"three": "~0.160.0",
"ts-loader": "^9.4.2",
"tslint": "^6.1.3",
"typescript": "^4.6.3",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^5.2.1",
"worker-loader": "^3.0.8"
},
"keywords": [
"three",
"threejs",
"potree",
"pointcloud",
"point cloud",
"points",
"gis",
"loader",
"3d",
"webgl",
"geo",
"gis",
"photogrammetry"
],
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}