https://github.com/mapequation/bioregions
Raw File
Tip revision: 12af8ff7a1bb0fb5ac57a96161455f01f3c2fb0c authored by Daniel Edler on 07 June 2023, 20:02:45 UTC
fix: Shapefile binning resolution, fixes #55
Tip revision: 12af8ff
package.json
{
  "name": "infomap-bioregions",
  "version": "1.3.2",
  "homepage": "/bioregions",
  "scripts": {
    "start": "craco start",
    "build": "craco build",
    "test": "craco test",
    "test-watch": "npm run test -- --watch",
    "test-cli": "node_modules/.bin/mocha --opts mocha.opts",
    "test-cli-watch": "npm run test-cli -- --watch",
    "deploy": "scp -r build/* mapequation:/var/www/bioregions"
  },
  "dependencies": {
    "@mapequation/infomap": "^2.7.1",
    "@reduxjs/toolkit": "^1.9.5",
    "axios": "^1.4.0",
    "babel-polyfill": "^6.26.0",
    "chroma-js": "^2.4.2",
    "clamp": "^1.0.1",
    "classnames": "^2.3.2",
    "colorbrewer": "1.5.3",
    "crossfilter": "^1.3.12",
    "d3": "^7.8.4",
    "d3-collection": "^1.0.7",
    "d3-tip": "^0.9.1",
    "distinct-colors": "^3.0.0",
    "eslint-config-prettier": "^8.8.0",
    "event-stream": "^4.0.1",
    "eventemitter2": "^6.4.9",
    "fs-promise": "^2.0.3",
    "iwanthue-api": "^0.1.0",
    "jquery": "^3.6.4",
    "lodash": "^4.17.21",
    "mobx": "^6.9.0",
    "mobx-react": "^7.6.0",
    "prop-types": "^15.8.1",
    "ramda": "^0.29.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-redux": "^8.0.5",
    "react-scripts": "^5.0.1",
    "redux": "^4.2.1",
    "redux-thunk": "^2.4.2",
    "semantic-ui-css": "^2.5.0",
    "semantic-ui-react": "^2.1.4",
    "sentence-case": "^3.0.4",
    "shapefile": "^0.6.6",
    "shp-write": "github:danieledler/shp-write",
    "shpjs": "^3.4.3",
    "tabular-stream": "^4.0.0",
    "topojson-client": "^3.1.0",
    "turf-centroid": "^3.0.12",
    "turf-extent": "^1.0.4",
    "turf-featurecollection": "^1.0.1",
    "turf-inside": "^3.0.12",
    "turf-intersect": "^3.0.12",
    "turf-point": "^2.0.1",
    "turf-polygon": "^1.0.3",
    "turf-random": "^3.0.12",
    "turf-simplify": "^3.0.12",
    "util": "^0.12.5",
    "whatwg-fetch": "^3.6.2",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.21.5",
    "@craco/craco": "^7.1.0",
    "babel-register": "^6.26.0",
    "buffer": "^6.0.3",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "process": "^0.11.10",
    "react-error-overlay": "^6.0.11",
    "stream-browserify": "^3.0.0",
    "worker-loader": "^3.0.8"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
back to top