{
  "name": "@poveste/app",
  "type": "module",
  "version": "0.15.0",
  "description": "Pre-bundled UI for Poveste",
  "author": {
    "name": "Sorin Gitlan",
    "url": "https://x.com/50rayn"
  },
  "license": "MIT",
  "homepage": "https://poveste.dev",
  "repository": {
    "url": "https://github.com/poveste-dev/poveste.git",
    "type": "git",
    "directory": "packages/poveste-app"
  },
  "bugs": "https://github.com/poveste-dev/poveste/issues",
  "keywords": [
    "poveste",
    "ui"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./dist/bundle-index.js",
    "./*": "./*"
  },
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  },
  "dependencies": {
    "@poveste/controls": "^0.15.0",
    "@poveste/shared": "^0.15.0",
    "@poveste/vendors": "^0.15.0",
    "fuse.js": "^7.0.0",
    "shiki": "^4.4.3"
  },
  "devDependencies": {
    "@fontsource/noto-sans-display": "^5.3.0",
    "@iconify-json/carbon": "^1.2.25",
    "@iconify-json/fluent": "1.2.56",
    "@iconify-json/mdi": "^1.2.3",
    "@iconify-json/ri": "^1.2.10",
    "@iconify/utils": "^3.1.4",
    "@tailwindcss/postcss": "^4.3.3",
    "@tailwindcss/typography": "^0.5.15",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.10.1",
    "@vitejs/plugin-vue": "^6.0.0",
    "chokidar": "^5.0.0",
    "concurrently": "^10.0.5",
    "fs-extra": "^11.2.0",
    "globby": "^16.2.4",
    "pathe": "^2.0.3",
    "postcss": "^8.5.23",
    "postcss-cli": "^12.0.0",
    "tailwindcss": "^4.3.3",
    "typescript": "6.0.3",
    "vite": "^8.2.0",
    "vitest": "^5.0.0",
    "vue": "^3.5.26",
    "vue-tsc": "^3.3.11"
  },
  "scripts": {
    "build": "pnpm run icons && rimraf dist && vite build && pnpm run build:css && node ./scripts/copy.mjs",
    "typecheck": "vue-tsc --noEmit",
    "build:css": "postcss src/app/style/main.pcss -o ./dist/style.css",
    "icons": "node ./scripts/icons.mjs",
    "test": "vitest run",
    "test:dev": "vitest",
    "watch": "concurrently \"vite build --watch\" \"pnpm run build:css --watch\" \"node ./scripts/watchAndCopy.mjs\""
  }
}