{
  "name": "@syhr/vue-cesium",
  "fullname": "VueCesium",
  "version": "1.0.2",
  "description": "Vue2 components for cesium.",
  "author": "syhr <sieyuan.aiops@outlook.com>",
  "license": "MIT",
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "unpkg": "./lib/index.umd.js",
  "homepage": "https://github.com/zouyaoji/vue-cesium",
  "bugs": {
    "url": "https://github.com/zouyaoji/vue-cesium/issues"
  },
  "engines": {
    "node": ">= 8.9.0",
    "npm": ">= 5.6.0"
  },
  "scripts": {
    "dev": "npm run dev:docs",
    "start": "npm run dev:docs",
    "build": "npm run clean && npm run lint && npm run rollup -- --format=es,umd",
    "rollup": "node build/rollup.js",
    "lint": "eslint --ext .js,.vue ./",
    "lint-fix": "eslint --ext .js,.vue --fix ./",
    "clean": "rimraf lib/*",
    "dev:docs": "cross-env NODE_ENV=development webpack-dev-server --content-base docs --config ./build/webpack.dev.conf.js --hot --inline",
    "build:docs": "node build/build.doc.js",
    "build:webpack": "cross-env NODE_ENV=production webpack --config ./build/webpack.prod.config.js --mode production",
    "deploy": "npm run build && npm run build:docs",
    "unit": "cross-env NODE_ENV=test karma start test/unit/karma.conf.js --single-run",
    "test": "npm run unit"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zouyaoji/vue-cesium.git"
  },
  "directories": {
    "lib": "./lib",
    "doc": "./docs",
    "test": "./test"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@amap/amap-jsapi-loader": "0.0.1",
    "@babel/runtime-corejs2": "^7.7.2",
    "@sakitam-gis/kriging": "^0.1.0",
    "@turf/area": "^6.0.1",
    "@turf/helpers": "^6.1.4",
    "@turf/isobands": "^5.1.5",
    "@zouyaoji/heatmap.js": "^2.0.8",
    "leaflet": "^1.6.0",
    "lodash-es": "^4.17.20",
    "proj4": "^2.6.0"
  },
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@babel/plugin-proposal-class-properties": "^7.7.0",
    "@babel/plugin-proposal-decorators": "^7.7.0",
    "@babel/plugin-proposal-do-expressions": "^7.6.0",
    "@babel/plugin-proposal-export-default-from": "^7.5.2",
    "@babel/plugin-proposal-export-namespace-from": "^7.5.2",
    "@babel/plugin-proposal-function-bind": "^7.2.0",
    "@babel/plugin-proposal-function-sent": "^7.7.0",
    "@babel/plugin-proposal-json-strings": "^7.2.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
    "@babel/plugin-proposal-numeric-separator": "^7.2.0",
    "@babel/plugin-proposal-optional-chaining": "^7.6.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.5.0",
    "@babel/plugin-proposal-throw-expressions": "^7.2.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-syntax-import-meta": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.6.2",
    "@babel/polyfill": "^7.7.0",
    "@babel/preset-env": "^7.6.3",
    "@rollup/plugin-node-resolve": "^6.0.0",
    "autoprefixer": "^9.8.5",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.6",
    "babel-plugin-istanbul": "^5.2.0",
    "chai": "^4.2.0",
    "chalk": "^2.4.2",
    "clean-webpack-plugin": "^3.0.0",
    "copy-webpack-plugin": "^5.0.5",
    "coveralls": "^3.0.9",
    "cross-env": "^6.0.3",
    "css-loader": "^1.0.1",
    "cssnano": "^4.1.10",
    "eslint": "^7.17.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-html": "^6.1.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^5.0.0",
    "eslint-plugin-vue": "^6.2.2",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "fs-extra": "^8.1.0",
    "html-webpack-plugin": "^3.2.0",
    "inline-manifest-webpack-plugin": "^4.0.2",
    "karma": "^5.1.0",
    "karma-chai": "^0.1.0",
    "karma-chai-dom": "^1.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^2.0.3",
    "karma-mocha": "^2.0.1",
    "karma-sinon-chai": "^2.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.32",
    "karma-webpack": "^4.0.2",
    "less": "^3.10.3",
    "less-loader": "^5.0.0",
    "markdown-it": "^10.0.0",
    "material-design-icons": "^3.0.1",
    "merge-descriptors": "^1.0.1",
    "mini-css-extract-plugin": "^0.8.0",
    "mocha": "^8.0.1",
    "netcdfjs": "^1.0.0",
    "node-notifier": "^8.0.1",
    "node-sass": "^4.14.1",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "ora": "^4.0.2",
    "portfinder": "^1.0.25",
    "postcss": "^7.0.23",
    "postcss-import": "^12.0.1",
    "postcss-load-config": "^2.1.0",
    "postcss-loader": "^3.0.0",
    "prismjs": "^1.17.1",
    "pug": "^3.0.1",
    "puppeteer": "~14.1.0",
    "rimraf": "^3.0.0",
    "rollup": "^1.27.5",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-re": "^1.0.7",
    "rollup-plugin-scss-smart-asset": "^0.0.2",
    "rollup-plugin-uglify": "^6.0.4",
    "rollup-plugin-vue": "4.2.0",
    "sass-loader": "^7.3.1",
    "semver": "^6.3.0",
    "shelljs": "^0.8.3",
    "sinon": "^7.5.0",
    "sinon-chai": "^3.3.0",
    "source-map-concat": "^1.0.1",
    "string-replace-webpack-plugin": "^0.1.3",
    "style-loader": "^1.0.0",
    "stylus": "^0.54.7",
    "stylus-loader": "^3.0.2",
    "terser-webpack-plugin": "^2.2.1",
    "url-loader": "^2.2.0",
    "vue": "2.6.11",
    "vue-loader": "14.2.4",
    "vue-markdown-loader": "^2.5.0",
    "vue-material": "^0.8.1",
    "vue-router": "^3.1.3",
    "vue-slider-component": "^3.0.43",
    "vue-style-loader": "^4.1.2",
    "vue-template-compiler": "2.6.11",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.11.0",
    "webpack-merge": "^4.2.2",
    "yargs": "^14.2.0"
  },
  "keywords": [
    "vue",
    "cesium",
    "gis",
    "webgl",
    "webgis"
  ],
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}
