{
  "name": "maplibre-gl-vue3-plugin",
  "version": "1.0.4",
  "description": "Vue 3 plugin for maplibre-gl",
  "keywords": [
    "vue",
    "vue3",
    "vuejs",
    "vue3js",
    "component",
    "vue-component",
    "vue3-component",
    "maplibre",
    "maplibre-gl",
    "map",
    "maptiler"
  ],
  "author": "Eugene Pisotsky <yevgenpisotsky@outlook.com> (eugene-pisotsky.site)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yevgen4989/maplibre-gl-vue3-plugin.git"
  },
  "license": "MIT",
  "main": "dist/vue-maplibre-gl.ssr.js",
  "browser": "dist/vue-maplibre-gl.esm.js",
  "module": "dist/vue-maplibre-gl.esm.js",
  "unpkg": "dist/vue-maplibre-gl.min.js",
  "types": "dist/types/src/entry.esm.d.ts",
  "files": [
    "dist/*",
    "src/**/*.vue",
    "src/css/*"
  ],
  "sideEffects": false,
  "scripts": {
    "serve": "vue-cli-service serve dev/serve.ts",
    "prebuild": "rimraf ./dist",
    "build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
    "build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
    "build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
    "build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
    "postbuild": "rimraf ./dist/types/dev ./dist/types/src/entry.d.ts"
  },
  "dependencies": {
    "mitt": "^3.0.0",
    "typescript-cookie": "^1.0.4",
    "vue-country-flag-next": "^2.3.2"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-typescript": "^7.15.0",
    "@mdi/js": "^6.1.95",
    "@rollup/plugin-alias": "^3.1.5",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-node-resolve": "^13.0.5",
    "@rollup/plugin-replace": "^3.0.0",
    "@types/geojson": "^7946.0.8",
    "@vue/babel-preset-app": "^4.5.13",
    "@vue/cli-plugin-babel": "^4.5.13",
    "@vue/cli-plugin-typescript": "^4.5.13",
    "@vue/cli-service": "^4.5.13",
    "@vue/compiler-sfc": "^3.2.13",
    "@zerollup/ts-transform-paths": "^1.7.18",
    "autoprefixer": "^9.8.6",
    "babel-loader": "^8.2.2",
    "cross-env": "^7.0.3",
    "geojson": "^0.5.0",
    "maplibre-gl": "^1.15.2",
    "minimist": "^1.2.5",
    "node-sass": "^6.0.1",
    "postcss": "^8.3.6",
    "rimraf": "^3.0.2",
    "rollup": "^2.56.3",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-postcss": "^4.0.1",
    "rollup-plugin-scss": "^3.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "rollup-plugin-vue": "^6.0.0",
    "sass": "^1.42.0",
    "sass-loader": "^10.2.0",
    "ttypescript": "^1.5.12",
    "typescript": "^4.4.3",
    "vue": "^3.0.5",
    "vue-cli-plugin-webpack-bundle-analyzer": "^4.0.0"
  },
  "peerDependencies": {
    "maplibre-gl": "^1.15.2",
    "vue": "^3.0.5"
  },
  "engines": {
    "node": ">=12"
  },
  "postcss": {
    "plugins": {
      "autoprefixer": {}
    }
  },
  "prettier": {
    "singleQuote": true,
    "endOfLine": "lf",
    "useTabs": true
  },
  "bugs": {
    "url": "https://github.com/yevgen4989/maplibre-gl-vue3-plugin/issues"
  },
  "homepage": "https://github.com/yevgen4989/maplibre-gl-vue3-plugin#readme"
}
