{
  "name": "@storyblok/design-system",
  "version": "4.0.0-beta.3",
  "description": "Storyblok BlokInk Design System",
  "license": "MIT",
  "files": [
    "dist",
    "README.md"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@popperjs/core": "^2.11.8",
    "@vueuse/core": "^10.7.2",
    "click-outside-vue3": "^4.0.1",
    "date-fns": "^4.1.0",
    "date-fns-tz": "^3.2.0",
    "focus-trap": "^7.6.0",
    "lodash.get": "^4.4.2",
    "lucide-vue-next": "^0.561.0",
    "maska": "^1.5.2",
    "primevue": "3.53.1",
    "throttle-debounce": "5.0.2"
  },
  "devDependencies": {
    "@babel/core": "7.28.0",
    "@babel/preset-env": "7.29.5",
    "@babel/preset-typescript": "7.27.1",
    "@ronilaukkarinen/stylelint-a11y": "^1.2.7",
    "@storybook/addon-a11y": "10.2.13",
    "@storybook/addon-docs": "10.2.13",
    "@storybook/addon-themes": "10.2.13",
    "@storybook/vue3-vite": "10.2.13",
    "@testing-library/cypress": "10.1.0",
    "@testing-library/vue": "^7.0.0",
    "@types/lodash.get": "^4",
    "@types/throttle-debounce": "5.0.2",
    "@vitejs/plugin-vue": "6.0.1",
    "@vue/compiler-sfc": "3.x",
    "@vue/test-utils": "^2.4.4",
    "babel-jest": "^29.7.0",
    "colord": "^2.9.3",
    "cypress": "15.0.0",
    "eslint": "10.3.0",
    "eslint-plugin-storybook": "10.2.13",
    "eslint-plugin-testing-library": "7.16.2",
    "jest-transform-stub": "^2.0.0",
    "jsdom": "^25.0.1",
    "postcss": "8.x",
    "postcss-html": "1.5.0",
    "rollup-plugin-visualizer": "^5.12.0",
    "sass": "^1.77.6",
    "sass-mq": "^6.0.0",
    "storybook": "10.2.13",
    "stylelint": "^15.10.3",
    "stylelint-config-recommended-vue": "^1.5.0",
    "stylelint-config-sass-guidelines": "^10.0.0",
    "stylelint-config-standard-scss": "^11.0.0",
    "stylelint-order": "^6.0.3",
    "typescript": "6.0.3",
    "vite": "7.3.2",
    "vite-plugin-istanbul": "7.1.0",
    "vite-plugin-static-copy": "^3.2.0",
    "vitest": "4.0.18",
    "vue": "3.5.13",
    "vue-tsc": "3.2.7",
    "webpack": "5",
    "yaml": "^2.8.4"
  },
  "peerDependencies": {
    "vue": "^3.5.13"
  },
  "release": {
    "branches": [
      "main"
    ]
  }
}