vue-mapbox
Version:
> Combine powers of [Vue.js](https://vuejs.org/) and [Mapbox Gl JS](https://mapbox.com/mapbox-gl-js)
57 lines (56 loc) • 1.44 kB
JSON
{
"name": "vue-mapbox",
"version": "0.4.1",
"author": {
"name": "soal",
"email": "sorrrow.about.alice@gmail.com",
"url": "https://github.com/soal"
},
"homepage": "https://soal.github.io/vue-mapbox",
"repository": {
"type": "git",
"url": "https://github.com/soal/vue-mapbox.git"
},
"private": false,
"main": "dist/vue-mapbox.umd.js",
"module": "src/main.js",
"scripts": {
"build": "vue-cli-service build --target lib --name vue-mapbox src/main.js",
"serve": "vue-cli-service build --target lib --name vue-mapbox src/main.js --watch",
"lint": "vue-cli-service lint",
"docs:serve": "vuepress dev docs_source",
"docs:build": "vuepress build docs_source"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,css,md}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"map-promisified": "latest"
},
"peerDependencies": {
"mapbox-gl": "^0.53.0",
"vue": "^2.6.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.1",
"@vue/cli-service": "^3.2.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-loader": "2.1.1",
"husky": "^1.2.0",
"lint-staged": "^8.1.0",
"vue": "^2.6.6",
"vue-template-compiler": "^2.6.6",
"vuepress": "^1.0.0-alpha.37"
}
}