{ "name": "@cv/docs", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "biome check .", "lint:fix": "biome check --write .", "typecheck": "tsc --noEmit" }, "dependencies": { "@catppuccin/palette": "^1.4.0", "@cv/routing": "*", "@cv/ui": "*", "@mdx-js/react": "^3.1.1", "@mdx-js/rollup": "^3.1.1", "@types/mdx": "^2.0.13", "highlight.js": "^11.10.0", "react": "^19.2.3", "react-dom": "^19.2.3", "react-markdown": "^9.0.1", "react-router-dom": "^6.26.1", "rehype-highlight": "^7.0.0", "remark-gfm": "^4.0.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.0.0", "@tailwindcss/vite": "^4.0.0", "@types/mdast": "^4.0.4", "@types/react": "^19.0.6", "@types/react-dom": "^19.0.3", "@types/unist": "^3.0.3", "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^4.0.0", "typescript": "^5.5.3", "vite": "^5.4.3" } }