UNPKG

chaichai

Version:

[![NPM](https://img.shields.io/npm/v/chaichai.svg)](https://www.npmjs.com/package/chaichai) [![npm downloads](https://img.shields.io/npm/dm/chaichai.svg)](https://www.npmjs.com/package/chaichai) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeSc

75 lines 1.96 kB
{ "name": "chaichai", "version": "0.0.45", "description": "", "author": "", "license": "MIT", "repository": "/chaichai", "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "engines": { "node": ">=8", "npm": ">=5" }, "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" }, "keywords": [ "vallaris", "jetstream", "andaman", "mapbox-gl", "highchart", "react-hook", "react" ], "dependencies": { "@turf/bbox": "^6.0.1", "react-resize-detector": "^4.2.1" }, "peerDependencies": { "react": "^16.8.6", "mapbox-gl": "^1.0.0" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/runtime": "^7.3.1", "@types/dotenv": "^6.1.1", "@types/highcharts": "^5.0.44", "@types/jest": "^23.3.13", "@types/mapbox-gl": "^1.6.1", "@types/paho-mqtt": "^1.0.4", "@types/react": "^16.7.22", "@types/uuid": "^3.4.5", "cross-env": "^5.2.0", "geojson": "^0.5.0", "gh-pages": "^2.0.1", "hex-to-rgba": "^2.0.1", "highcharts": "^7.2.0", "highcharts-react-official": "^2.2.2", "mapbox-gl": "^1.6.1", "moment": "^2.24.0", "paho-mqtt": "^1.1.0", "prop-types": "^15.7.2", "react": "^16.8.6", "react-scripts": "^3.0.1", "rollup": "^1.1.2", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-node-resolve": "^4.0.0", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-typescript2": "^0.19.2", "rollup-plugin-url": "^2.1.0", "three": "^0.111.0", "three-gltf-loader": "^1.111.0", "typescript": "^3.2.4", "uuid": "^3.3.2" } }