{
  "name": "@valdiszz53/vue-spring-bottom-sheet",
  "description": "Modern and Performant Bottom Sheet for Vue.js",
  "keywords": [
    "animation",
    "bottom-drawer",
    "bottom-sheet",
    "bottomsheet",
    "dialog",
    "drag-drop",
    "draggableview",
    "drawer",
    "gesture-control",
    "modal",
    "motion",
    "overlay",
    "popup",
    "vue",
    "vueuse/motion",
    "vueuse/gesture",
    "sheet",
    "typescript"
  ],
  "author": "Arion Paul",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Vladislav2397/vue-spring-bottom-sheet.git"
  },
  "bugs": {
    "url": "https://github.com/Vladislav2397/vue-spring-bottom-sheet/issues"
  },
  "private": false,
  "version": "2.3.0",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs"
    },
    "./dist/style.css": {
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    }
  },
  "main": "./dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "vue-tsc -b && vite build",
    "dev": "vite build --watch",
    "type-check": "vue-tsc --build",
    "lint": "eslint . --fix",
    "format": "prettier --write src/",
    "release": "cp ../../README.md . && npm run build && npm publish --access public",
    "prepublishOnly": "cp ../../README.md . && npm run build"
  },
  "peerDependencies": {
    "vue": ">=3.3"
  },
  "dependencies": {
    "@vueuse/core": "^13.2.0",
    "@vueuse/integrations": "^13.2.0",
    "focus-trap": "^7.6.4",
    "motion-v": "^1.0.2",
    "remeda": "^2.21.6",
    "vue": "^3.5.14"
  },
  "devDependencies": {
    "@types/node": "^22.15.18",
    "@vitejs/plugin-vue": "^5.2.4",
    "@vue/eslint-config-prettier": "^10.2.0",
    "@vue/eslint-config-typescript": "^14.5.0",
    "@vue/tsconfig": "^0.7.0",
    "ajv": "^8.17.1",
    "eslint": "^9.27.0",
    "eslint-plugin-vue": "^10.1.0",
    "prettier": "^3.5.3",
    "typescript": "~5.6.3",
    "vite": "^6.3.5",
    "vite-plugin-dts": "4.5.3",
    "vue-tsc": "^2.2.10"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  }
}
