代码拉取完成,页面将自动刷新
{
"name": "vue-cesium",
"fullname": "VueCesium",
"version": "2.1.6",
"description": "Vue 2.x components for CesiumJS.",
"main": "./lib/index.js",
"module": "./lib/index.js",
"unpkg": "./lib/index.umd.js",
"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"
},
"directories": {
"lib": "./lib",
"doc": "./docs",
"test": "./test"
},
"keywords": [
"Vue",
"Cesium",
"GIS",
"WebGIS"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zouyaoji/vue-cesium.git"
},
"bugs": {
"url": "https://github.com/zouyaoji/vue-cesium/issues"
},
"homepage": "https://zouyaoji.top/vue-cesium",
"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",
"heatmap.js": "^2.0.5",
"leaflet": "^1.6.0",
"lodash.debounce": "^4.0.8",
"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": "^5.6.1",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"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": "^6.0.0",
"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": "^2.0.4",
"puppeteer": "^2.0.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.1",
"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.10",
"vue-loader": "^14.2.4",
"vue-markdown-loader": "^2.4.1",
"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.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2",
"yargs": "^14.2.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。