@adaguc/react-webmapjs
Version:
React wrapper for webmapjs, which is an interactive maps library, capable of parsing a OGC WMS getcapabilities and display geographical layers
102 lines (101 loc) • 3.2 kB
JSON
{
"name": "@adaguc/react-webmapjs",
"version": "0.1.43",
"description": "React wrapper for webmapjs, which is an interactive maps library, capable of parsing a OGC WMS getcapabilities and display geographical layers",
"main": "./dist/index.js",
"scripts": {
"build": "webpack --mode production --display-modules",
"clean": "rm -rf dist lib node_modules",
"start": "webpack --watch",
"babel": "babel src --out-dir lib",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -c .storybook -o storybook-react-webmapjs",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com:KNMI/EU-Team/react-webmapjs.git"
},
"keywords": [
"OGC",
"WMS",
"Geographical",
"Maps",
"Layers",
"Visualization",
"Canvas"
],
"author": "Maarten Plieger",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/KNMI/EU-Team/react-webmapjs"
},
"homepage": "https://gitlab.com/KNMI/EU-Team/react-webmapjs#readme",
"peerDependencies": {
"react": "^16.6.0"
},
"dependencies": {
"@turf/simplify": "^5.1.5",
"@turf/turf": "^5.1.6",
"debounce": "^1.2.0",
"es6-enum": "^1.1.0",
"fetch-jsonp": "^1.1.3",
"lodash.clonedeep": "^4.5.0",
"react-compound-slider": "^2.5.0",
"react-fa": "^5.0.0",
"react-redux": "^7.1.3",
"react-sortable-hoc": "^1.11.0",
"reactstrap": "^8.4.0",
"redux": "^4.0.5",
"throttle-debounce": "^2.0.1"
},
"devDependencies": {
"@babel/register": "^7.6.2",
"@storybook/addon-actions": "^5.2.3",
"@storybook/addon-console": "^1.1.0",
"@storybook/addon-jest": "^5.2.3",
"@storybook/addon-links": "^5.2.3",
"@storybook/addon-storyshots": "^5.2.3",
"@storybook/addons": "^5.2.3",
"@storybook/react": "^5.2.3",
"@types/jest": "^24.0.25",
"@types/node": "12.7.1",
"@types/react": "16.9.1",
"@types/react-dom": "16.8.5",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"autoprefixer": "latest",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-register": "^6.26.0",
"bootstrap": "^4.4.1",
"copy-webpack-plugin": "^5.1.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-standard": "^4.0.1",
"html-loader": "^0.5.5",
"jest": "^24.9.0",
"jest-canvas-mock": "^2.2.0",
"jest-css-modules": "^2.1.0",
"mini-css-extract-plugin": "latest",
"node-sass": "^4.12.0",
"react-docgen-typescript-loader": "^3.3.0",
"recharts": "^1.8.5",
"require-context.macro": "^1.2.2",
"storybook-addon-specifications": "^2.1.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
}
}