1 Star 0 Fork 133

ryvius_key / vue-cesium

forked from zouyaoji / vue-cesium 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 5.76 KB
一键复制 编辑 原始数据 按行查看 历史
zouyaoji 提交于 2021-03-30 01:38 . ci(ci): added copy-webpack-plugin
{
"name": "vue-cesium",
"private": true,
"version": "3.0.0-beta",
"description": "Vue 3.x components for CesiumJS.",
"scripts": {
"cz": "npx git-cz",
"test": "jest",
"gen": "bash ./scripts/gc.sh",
"bootstrap": "yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version",
"gen:version": "node build/gen-version.js",
"build": "yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd",
"clean:lib": "rimraf lib && rimraf es",
"build:lib": "cross-env LIBMODE=core webpack --config ./build/webpack.config.js",
"build:lib-full": "cross-env LIBMODE=full webpack --config ./build/webpack.config.js",
"build:esm-bundle": "rollup --config ./build/rollup.config.bundle.js && yarn build:type",
"build:type": "node build/gen-type.js",
"build:esm": "node ./build/bincomp.js",
"build:utils": "cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils",
"build:locale": "cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale",
"build:locale-umd": "node ./build/build-locale.js",
"build:css": "cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils",
"build:theme": "rimraf packages/theme-default/lib && gulp build --gulpfile packages/theme-default/gulpfile.js && cp-cli packages/theme-default/lib lib/theme-default && rimraf packages/theme-default/lib",
"lint": "eslint ./packages --ext .vue,.js,.ts",
"lint-fix": "eslint --fix ./packages --ext .vue,.js,.ts",
"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",
"website-dev:play": "cross-env PLAY_ENV=true yarn website-dev",
"upgrade:vue": "bash ./scripts/update-versions.sh",
"fast-build": "sh ./scripts/build.sh"
},
"peerDependencies": {
"vue": "^3.0.7"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^0.0.7",
"lodash": "^4.17.20",
"mitt": "^2.1.0",
"proj4": "^2.7.2"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.13",
"@babel/preset-typescript": "^7.12.13",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^8.2.0",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/merge-descriptors": "^1.0.1",
"@types/proj4": "^2.5.0",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"@vue/babel-plugin-jsx": "1.0.0",
"@vue/compiler-sfc": "3.0.7",
"@vue/component-compiler-utils": "^3.2.0",
"algoliasearch": "^4.4.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-vue": "^2.0.2",
"cesium": "^1.78.0",
"chalk": "^4.1.0",
"clipboard-copy": "^4.0.1",
"copy-webpack-plugin": "6.4.1",
"cp-cli": "^2.0.0",
"cross-env": "^7.0.3",
"css-loader": "^4.2.2",
"css-minimizer-webpack-plugin": "1.1.5",
"cz-conventional-changelog": "^3.3.0",
"element-plus": "^1.0.2-beta.35",
"element-theme-chalk": "^2.15.1",
"eslint": "^7.19.0",
"eslint-plugin-vue": "^7.0.0-beta.0",
"file-loader": "^6.0.0",
"file-save": "^0.2.0",
"highlight.js": "^10.4.1",
"html-webpack-plugin": "4.3.0",
"husky": "^4.2.5",
"import-from": "^3.0.0",
"jest": "^26.6.3",
"lerna": "^3.22.1",
"lint-staged": "^10.2.13",
"markdown-it": "^11.0.0",
"markdown-it-anchor": "^5.3.0",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^3.0.0",
"merge-descriptors": "^1.0.1",
"mini-css-extract-plugin": "0.11.2",
"ora": "^5.3.0",
"resize-observer-polyfill": "^1.5.1",
"rollup": "^2.39.1",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.32.6",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"throttle-debounce": "2.3.0",
"transliteration": "^2.1.11",
"ts-loader": "^8.0.15",
"typescript": "^4.0.2",
"url-loader": "^4.1.1",
"vue": "^3.0.7",
"vue-jest": "5.0.0-alpha.5",
"vue-loader": "^16.1.2",
"vue-router": "^4.0.2",
"vue-template-compiler": "^2.6.12",
"webpack": "4.44.1",
"webpack-bundle-analyzer": "3.9.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
"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",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push-todo-open": "npm run test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,ts,vue}": "eslint --fix"
},
"workspaces": [
"packages/*"
],
"files": [
"lib",
"es",
"packages",
"vetur"
],
"main": "lib/index.js",
"module": "lib/index.esm.js",
"typings": "lib/index.d.ts",
"unpkg": "lib/index.js",
"style": "lib/theme-default/index.css",
"vetur": {
"tags": "./vetur/tags.json",
"attributes": "./vetur/attributes.json"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}
1
https://gitee.com/ryvius_key/vue-cesium.git
git@gitee.com:ryvius_key/vue-cesium.git
ryvius_key
vue-cesium
vue-cesium
dev

搜索帮助