react-leaflet-heatmap-layer-v3
Version:
A custom layer for heatmaps in react-leaflet
83 lines (82 loc) • 2.57 kB
JSON
{
"name": "react-leaflet-heatmap-layer-v3",
"version": "3.0.3-beta-1",
"description": "A custom layer for heatmaps in react-leaflet",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "types/index.d.ts",
"sideEffects": false,
"files": [
"lib/*"
],
"scripts": {
"compile": "npm run clean && npm run transpile",
"transpile": "tsc -p .",
"clean": "rm -rf ./lib/*",
"test": "cross-env BABEL_ENV=development jest",
"test:watch": "yarn run test --watch",
"lint": "eslint ./src/*.ts*",
"build:clean": "del cjs esm types",
"build:cjs": "babel src --out-dir cjs --extensions .ts,.tsx",
"build:esm": "cross-env BABEL_ENV=esm babel src --out-dir esm --extensions .ts,.tsx",
"build:types": "tsc --emitDeclarationOnly",
"build": "yarn run build:clean && yarn run build:cjs && yarn run build:esm && yarn run build:types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenGov/react-leaflet-heatmap-layer.git"
},
"keywords": [
"react",
"leaflet",
"layer",
"map",
"maps",
"gis",
"geo",
"geojson",
"heatmap",
"heat"
],
"author": "Jeremiah Hall <npm@jeremiahrhall.com>",
"license": "MIT",
"peerDependencies": {
"leaflet": "^1.0.0",
"react": "^17.0.0",
"react-leaflet": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-transform-proto-to-assign": "^7.12.1",
"@babel/plugin-transform-strict-mode": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@react-leaflet/core": "^1.0.2",
"@types/leaflet": "^1.5.23",
"@types/react": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"cross-env": "^7.0.3",
"del-cli": "^3.0.1",
"eslint": "^7.5.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"jest": "^26.6.3",
"leaflet": "^1.7.1",
"prettier": "^2.2.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"typescript": "^4.1.5"
},
"dependencies": {
"simpleheat": "^0.4.0"
}
}