UNPKG

three-globe

Version:

Globe data visualization as a ThreeJS reusable 3D object

76 lines (75 loc) 2 kB
{ "name": "three-globe", "version": "2.24.5", "description": "Globe data visualization as a ThreeJS reusable 3D object", "unpkg": "dist/three-globe.min.js", "main": "dist/three-globe.common.js", "module": "dist/three-globe.module.js", "types": "dist/three-globe.d.ts", "repository": { "type": "git", "url": "git+https://github.com/vasturiano/three-globe.git" }, "homepage": "https://github.com/vasturiano/three-globe", "keywords": [ "3d", "globe", "webgl", "visualization", "three" ], "author": { "name": "Vasco Asturiano", "url": "http://bl.ocks.org/vasturiano" }, "license": "MIT", "bugs": { "url": "https://github.com/vasturiano/three-globe/issues" }, "scripts": { "build": "rimraf dist && rollup -c", "dev": "rollup -w -c rollup.config.dev.js", "prepare": "npm run build" }, "files": [ "dist/**/*", "example/**/*" ], "dependencies": { "@tweenjs/tween.js": "18", "accessor-fn": "1", "d3-geo": "1 - 3", "d3-interpolate": "1 - 3", "d3-scale": "1 - 4", "data-joint": "^1.2", "earcut": "2", "frame-ticker": "1", "h3-js": "3", "index-array-by": "1", "kapsule": "^1.13", "three-conic-polygon-geometry": "^1.5", "three-fatline": "^0.5", "three-geojson-geometry": "^1.1", "tinycolor2": "^1.4" }, "peerDependencies": { "three": ">=0.109.0" }, "devDependencies": { "@babel/core": "^7.18.2", "@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/plugin-proposal-object-rest-spread": "^7.18.0", "@babel/preset-env": "^7.18.2", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "@types/three": ">=0.109.0", "rimraf": "^3.0.2", "rollup": "^2.75.0", "rollup-plugin-dts": "^4.2.2", "rollup-plugin-terser": "^7.0.2", "three": "^0.141.0", "typescript": "^4.7.2" } }