{
  "name": "@davincihealthcare/elty-design-system-vue",
  "version": "1.100.1",
  "license": "UNLICENSED",
  "main": "dist/index.umd.cjs",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/src/index.esm.js",
      "require": "./dist/src/index.cjs.js",
      "types": "./dist/index.d.ts"
    },
    "./*": {
      "import": "./dist/src/*.esm.js",
      "require": "./dist/src/*.cjs.js",
      "types": "./dist/*.d.ts"
    }
  },
  "type": "module",
  "scripts": {
    "prepare": "husky install",
    "commitlint": "commitlint --edit",
    "histoire": "histoire dev",
    "story": "histoire dev",
    "histoire:build": "histoire build",
    "histoire:serve": "histoire preview",
    "format": "prettier --write --config ../../.prettierrc.json  --ignore-path ../../.prettierignore .",
    "dev": "vue-tsc && vite dev",
    "build": "vue-tsc && vite build && yarn build-prejss",
    "build-prejss": "prejss-cli dist/src/style.css --format commonjs && mv dist/src/style.js dist/src/style.cjs",
    "ts-check": "vue-tsc --noEmit",
    "lint": "eslint \"**/*.{ts,vue}\"",
    "test": "vitest --run",
    "test-watch": "vitest",
    "release": "yarn build && semantic-release"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.4.4",
    "@commitlint/config-conventional": "^18.4.4",
    "@histoire/plugin-vue": "^0.17.11",
    "@semantic-release/commit-analyzer": "^11.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^9.2.6",
    "@semantic-release/npm": "^13",
    "@semantic-release/release-notes-generator": "^12.1.0",
    "@tailwindcss/aspect-ratio": "^0.4.0",
    "@tailwindcss/forms": "^0.5.7",
    "@tailwindcss/line-clamp": "^0.4.4",
    "@tailwindcss/typography": "^0.5.10",
    "@testing-library/vue": "^8.0.1",
    "@types/flexsearch": "0.7.6",
    "@types/lodash": "^4.14.202",
    "@types/luxon": "^3.0.4",
    "@typescript-eslint/eslint-plugin": "^7.0.1",
    "@typescript-eslint/parser": "^6.13.1",
    "@vitejs/plugin-vue": "^5.0.3",
    "@vue/test-utils": "^2.4.6",
    "autoprefixer": "^10.4.8",
    "conventional-changelog-conventionalcommits": "^7.0.2",
    "eslint": "^8.54.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-unused-imports": "^3.1.0",
    "eslint-plugin-vue": "^9.21.1",
    "histoire": "^0.17.9",
    "husky": ">=6",
    "lint-staged": ">=10",
    "node-gyp": "^10.0.1",
    "pinia": "^2.1.7",
    "postcss": "^8.4.35",
    "postcss-cli": "^11.0.0",
    "postcss-import": "^16.0.1",
    "prejss-cli": "^0.3.3",
    "prettier": "^3.1.0",
    "semantic-release": "^25",
    "tailwindcss": "^3.4.1",
    "typescript": "^5.6.3",
    "vee-validate": "^4.12.6",
    "vite": "^5.0.12",
    "vite-plugin-dts": "^3.6.3",
    "vitest": "^0.34.6",
    "vue": "^3.4.21",
    "vue-tsc": "^2.1.10"
  },
  "dependencies": {
    "@davincihealthcare/elty-design-system-foundations": "^1.2.1",
    "@faker-js/faker": "^8.4.1",
    "@heroicons/vue": "^2.1.1",
    "@tinymce/tinymce-vue": "^6.1.0",
    "@vee-validate/rules": "^4.6.2",
    "@vueuse/components": "^10.9.0",
    "@vueuse/core": "^10.9.0",
    "@vueuse/integrations": "^12.4.0",
    "click-outside-vue3": "^4.0.1",
    "codice-fiscale-js": "^2.3.20",
    "focus-trap": "^7",
    "lodash": "^4.17.21",
    "luxon": "^3.0.4",
    "swiper": "^11.1.11",
    "tinymce": "^7.8.0"
  },
  "peerDependencies": {
    "@tailwindcss/forms": "^0.5.7",
    "@tailwindcss/typography": "^0.5.10",
    "pinia": "^2.1.7",
    "vee-validate": "^4.12.6",
    "vue": "^3.4.15"
  },
  "lint-staged": {
    "*.{js,tsx,ts,jsx,json,md,vue}": "prettier --write"
  },
  "packageManager": "yarn@3.6.1"
}
