because I got bored of customising my CV for every job
1{
2 "name": "@cv/docs",
3 "version": "0.0.0",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc && vite build",
9 "preview": "vite preview",
10 "lint": "biome check .",
11 "lint:fix": "biome check --write .",
12 "typecheck": "tsc --noEmit"
13 },
14 "dependencies": {
15 "@catppuccin/palette": "^1.4.0",
16 "@cv/routing": "*",
17 "@cv/ui": "*",
18 "@mdx-js/react": "^3.1.1",
19 "@mdx-js/rollup": "^3.1.1",
20 "@types/mdx": "^2.0.13",
21 "highlight.js": "^11.10.0",
22 "react": "^19.2.3",
23 "react-dom": "^19.2.3",
24 "react-markdown": "^9.0.1",
25 "react-router-dom": "^6.26.1",
26 "rehype-highlight": "^7.0.0",
27 "remark-gfm": "^4.0.0"
28 },
29 "devDependencies": {
30 "@tailwindcss/postcss": "^4.0.0",
31 "@tailwindcss/vite": "^4.0.0",
32 "@types/mdast": "^4.0.4",
33 "@types/react": "^19.0.6",
34 "@types/react-dom": "^19.0.3",
35 "@types/unist": "^3.0.3",
36 "@vitejs/plugin-react": "^4.3.1",
37 "autoprefixer": "^10.4.20",
38 "postcss": "^8.4.47",
39 "tailwindcss": "^4.0.0",
40 "typescript": "^5.5.3",
41 "vite": "^5.4.3"
42 }
43}