UNPKG

@xnsk/xnsk_fe_openlayers

Version:

先农数科前端团队openlayers功能相关的SDK,目标:所有前端Gis地图相关模块的唯一官方指定SDK

103 lines (102 loc) 3.22 kB
{ "name": "@xnsk/xnsk_fe_openlayers", "version": "0.0.1-alpha.64", "description": "先农数科前端团队openlayers功能相关的SDK,目标:所有前端Gis地图相关模块的唯一官方指定SDK", "main": "dist/sdk.common.js", "files": [ "dist/*" ], "unpkg": "dist/sdk.js", "private": false, "scripts": { "lint": "eslint --fix ./src", "serve": "webpack-dev-server --watch --config ./build/dev.config.js", "build": "webpack --config ./build/prod.config.js", "analyze": "webpack --config ./build/analyze.config.js", "doc": "jsdoc -c jsdoc.json" }, "repository": { "type": "git", "url": "http://gitlab-xnsk.mapfarm.com/xnsk_fe/xnsk_fe_openlayers.git" }, "keywords": [ "xnsk_fe", "openlayers", "OL", "ol" ], "author": "", "license": "ISC", "husky": { "hooks": { "pre-commit": "npm run lint && npm run build", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "browserslist": [ "> 1%", "last 2 versions", "Android >= 3.2", "iOS 7" ], "devDependencies": { "@babel/cli": "^7.10.5", "@babel/core": "^7.11.1", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-object-rest-spread": "^7.11.0", "@babel/plugin-proposal-optional-chaining": "^7.11.0", "@babel/preset-env": "^7.11.0", "@babel/preset-typescript": "^7.10.4", "@commitlint/cli": "^9.1.1", "@commitlint/config-conventional": "^9.1.1", "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.0.0", "@rollup/plugin-replace": "^2.3.4", "@typescript-eslint/eslint-plugin": "^3.9.0", "@typescript-eslint/parser": "^3.9.0", "babel-loader": "^8.1.0", "clean-webpack-plugin": "^3.0.0", "core-js": "^3.6.5", "eslint": "^7.6.0", "eslint-config-prettier": "^6.11.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "file-loader": "^6.2.0", "html-webpack-plugin": "^4.3.0", "husky": "^4.2.5", "jsdoc": "^3.6.11", "ol": "6.14.1", "prettier": "2.0.5", "rollup": "^2.34.2", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-clear": "^2.0.7", "rollup-plugin-filesize": "^9.1.1", "rollup-plugin-generate-html-template": "^1.7.0", "rollup-plugin-progress": "^1.1.2", "rollup-plugin-serve": "^1.1.0", "rollup-plugin-uglify": "^6.0.4", "rollup-plugin-visualizer": "^5.5.0", "standard-version": "^9.0.0", "typescript": "^3.9.7", "url-loader": "4.1.1", "webpack": "^4.44.1", "webpack-bundle-analyzer": "^3.8.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0", "webpack-merge": "^5.1.2" }, "dependencies": { "@turf/turf": "^6.5.0", "babel-eslint": "^10.1.0", "css-loader": "5.2.7", "events": "^3.3.0", "install": "^0.13.0", "jsts": "^2.9.3", "style-loader": "2.0.0" } }