1 Star 0 Fork 137

Sunny / vue-cesium

forked from zouyaoji / vue-cesium 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 6.24 KB
一键复制 编辑 原始数据 按行查看 历史
zouyaoji 提交于 2022-09-05 01:46 . fix: replace Cesium.Uri with urijs
{
"name": "vue-cesium",
"private": true,
"packageManager": "pnpm@6.30.1",
"workspaces": [
"packages/*",
"website"
],
"engines": {
"node": ">= 16"
},
"description": "Vue 3.x components for CesiumJS.",
"scripts": {
"cz": "git-cz",
"test": "jest --coverage && coveralls < coverage/lcov.info",
"gen": "bash ./scripts/gc.sh",
"gen:version": "sucrase-node scripts/gen-version.ts",
"update:version": "sucrase-node scripts/update-version.ts",
"clean": "pnpm run clean:dist && pnpm run -r --parallel clean",
"clean:dist": "rimraf dist",
"build": "gulp --require sucrase/register/ts -f build/gulpfile.ts",
"build:theme": "pnpm run build -C packages/theme-default",
"build:indices": "sucrase-node build/indices.ts",
"format": "prettier --write .",
"lint": "eslint ./packages --ext .vue,.js,.ts,.jsx,.tsx && pretty-quick --check --branch dev ./packages",
"lint:fix": "eslint --fix ./packages --ext .vue,.js,.ts,.jsx,.tsx && pretty-quick --branch dev ./packages",
"website-build": "rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js",
"website-dev": "webpack-dev-server --config ./website/webpack.config.js",
"upgrade:vue": "bash ./scripts/update-versions.sh",
"prepare": "husky install",
"postinstall": "pnpm gen:version",
"preinstall": "npx only-allow pnpm -y"
},
"author": "zouyaoji <370681295@qq.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zouyaoji/vue-cesium.git"
},
"homepage": "https://zouyaoji.top/vue-cesium",
"lint-staged": {
"*.{vue,js,ts,jsx,tsx}": "eslint --fix"
},
"browserslist": [
"> 1%",
"not ie 11",
"not op_mini all"
],
"peerDependencies": {
"vue": "^3.2.0"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@vue-cesium/components": "workspace:*",
"@vue-cesium/composables": "workspace:*",
"@vue-cesium/directives": "workspace:*",
"@vue-cesium/locale": "workspace:*",
"@vue-cesium/shared": "workspace:*",
"@vue-cesium/theme-default": "workspace:*",
"@vue-cesium/utils": "workspace:*",
"@zouyaoji/heatmap.js": "^2.0.8",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lodash-unified": "^1.0.1",
"mitt": "^3.0.0",
"proj4": "^2.7.5",
"urijs": "^1.19.11",
"vue-cesium": "workspace:*"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
"@babel/plugin-proposal-private-methods": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.4",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.16.5",
"@changesets/cli": "^2.18.1",
"@commitlint/cli": "16.1.0",
"@commitlint/config-conventional": "16.0.0",
"@commitlint/cz-commitlint": "^15.0.0",
"@element-plus/icons-vue": "^1.1.1",
"@pnpm/find-workspace-packages": "3.1.37",
"@pnpm/logger": "4.0.0",
"@pnpm/types": "7.9.0",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.1.3",
"@rollup/plugin-replace": "3.0.1",
"@sucrase/jest-plugin": "2.2.0",
"@types/fs-extra": "9.0.13",
"@types/gulp": "^4.0.9",
"@types/gulp-debug": "2.0.32",
"@types/jest": "27.0.2",
"@types/lodash": "4.14.178",
"@types/lodash-es": "4.17.6",
"@types/markdown-it": "12.2.3",
"@types/merge-descriptors": "1.0.1",
"@types/node": "18.6.3",
"@types/proj4": "2.5.0",
"@types/webpack-dev-server": "^4.1.0",
"@typescript-eslint/eslint-plugin": "5.10.0",
"@typescript-eslint/parser": "5.10.0",
"@vue/babel-plugin-jsx": "1.1.1",
"@vue/compiler-sfc": "^3.2.30",
"@vue/component-compiler-utils": "^3.3.0",
"@vue/shared": "^3.2.30",
"@vue/test-utils": "2.0.0-rc.18",
"algoliasearch": "^4.10.5",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-vue": "^2.0.2",
"chalk": "^4.1.2",
"clipboard-copy": "^4.0.1",
"commitizen": "^4.2.4",
"components-helper": "^2.0.0",
"copy-webpack-plugin": "6.4.1",
"coveralls": "^3.1.0",
"cross-env": "^7.0.3",
"css-loader": "^4.2.2",
"css-minimizer-webpack-plugin": "1.1.5",
"cz-conventional-changelog": "^3.3.0",
"echarts": "^5.2.1",
"element-plus": "^2.0.5",
"element-theme-chalk": "^2.15.6",
"esbuild": "0.14.20",
"eslint": "8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "1.2.4",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "8.4.1",
"fast-glob": "3.2.11",
"file-loader": "^6.2.0",
"fs-extra": "10.0.0",
"gulp": "4.0.2",
"gulp-debug": "4.0.0",
"highlight.js": "^11.2.0",
"html-webpack-plugin": "4.3.0",
"husky": "7.0.4",
"jest": "26.6.3",
"jest-electron": "0.1.12",
"lint-staged": "12.3.3",
"markdown-it": "^12.2.0",
"markdown-it-anchor": "^8.4.1",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^3.0.0",
"mini-css-extract-plugin": "0.11.2",
"ora": "^5.4.1",
"prettier": "2.5.1",
"pretty-quick": "3.1.3",
"progress-bar-webpack-plugin": "^2.1.0",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^3.0.2",
"rollup": "2.67.1",
"rollup-plugin-css-only": "3.1.0",
"rollup-plugin-esbuild": "4.8.2",
"rollup-plugin-filesize": "9.1.2",
"rollup-plugin-vue": "6.0.0",
"sass": "1.49.7",
"sass-loader": "^10.1.1",
"style-loader": "^1.3.0",
"sucrase": "3.20.3",
"throttle-debounce": "2.3.0",
"transliteration": "^2.2.0",
"ts-jest": "26.5.6",
"ts-morph": "13.0.3",
"type-fest": "^2.18.0",
"typescript": "4.5.5",
"url-loader": "^4.1.1",
"vue": "3.2.30",
"vue-jest": "5.0.0-alpha.10",
"vue-loader": "16.5.0",
"vue-router": "^4.0.12",
"vue-tsc": "0.31.2",
"webpack": "4.44.1",
"webpack-bundle-analyzer": "3.9.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0",
"zrender": "^5.3.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ztes/vue-cesium.git
git@gitee.com:ztes/vue-cesium.git
ztes
vue-cesium
vue-cesium
dev

搜索帮助

344bd9b3 5694891 D2dac590 5694891