{
  "name": "@abi-software/flatmapvuer",
  "version": "1.13.4",
  "license": "Apache-2.0",
  "files": [
    "dist/*",
    "src/*",
    "public/*",
    "*.json",
    "*.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ABI-Software/flatmapvuer.git"
  },
  "scripts": {
    "serve": "vite --host --force",
    "build-bundle": "vite build",
    "build-static": "vite build -c vite.static-build.js",
    "cypress:open": "cypress open",
    "cypress:component": "cypress run --component",
    "cypress:record": "cypress run --component --record",
    "release:beta": "npm version prerelease --preid=beta; npm publish --tag beta",
    "release:minor": "npm version minor; npm publish",
    "release:patch": "npm version patch;  npm publish",
    "changelog": "auto-changelog -p --output CHANGELOG.md --template keepachangelog",
    "version": "npm run build-bundle;npm run changelog; git add CHANGELOG.md",
    "vuese-gen": "node vuese-generator.js",
    "vuese-watch": "node vuese-generator.js watch",
    "docs:dev": "vitepress dev docs",
    "docs:watch": "concurrently \"npm run vuese-watch\" \"npm run docs:dev\"",
    "docs:build": "npm run vuese-gen; vitepress build docs",
    "docs:preview": "vitepress preview docs"
  },
  "type": "module",
  "main": "./dist/flatmapvuer.umd.cjs",
  "module": "./dist/flatmapvuer.js",
  "exports": {
    ".": {
      "import": "./dist/flatmapvuer.js",
      "require": "./dist/flatmapvuer.umd.cjs"
    },
    "./dist/style.css": "./dist/style.css",
    "./src/*": "./src/*"
  },
  "dependencies": {
    "@abi-software/map-utilities": "1.8.3",
    "@abi-software/sparc-annotation": "0.3.2",
    "@abi-software/svg-sprite": "1.0.3",
    "@element-plus/icons-vue": "^2.3.1",
    "css-element-queries": "^1.2.2",
    "element-plus": "2.8.4",
    "mitt": "^3.0.1",
    "pinia": "^2.1.7",
    "unplugin-vue-components": "^0.26.0",
    "vue": "^3.4.21"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^4.6.2",
    "@vuese/markdown-render": "^2.11.3",
    "auto-changelog": "^2.4.0",
    "babel-eslint": "^10.1.0",
    "chokidar": "^3.6.0",
    "concurrently": "^8.2.2",
    "cypress": "^13.6.6",
    "cypress-multi-reporters": "^1.6.4",
    "cypress-visual-regression": "^5.3.0",
    "cypress-wait-until": "^2.0.1",
    "eslint": "^8.56.0",
    "eslint-plugin-cypress": "^2.15.1",
    "eslint-plugin-vue": "^9.19.2",
    "mochawesome": "^7.1.3",
    "sass": "^1.69.5",
    "vite": "^5.0.10",
    "vitepress": "^1.0.0-rc.44",
    "vue-docgen-api": "^4.79.2"
  },
  "optionalDependencies": {
    "@esbuild/linux-x64": "0.25.3",
    "@rollup/rollup-linux-x64-gnu": "4.23.0"
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "plugin:vue/essential",
      "eslint:recommended"
    ],
    "rules": {},
    "parserOptions": {
      "parser": "babel-eslint"
    }
  },
  "browserslist": [
    "> 1%",
    "last 2 versions"
  ]
}
