{
  "name": "ui-docs",
  "version": "0.0.0",
  "description": "Documentation for PSW/UI build with PSW/UI",
  "main": "index.js",
  "repository": "https://github.com/pswui/docs",
  "author": "Shinwoo PARK <devpysweb@gmail.com>",
  "license": "MIT",
  "private": true,
  "packageManager": "yarn@4.3.0+sha512.1606bef7c84bc7d83b8576063de2fd08f7d69f9939015bed800f9585a002390268ecc777e9feeba7e26e9556aef6beaad4806968db2182ab5dd3e955ab3b9a0b",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build && cp ./404.html ./dist",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview"
  },
  "dependencies": {
    "@mdx-js/react": "^3.0.1",
    "@stefanprobst/rehype-extract-toc": "^2.2.0",
    "highlight.js": "^11.9.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-router-dom": "^6.23.1",
    "react-syntax-highlighter": "^15.5.0",
    "rehype-slug": "^6.0.0",
    "remark-gfm": "^4.0.0",
    "tailwind-merge": "^2.3.0"
  },
  "devDependencies": {
    "@mdx-js/rollup": "^3.0.1",
    "@psw-ui/cli": "^0.5.0",
    "@tailwindcss/typography": "^0.5.13",
    "@types/mdx": "^2.0.13",
    "@types/node": "^20.14.2",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@types/react-router-dom": "^5.3.3",
    "@types/react-syntax-highlighter": "^15.5.13",
    "@typescript-eslint/eslint-plugin": "^7.13.0",
    "@typescript-eslint/parser": "^7.13.0",
    "@vitejs/plugin-react": "^4.3.1",
    "autoprefixer": "^10.4.19",
    "eslint": "^9.4.0",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-react-refresh": "^0.4.7",
    "postcss": "^8.4.38",
    "tailwind-scrollbar": "^3.1.0",
    "tailwindcss": "^3.4.4",
    "typescript": "^5.4.5",
    "vite": "^5.3.0",
    "vite-plugin-dynamic-import": "^1.5.0"
  }
}