worldwind-react-globe
Version:
An interactive globe for React featuring maps, imagery and terrain plus 2D map projections using the WorldWindJS community supported Web WorldWind virtual globe SDK.
89 lines (88 loc) • 2.55 kB
JSON
{
"name": "worldwind-react-globe",
"version": "1.2.0",
"description": "An interactive globe for React featuring maps, imagery and terrain plus 2D map projections using the WorldWindJS community supported Web WorldWind virtual globe SDK.",
"private": false,
"keywords": [
"react",
"react-component",
"worldwind",
"globe",
"earth",
"map",
"imagery",
"elevation",
"terrain",
"gis",
"geospatial",
"3D",
"nasa",
"esa"
],
"homepage": "https://emxsys.github.io/worldwind-react-globe",
"bugs": "https://github.com/emxsys/worldwind-react-globe/issues",
"author": "Bruce Schubert",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/emxsys/worldwind-react-globe.git"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"scripts": {
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"build": "rollup -c",
"start": "rollup -c -w",
"prepare": "npm run build",
"predeploy": "cd example && npm install && npm run build",
"deploy": "gh-pages -d example/build"
},
"dependencies": {
"worldwindjs": "^1.7.0"
},
"peerDependencies": {
"jquery": "^3.3.1",
"prop-types": "^15.5.4",
"mobx": "^4.2.1",
"mobx-react": "^5.1.2",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.2.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.12.3",
"eslint-plugin-standard": "^3.0.1",
"gh-pages": "^1.2.0",
"mobx": "^4.8.0",
"mobx-react": "^5.4.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "^2.1.3",
"react-test-renderer": "^16.7.0",
"rollup": "^0.54.0",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.3",
"rollup-plugin-url": "^1.3.0",
"webgl-mock": "^0.1.7"
},
"files": [
"dist"
]
}