@curupira/vue-mapbox
Version:
A wrapper for Mapbox using Vue, with advanced features and abstractions
87 lines (86 loc) • 2.71 kB
JSON
{
"name": "@curupira/vue-mapbox",
"version": "0.0.1-beta.7",
"main": "dist/vue-mapbox.umd.js",
"module": "dist/vue-mapbox.umd.js",
"private": false,
"description": "A wrapper for Mapbox using Vue, with advanced features and abstractions",
"author": {
"name": "Leandro Celes",
"email": "leandroceles@gmail.com",
"url": "https://curupiratecnologia.com.br"
},
"homepage": "https://curupiratecnologia.gitlab.io/vue-mapbox/docs/",
"keywords": [
"mapbox",
"vue"
],
"files": [
"dist/*",
"src/**/*"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com:curupiratecnologia/vue-mapbox.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"serve-lib": "vue-cli-service build --target lib --name vue-mapbox src/entry.js --dest dist/ --watch",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"styleguide": "vue-cli-service styleguidist",
"styleguide:build": "vue-cli-service styleguidist:build --verbose",
"build-lib": "npm run build-lib:library",
"build-lib:library": "vue-cli-service build --target lib --name vue-mapbox src/entry.js --dest dist/"
},
"dependencies": {
"@deck.gl/core": "^8.2.7",
"@deck.gl/layers": "^8.2.7",
"@deck.gl/mapbox": "^8.2.7",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2",
"core-js": "^3.6.4",
"mapbox-gl": "^1.12.0",
"vue": "^2.6.11",
"vue-static": "0.0.5"
},
"peerDependencies": {},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.11.0",
"@rollup/plugin-alias": "^2.2.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-replace": "^2.3.2",
"@vue/babel-preset-app": "^4.5.4",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "^4.3.1",
"@vue/eslint-config-standard": "^5.1.2",
"axios": "^0.20.0",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"minimist": "^1.2.5",
"rollup": "^2.7.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-vue": "^5.1.6",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue": "^2.6.11",
"vue-cli-plugin-styleguidist": "~4.19.0",
"vue-template-compiler": "^2.6.11"
},
"bit": {
"env": {},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "npm"
}
}