{
  "name": "@ternent/ui",
  "version": "0.6.0",
  "description": "A collection of Vue components and themes for ternent applications",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ternent/core.git",
    "directory": "packages/ui"
  },
  "type": "module",
  "main": "./dist/components.js",
  "exports": {
    ".": "./dist/components.js",
    "./primitives": "./dist/primitives.js",
    "./patterns": "./dist/patterns.js",
    "./styles.css": "./dist/ui.css",
    "./themes/print.css": "./src/themes/print.css",
    "./themes/neon-noir.css": "./src/themes/neon-noir.css",
    "./themes/spruce-ink.css": "./src/themes/spruce-ink.css",
    "./themes/citrine-ash.css": "./src/themes/citrine-ash.css",
    "./themes/harbor-rose.css": "./src/themes/harbor-rose.css",
    "./themes/obsidian-iris.css": "./src/themes/obsidian-iris.css",
    "./themes/pixpax.css": "./src/themes/pixpax.css",
    "./themes/proof.css": "./src/themes/proof.css",
    "./themes/concord.css": "./src/themes/concord.css",
    "./themes/ledger.css": "./src/themes/ledger.css",
    "./themes/garnet-honey.css": "./src/themes/garnet-honey.css",
    "./themes/prism.css": "./src/themes/prism.css",
    "./themes/sunset.css": "./src/themes/sunset.css",
    "./themes/armour.css": "./src/themes/armour.css",
    "./themes/aurora.css": "./src/themes/aurora.css",
    "./tailwind.config": "./tailwind.config.js"
  },
  "dependencies": {
    "@ark-ui/vue": "^5.30.0",
    "@tailwindcss/typography": "^0.5.14",
    "@tailwindcss/vite": "^4.1.18",
    "@vueuse/core": "^10.11.1",
    "autoprefixer": "^10.4.20",
    "luxon": "^3.5.0",
    "tailwind-merge": "^1.14.0",
    "tailwindcss": "^4.1.18",
    "tailwindcss-animate": "^1.0.7",
    "vite-plugin-dts": "^1.7.3",
    "vue": "^3.4.38"
  },
  "devDependencies": {
    "@originjs/vite-plugin-federation": "^1.3.5",
    "@vitejs/plugin-vue": "^4.6.2",
    "@vue/test-utils": "^2.4.6",
    "http-server": "^14.1.1",
    "jsdom": "^24.1.1",
    "vite": "^7.3.0",
    "vitest": "^1.6.0"
  },
  "scripts": {
    "build": "node ./scripts/generate-theme-css.mjs && vite build",
    "dev": "vite build --watch",
    "generate:themes": "node ./scripts/generate-theme-css.mjs",
    "serve": "http-server ./dist -p 5001 --cors='*'",
    "lint:tokens": "node ./scripts/check-tokens.js",
    "test": "pnpm exec vitest run"
  }
}