{
  "name": "starlight-theme-nova",
  "type": "module",
  "version": "0.12.3",
  "description": "A beautiful theme for Astro Starlight",
  "author": "ocavue <ocavue@gmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/ocavue",
  "homepage": "https://github.com/ocavue/starlight-theme-nova#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/ocavue/starlight-theme-nova.git"
  },
  "bugs": "https://github.com/ocavue/starlight-theme-nova/issues",
  "keywords": [],
  "sideEffects": false,
  "main": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./*.css": "./lib/*.css",
    "./components": "./src/components/index.ts",
    "./components/*.astro": "./src/components/*.astro"
  },
  "files": [
    "lib",
    "src"
  ],
  "dependencies": {
    "@aria-ui/core": "^0.2.1",
    "@aria-ui/utils": "^0.1.7",
    "@astrojs/markdown-satteri": "^0.4.0",
    "@pagefind/default-ui": "^1.5.2",
    "@shikijs/transformers": "^4.4.3",
    "@shikijs/twoslash": "^4.4.3",
    "@shikijs/types": "^4.4.3",
    "@types/hast": "^3.0.5",
    "astro-theme-toggle": "^0.8.2",
    "hast-util-is-element": "^3.0.0",
    "rehype": "^13.0.2",
    "satteri-custom-header-id": "^0.1.1",
    "shiki-twoslash-renderer": "^0.3.5"
  },
  "peerDependencies": {
    "@astrojs/starlight": "*"
  },
  "peerDependenciesMeta": {
    "@astrojs/starlight": {
      "optional": true
    }
  },
  "devDependencies": {
    "@astrojs/starlight": "^0.42.0",
    "@ocavue/tsconfig": "^0.7.1",
    "@tailwindcss/cli": "^4.3.3",
    "@tailwindcss/vite": "^4.3.3",
    "@types/node": "^24.0.0",
    "astro": "^7.3.1",
    "tailwindcss": "^4.3.3",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "pnpm run build:tailwindcss",
    "build:tailwindcss": "tailwindcss -i ./lib/tailwind.build.css -o ./lib/tailwind.gen.css"
  }
}