1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "name": "three-loader-3dtiles",
- "version": "1.1.17",
- "description": "A 3D Tiles loader for Three.js",
- "main": "dist/three-loader-3dtiles.esm.js",
- "module": "dist/three-loader-3dtiles.esm.js",
- "typings": "dist/three-loader-3dtiles.d.ts",
- "license": "Apache-2.0",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nytimes/three-loader-3dtiles.git"
- },
- "homepage": "https://github.com/nytimes/three-loader-3dtiles",
- "directories": {
- "example": "examples"
- },
- "files": [
- "/src",
- "dist"
- ],
- "type": "module",
- "scripts": {
- "build": "rollup -c",
- "watch": "rollup -w -c",
- "dev": "concurrently \"npm run watch\" \"http-server -c-1 -p 8000\"",
- "build:types": "tsc --declaration --emitDeclarationOnly --declarationMap --declarationDir lib/",
- "api:extract": "api-extractor run --local --verbose",
- "api:extract:production": "api-extractor run",
- "api:generate": "api-documenter markdown --input-folder temp --output-folder docs/",
- "docs": "npm run build:types && npm run api:extract && npm run api:generate",
- "docs:production": "npm run build:types && npm run api:extract:production && npm run api:generate",
- "build:production": "export NODE_ENV=production || set NODE_ENV=production && npm run build",
- "test": "mocha --experimental-specifier-resolution=node --loader=ts-node/esm test/**/*.spec.ts"
- },
- "browserslist": [
- "last 2 versions",
- "not ie <= 11",
- "not dead"
- ],
- "dependencies": {
- "@loaders.gl/3d-tiles": "^3.1.4",
- "@loaders.gl/polyfills": "^3.1.4",
- "@loaders.gl/core": "^3.1.4",
- "jpeg-js": ">=0.4.0",
- "@math.gl/core": "^3.5.6",
- "@math.gl/culling": "^3.5.6"
- },
- "peerDependencies": {
- "three": "^0.137.0"
- },
- "devDependencies": {
- "@microsoft/api-documenter": "^7.13.16",
- "@microsoft/api-extractor": "^7.16.1",
- "@rbnlffl/rollup-plugin-eslint": "^2.0.0",
- "@rollup/plugin-alias": "^3.1.2",
- "@rollup/plugin-node-resolve": "^13.0.4",
- "@types/chai": "^4.2.19",
- "@types/chai-as-promised": "^7.1.4",
- "@types/mocha": "^8.2.2",
- "@types/node": "^15.12.5",
- "@types/offscreencanvas": "^2019.6.4",
- "@types/three": "^0.137.0",
- "@typescript-eslint/eslint-plugin": "^4.26.0",
- "@typescript-eslint/parser": "^4.26.0",
- "chai": "^4.3.4",
- "chai-as-promised": "^7.1.1",
- "concurrently": "^6.2.0",
- "ecstatic": ">=4.1.3",
- "eslint": "^7.27.0",
- "eslint-config-prettier": "8.3.0",
- "eslint-plugin-prettier": "^3.4.0",
- "http-server": "^0.12.3",
- "mocha": "^9.0.1",
- "ocular-dev-tools": "^1.0.0-alpha.6",
- "prettier": "2.3.0",
- "rollup": "^2.50.5",
- "rollup-plugin-node-externals": "^2.2.0",
- "rollup-plugin-terser": "^7.0.2",
- "rollup-plugin-typescript2": "^0.30.0",
- "sinon": "^11.1.1",
- "three": "^0.137.0",
- "ts-node": "^10.0.0",
- "typescript": "^4.3.2",
- "xmldom": "github:xmldom/xmldom#0.7.0"
- }
- }
|