{
  "name": "nimiq-vitepress-theme",
  "type": "module",
  "version": "1.0.0-beta.162",
  "description": "Nimiq UI theme for VitePress",
  "author": "onmax",
  "license": "MIT",
  "homepage": "https://github.com/onmax/nimiq-ui#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onmax/nimiq-ui.git"
  },
  "bugs": "https://github.com/onmax/nimiq-ui/issues",
  "keywords": [
    "nimiq",
    "nimiq-ui",
    "nimiq-theme",
    "vitepress",
    "vitepress-theme"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs"
    },
    "./style.css": "./dist/assets/index.css",
    "./vite": {
      "types": "./dist/vite/index.d.ts",
      "import": "./dist/vite/index.mjs"
    },
    "./theme": {
      "types": "./dist/theme.d.ts",
      "import": "./dist/theme.mjs"
    },
    "./*": {
      "types": "./dist/*",
      "import": "./dist/*.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "*",
        "dist/*",
        "dist/*.d.ts",
        "dist/*/index.d.ts"
      ]
    }
  },
  "files": [
    "README.md",
    "dist",
    "package.json"
  ],
  "peerDependencies": {
    "vitepress": "^1.5.0 || ^2.0.0-alpha.3"
  },
  "dependencies": {
    "@iconify-json/tabler": "^1.2.23",
    "@iconify-json/vscode-icons": "^1.2.30",
    "@mdream/vite": "^0.13.3",
    "@nolebase/vitepress-plugin-git-changelog": "^2.18.2",
    "@vueuse/core": "^13.9.0",
    "@vueuse/motion": "^3.0.3",
    "mark.js": "^8.11.1",
    "minisearch": "^7.2.0",
    "motion-v": "^1.6.1",
    "reka-ui": "^2.5.0",
    "vaul-vue": "^0.4.1",
    "vue": "^3.5.21",
    "vue-router": "^4.5.1",
    "vue-sonner": "^1.1.4",
    "nimiq-icons": "1.0.0-beta.162"
  },
  "devDependencies": {
    "@iconify/utils": "^3.0.2",
    "@types/mark.js": "^8.11.12",
    "@types/markdown-it": "^14.1.2",
    "@unocss/cli": "^66.5.2",
    "bumpp": "^10.2.3",
    "consola": "^3.4.2",
    "defu": "^6.1.4",
    "i": "^0.3.7",
    "pathe": "^2.0.3",
    "typescript": "^5.9.2",
    "unbuild": "^3.6.1",
    "unocss": "^66.5.2",
    "unocss-preset-animations": "^1.2.1",
    "unocss-preset-onmax": "^1.0.0-beta.48",
    "vitepress-plugin-llms": "^1.8.1"
  },
  "scripts": {
    "typecheck": "vue-tsc --noEmit",
    "build": "unbuild",
    "dev": "unbuild --stub"
  }
}