UNPKG

three-globe

Version:

Globe data visualization as a ThreeJS reusable 3D object

84 lines (83 loc) 2.06 kB
{ "name": "three-globe", "version": "2.27.4", "description": "Globe data visualization as a ThreeJS reusable 3D object", "type": "module", "unpkg": "dist/three-globe.min.js", "main": "dist/three-globe.mjs", "module": "dist/three-globe.mjs", "types": "dist/three-globe.d.ts", "exports": { "types": "./dist/three-globe.d.ts", "umd": "./dist/three-globe.min.js", "default": "./dist/three-globe.mjs" }, "sideEffects": false, "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": "https://github.com/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 - 21", "accessor-fn": "1", "d3-geo": "3", "d3-interpolate": "3", "d3-scale": "4", "data-joint": "1", "earcut": "2", "frame-ticker": "1", "h3-js": "4", "index-array-by": "1", "kapsule": "1", "three-conic-polygon-geometry": "1", "three-fatline": "^0.6", "three-geojson-geometry": "1", "tinycolor2": "1" }, "peerDependencies": { "three": ">=0.125" }, "devDependencies": { "@babel/core": "^7.22.5", "@babel/preset-env": "^7.22.5", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^25.0.2", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-terser": "^0.4.3", "@types/three": ">=0.125.0", "rimraf": "^5.0.1", "rollup": "^3.25.2", "rollup-plugin-dts": "^5.3.0", "three": "^0.153.0", "typescript": "^5.1.3" }, "engines": { "node": ">=12" } }