39 Star 411 Fork 80

gyy / vue-amap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.44 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@vuemap/vue-amap",
"version": "0.0.18",
"description": "vue amap for amap2.0",
"keywords": [
"vue",
"amap"
],
"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-amap.git"
},
"files": [
"dist",
"src"
],
"author": "guyy",
"license": "MIT",
"bugs": {
"url": "https://gitee.com/guyangyang/vue-amap/issues"
},
"homepage": "https://gitee.com/guyangyang/vue-amap#readme",
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@tweenjs/tween.js": "^18.6.4",
"lodash-es": "^4.17.21",
"three": "0.117.1",
"uppercamelcase": "^1.1.0"
},
"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.3.2",
"cross-env": "^3.1.3",
"cross-spawn": "^4.0.2",
"css-loader": "^5.0.1",
"eslint": "^7.14.0",
"eslint-config-elemefe": "^0.3.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-vue": "^7.1.0",
"eslint-webpack-plugin": "^2.4.0",
"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.1",
"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.2",
"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.6.12",
"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.1.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.4.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
}
}
JavaScript
1
https://gitee.com/guyangyang/vue-amap.git
git@gitee.com:guyangyang/vue-amap.git
guyangyang
vue-amap
vue-amap
master

搜索帮助