UNPKG

@sakitam-gis/react-map

Version:
163 lines (162 loc) 5.33 kB
{ "name": "@sakitam-gis/react-map", "version": "0.0.2", "title": "react-map", "description": "a react map base on maptalks", "homepage": "https://sakitam-gis.github.io/react-map/", "author": "sakitam-fdd <smilefdd@gmail.com>", "keywords": [ "react", "react-component", "component", "components", "framework", "frontend" ], "repository": { "type": "git", "url": "https://github.com/sakitam-gis/react-map" }, "bugs": { "url": "https://github.com/sakitam-gis/react-map/issues" }, "main": "dist/react-map.common.js", "module": "dist/react-map.common.js", "unpkg": "dist/react-map.js", "types": "types/index.d.ts", "style": "dist/react-map.css", "files": [ "dist" ], "license": "BSD-3-Clause", "peerDependencies": { "react": ">=16.0.0", "react-dom": ">=16.0.0" }, "dependencies": { "array-tree-filter": "^2.1.0", "axios": "^0.18.0", "classnames": "^2.2.6", "create-react-class": "^15.6.3", "dom-closest": "^0.2.0", "lodash": "^4.17.10", "maptalks": "^0.40.5", "prop-types": "^15.6.2", "rc-queue-anim": "^1.6.5", "rc-scroll-anim": "^2.5.4", "rc-tween-one": "^2.2.2", "react-lazy-load": "^3.0.13" }, "devDependencies": { "@types/react": "^16.4.6", "antd": "^3.6.5", "async-react-component": "^0.7.0", "autoprefixer": "^7.1.4", "babel-core": "^6.22.1", "babel-eslint": "^8.2.5", "babel-loader": "^7.1.2", "babel-plugin-import": "^1.8.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-assign": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.13", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "babel-runtime": "^6.26.0", "bisheng": "^0.29.0", "bisheng-plugin-antd": "^0.16.5", "bisheng-plugin-description": "^0.1.4", "bisheng-plugin-react": "^0.6.3", "bisheng-plugin-toc": "^0.4.4", "case-sensitive-paths-webpack-plugin": "^2.1.2", "copy-webpack-plugin": "^4.5.2", "cross-env": "^5.2.0", "css-loader": "^1.0.0", "css-split-webpack-plugin": "^0.2.5", "docsearch.js": "^2.5.2", "dora-plugin-upload": "^0.3.1", "enquire-js": "^0.2.1", "eslint": "^5.0.0", "eslint-config-airbnb": "^17.0.0", "eslint-friendly-formatter": "^4.0.1", "eslint-loader": "^1.9.0", "eslint-plugin-babel": "^5.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^6.1.0", "eslint-plugin-markdown": "1.0.0-beta.6", "eslint-plugin-react": "^7.10.0", "eslint-tinker": "^0.5.0", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.11", "friendly-errors-webpack-plugin": "^1.6.1", "history": "^4.7.2", "html-webpack-plugin": "2.30.1", "intersection-observer": "^0.5.0", "jsonml-to-react-component": "^0.2.6", "jsonml.js": "^0.1.0", "less-loader": "^4.0.5", "lz-string": "^1.4.4", "node-sass": "^4.9.1", "optimize-css-assets-webpack-plugin": "^3.2.0", "ora": "^2.1.0", "portfinder": "^1.0.13", "postcss": "^6.0.23", "postcss-import": "^11.0.0", "postcss-loader": "^2.0.8", "postcss-url": "^7.2.1", "preact": "^8.2.5", "preact-compat": "^3.17.0", "prettier": "^1.13.7", "raw-js-loader": "^1.4.0", "raw-loader": "^0.5.1", "rc-drawer-menu": "^1.1.0", "react": "^16.4.1", "react-copy-to-clipboard": "^5.0.1", "react-document-title": "^2.0.3", "react-dom": "^16.4.1", "react-github-button": "^0.1.11", "react-hot-loader": "^4.3.0", "react-router-dom": "^4.3.1", "rimraf": "^2.6.2", "sass-loader": "^7.0.3", "scrollama": "^1.4.1", "shx": "^0.3.2", "style-loader": "^0.21.0", "stylelint": "^9.3.0", "stylelint-config-standard": "^18.2.0", "tween-functions": "^1.2.0", "uglifyjs-webpack-plugin": "^1.2.7", "url-loader": "^1.0.1", "webpack": "^3.12.0", "webpack-bundle-analyzer": "^2.9.0", "webpack-dev-server": "^2.9.1", "webpack-merge": "^4.1.0" }, "scripts": { "dev": "cross-env NODE_ENV=development LIB=true node build/build.js", "dist": "cross-env NODE_ENV=production LIB=true node build/build.js", "dist:common": "cross-env NODE_ENV=common LIB=true node build/build.js", "prettify": "prettier --write src/*.js src/*.jsx src/**/*.js src/**/*.jsx", "lint": "eslint --ext .js,.jsx src", "lint-fix": "eslint --fix --ext .js,.jsx src", "lint-fix:demo": "eslint-tinker ./examples/*/demo/*.md", "clean": "shx rm -rf _site", "start": "npm run clean && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js", "start:view": "cross-env NODE_ENV=development webpack-dev-server --hot --inline --config build/webpack.view.conf.js", "build": "npm run clean && bisheng build --ssr -c ./site/bisheng.config.js", "deploy": "bisheng gh-pages --push-only && npm run clean", "publish": "npm publish --access=public" }, "engines": { "node": ">= 7.0.0", "npm": ">= 4.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ] }