{
  "name": "docs",
  "version": "1.0.0",
  "description": "chaxus document",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "dev": "vitepress dev",
    "build": "sh ./bin/build.sh",
    "serve": "vitepress serve"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chaxus/ran",
    "directory": "packages/docs"
  },
  "bugs": {
    "url": "https://github.com/chaxus/ran/issues"
  },
  "engines": {
    "node": ">=12.20.0"
  },
  "keywords": [],
  "author": "chaxus",
  "license": "MIT",
  "devDependencies": {
    "autoprefixer": "^10.4.19",
    "less": "^4.2.0",
    "pagefind": "^1.1.0",
    "postcss": "^8.4.38",
    "tailwindcss": "^3.4.3",
    "vite": "^5.2.11",
    "vitepress": "^1.1.4",
    "vitepress-plugin-pagefind": "^0.2.14"
  },
  "dependencies": {
    "@khmyznikov/pwa-install": "^0.3.8",
    "ranui": "workspace:*",
    "ranuts": "workspace:*",
    "vue": "^3.4.27",
    "vue-i18n": "^9.13.1"
  },
  "postcss": {
    "plugins": {
      "tailwindcss": {},
      "autoprefixer": {}
    }
  }
}
