@adaguc/react-webmapjs-layermanager
Version:
React component which can manage the layers displayed in an react-webmapjs component.
109 lines (108 loc) • 3.36 kB
JSON
{
"name": "@adaguc/react-webmapjs-layermanager",
"version": "0.1.6",
"description": "React component which can manage the layers displayed in an react-webmapjs component.",
"main": "./dist/index.js",
"scripts": {
"build": "webpack --mode production --display-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-layermanager",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com:KNMI/EU-Team/react-webmapjs-layermanager.git"
},
"keywords": [
"OGC",
"WMS",
"Geographical",
"Maps",
"Layers",
"Visualization",
"Canvas"
],
"author": "Maarten Plieger",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/KNMI/EU-Team/react-webmapjs-layermanager"
},
"homepage": "https://gitlab.com/KNMI/EU-Team/react-webmapjs-layermanager#readme",
"peerDependencies": {
"@adaguc/react-webmapjs": "^0.1.6",
"react": "^16.6.0",
"react-redux": "^5.1.0",
"redux": "^4.0.1"
},
"dependencies": {
"adaguc-webmapjs": "^3.2.17",
"bootstrap": "^4.1.3",
"es6-enum": "^1.1.0",
"lodash.clonedeep": "^4.5.0",
"react-fa": "^5.0.0",
"react-sortable-hoc": "^1.6.1",
"reactstrap": "^6.5.0",
"throttle-debounce": "^2.0.1"
},
"devDependencies": {
"@adaguc/react-webmapjs": "^0.1.6",
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-2": "^7.0.0",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-console": "^1.1.0",
"@storybook/addon-links": "^5.0.11",
"@storybook/addon-storyshots": "^5.0.11",
"@storybook/addon-storysource": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-plugin-macros": "^2.5.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"canvas-prebuilt": "^1.6.1",
"css-loader": "^1.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-standard": "^4.0.0",
"expect": "^24.8.0",
"jest": "^24.8.0",
"jest-canvas-mock": "^2.1.0",
"jest-css-modules": "^2.0.0",
"jquery": "^3.4.1",
"json": "^9.0.6",
"mini-css-extract-plugin": "^0.4.4",
"moment": "^2.24.0",
"node-sass": "^4.11.0",
"proj4": "^2.5.0",
"react": "^16.6.0",
"react-redux": "^5.1.0",
"react-test-renderer": "^16.8.6",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"require-context.macro": "^1.0.4",
"sass-loader": "^7.1.0",
"source-map": "^0.7.3",
"storybook-addon-specifications": "^2.1.2",
"style-loader": "^0.23.1",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2"
}
}