当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
30 Star 189 Fork 40

gyy / vue-mapvgl
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.54 KB
一键复制 编辑 原始数据 按行查看 历史
gyy 提交于 2021-07-21 22:49 . 0.0.28
{
"name": "vue-mapvgl",
"version": "0.0.28",
"description": "vue mapvgl",
"keywords": [
"vue",
"mapvgl"
],
"main": "./dist/index.js",
"sideEffects": [
"*.vue",
"*.css"
],
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "webpack serve --config build/webpack.dev.conf.js",
"build": "node build/build.js",
"lib": "npm run test && set LIB_ENV=lib && node build/lib.js",
"libWithOutTest": "set LIB_ENV=lib && node build/lib.js",
"start": "npm run dev",
"lint": "eslint src",
"test": "npm run lint && npm run test:unit",
"prepublishOnly": "npm run libWithOutTest",
"test:unit": "karma start test/unit/karma.conf.js --single-run",
"test:dev": "karma start test/unit/karma.conf.js --single-run=false"
},
"repository": {
"type": "git",
"url": "git+https://gitee.com/guyangyang/vue-mapvgl.git"
},
"files": [
"dist",
"src"
],
"author": "guyy",
"license": "MIT",
"bugs": {
"url": "https://gitee.com/guyangyang/vue-mapvgl/issues"
},
"homepage": "https://gitee.com/guyangyang/vue-mapvgl#readme",
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-env": "^1.6.1",
"babel-runtime": "^6.26.0",
"chai": "^3.5.0",
"clean-webpack-plugin": "^3.0.0",
"connect-history-api-fallback": "^1.4.0",
"copy-webpack-plugin": "^6.4.0",
"cross-env": "^3.1.3",
"cross-spawn": "^4.0.2",
"css-loader": "^5.0.1",
"eslint": "^7.15.0",
"eslint-config-elemefe": "^0.3.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-vue": "^7.2.0",
"eslint-webpack-plugin": "^2.4.1",
"eventsource-polyfill": "^0.9.6",
"fast-deep-equal": "^3.1.3",
"file-loader": "^6.2.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"function-bind": "^1.1.1",
"html-webpack-plugin": "^4.5.0",
"http-proxy-middleware": "^1.0.6",
"husky": "^0.14.3",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.8",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"less": "^3.12.2",
"less-loader": "^7.1.0",
"lolex": "^1.5.2",
"mini-css-extract-plugin": "^1.3.3",
"mocha": "^8.2.1",
"normalize.css": "^8.0.1",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"ora": "^5.1.0",
"selenium-server": "3.141.59",
"semver": "^7.3.4",
"shelljs": "^0.8.4",
"sinon": "^9.2.1",
"sinon-chai": "^3.5.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"vue": "^2.5.13",
"vue-bmap-gl": "0.0.10-beata",
"vue-loader": "^15.9.5",
"vue-markdown-loader": "^2.4.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^4.2.0",
"webpack-cli": "^4.2.0",
"webpack-dev-middleware": "^4.0.2",
"webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.5.0"
},
"dependencies": {
"@tweenjs/tween.js": "^18.6.4",
"lodash": "^4.17.20",
"mapvgl": "^1.0.0-beta.130",
"three": "^0.126.1",
"uppercamelcase": "^1.1.0"
},
"peerDependencies": {
"vue-bmap-gl": ">=0.0.11"
},
"engines": {
"core-js": "^2.5.0",
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
}
}
1
https://gitee.com/guyangyang/vue-mapvgl.git
git@gitee.com:guyangyang/vue-mapvgl.git
guyangyang
vue-mapvgl
vue-mapvgl
master

搜索帮助