{ "name": "@ct/ct_map_ol", "version": "2.0.5", "description": "为满足视联平台统一坐标系,支持行业应用以及属地化二开团队自定义扩展功能需求,采用openlayer作为地图组件2.0基础框架进行封装", "main": "index.js", "module": "index.js", "bin": { "@ct/ct_map_ol": "index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c rollup_prod.config.js --environment NODE_ENV:production && cp package.json README.md CHANGELOG.md ./dist", "dev": "rollup -c rollup_dev.config.js --environment NODE_ENV:development -w", "pub": "cd ./dist && npm publish" }, "author": "", "license": "ISC", "devDependencies": { "@babel/cli": "^7.17.10", "@babel/core": "^7.18.10", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/preset-env": "^7.18.10", "@rollup/plugin-alias": "^4.0.4", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-html": "^1.0.2", "@rollup/plugin-image": "^2.1.1", "@rollup/plugin-json": "^5.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@turf/turf": "^6.5.0", "autoprefixer": "9.0.0", "axios": "^0.21.0", "babel-eslint": "^10.1.0", "color": "^4.2.3", "cssnano": "^6.0.1", "dom-to-image": "^2.6.0", "eslint": "^8.18.0", "postcss": "^8.4.21", "postcss-import": "^15.1.0", "postcss-preset-env": "^8.0.1", "postcss-url": "^10.1.3", "rollup": "^2.74.1", "rollup-plugin-alias": "^2.2.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-clear": "^2.0.7", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-css-only": "^4.3.0", "rollup-plugin-css-porter": "^1.0.2", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-geojson": "^0.1.0", "rollup-plugin-import-css": "^3.0.3", "rollup-plugin-less": "^1.1.3", "rollup-plugin-livereload": "^2.0.5", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-serve": "^2.0.2", "rollup-plugin-string": "^3.0.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-vue": "5", "vue-template-compiler": "^2.7.14" }, "files": [ "**/*" ], "dependencies": { "ol": "7.4.0", "ol-ext": "^4.0.10", "ol-mapbox-style": "^10.6.0", "proj4": "^2.9.0" } }