UNPKG

avlmap

Version:
103 lines (102 loc) 2.91 kB
{ "name": "avlmap", "version": "2.0.62", "description": "Avail Map by Avail Labs", "main": "src/app.js", "peerDependencies": { "react": "^16.13.1", "react-dom": "^16.13.1" }, "scripts": { "start": "webpack --config webpack.config.js", "build": "webpack --config webpack.config.js --mode development", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/availabs/AvlMap-npm.git" }, "keywords": [ "Avail", "Map", "Avail", "Labs" ], "author": "Avail Labs", "license": "ISC", "bugs": { "url": "https://github.com/availabs/AvlMap-npm/issues" }, "babel": { "presets": [ "@babel/preset-env", "@babel/react" ], "plugins": [ "@babel/plugin-proposal-class-properties" ] }, "homepage": "https://github.com/availabs/AvlMap-npm#readme", "dependencies": { "@babel/plugin-proposal-decorators": "^7.10.1", "@babel/plugin-transform-flow-strip-types": "^7.10.1", "@babel/polyfill": "^7.10.1", "@babel/preset-es2015": "^7.0.0-beta.53", "@babel/preset-flow": "^7.10.1", "@babel/preset-stage-0": "^7.8.3", "babel-jest": "^26.0.1", "babel-plugin-external-helpers": "^6.22.0", "babel-polyfill": "^6.26.0", "babel-preset-react": "^6.24.1", "babel-runtime": "^6.26.0", "colorbrewer": "^1.3.0", "d3-axis": "^1.0.12", "d3-brush": "^1.1.5", "d3-format": "^1.4.4", "d3-selection": "^1.4.1", "deep-equal": "^2.0.3", "extract-text-webpack-plugin": "^3.0.2", "fuzzy": "^0.1.3", "html-webpack-plugin": "^4.3.0", "install": "^0.13.0", "lodash": "^4.17.15", "lodash.get": "^4.4.2", "lodash.pick": "^4.4.0", "lodash.throttle": "^4.1.1", "lodash.uniq": "^4.5.0", "mapbox-gl": "^1.10.1", "moment": "^2.26.0", "npm": "^6.14.5", "react-onclickoutside": "^6.9.0", "react-router-dom": "^5.2.0", "react-tooltip": "^4.2.6", "react-vis": "^1.11.7", "reselect": "^4.0.0", "sass-loader": "^8.0.2", "style-loader": "^1.2.1", "styled-components": "^5.1.1" }, "devDependencies": { "@babel/cli": "^7.10.1", "@babel/core": "^7.10.1", "@babel/plugin-proposal-class-properties": "^7.10.1", "@babel/plugin-proposal-function-bind": "^7.10.1", "@babel/plugin-transform-react-jsx": "^7.10.1", "@babel/plugin-transform-runtime": "^7.10.1", "@babel/preset-env": "^7.10.1", "@babel/preset-react": "^7.10.1", "babel-loader": "^8.1.0", "css-loader": "^3.5.3", "eslint": "^7.1.0", "eslint-loader": "^4.0.2", "jshint": "^2.11.1", "jshint-loader": "^0.8.4", "mini-css-extract-plugin": "^0.9.0", "node-libs-browser": "^2.2.1", "react": "^16.13.1", "react-dom": "^16.13.1", "ts-loader": "^7.0.5", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" } }