-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.43 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "marcotoniut.github.io",
"private": true,
"scripts": {
"build": "pnpm generate:sitemap && next build --webpack",
"deploy": "echo \"Deploy by pushing the release branch\"",
"dev": "pnpm generate && concurrently \"pnpm generate:watch\" \"next dev --webpack -p 8525\"",
"dev:agents": "pnpm generate && cross-env BROWSER=none next dev --webpack -p 8530",
"dev:pdf": "cross-env NEXT_PUBLIC_PDF_PRINTING=true concurrently \"sleep 3 && open-cli http://localhost:8528/en/cv\" \"next dev --webpack -p 8528\"",
"dev:pdf:headless": "cross-env NEXT_PUBLIC_PDF_PRINTING=true next dev --webpack -p 8528",
"format": "biome format",
"format:check": "biome check",
"generate": "pnpm typesafe-i18n",
"generate:sitemap": "pnpm tsx scripts/generate-sitemap.ts",
"generate:watch": "pnpm typesafe-i18n:watch",
"lint": "biome check",
"lint:fix": "biome check --write",
"lint:fix:unsafe": "biome check --write --unsafe",
"format:py": "ruff format .github/workflows/ai-*/*.py",
"format:py:check": "ruff format --check .github/workflows/ai-*/*.py",
"mcp:discover": "pnpm tsx scripts/mcp-discover.ts",
"print-cv": "pnpm tsx scripts/print-cv.ts",
"spellcheck": "cspell lint .",
"start": "next start",
"test": "echo \"No automated tests yet\"",
"typecheck": "tsc --pretty --noEmit",
"typesafe-i18n": "typesafe-i18n --no-watch",
"typesafe-i18n:watch": "typesafe-i18n"
},
"dependencies": {
"@next/third-parties": "16.0.1",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-slot": "1.2.3",
"@vanilla-extract/css": "1.17.4",
"@vanilla-extract/recipes": "0.5.7",
"date-fns": "4.1.0",
"next": "16.0.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"typesafe-i18n": "5.26.2",
"zod": "4.1.12"
},
"devDependencies": {
"@biomejs/biome": "2.3.3",
"@cspell/dict-en-gb": "5.0.19",
"@cspell/dict-es-es": "3.0.8",
"@modelcontextprotocol/sdk": "1.21.0",
"@playwright/mcp": "0.0.46",
"@types/node": "24.7.2",
"@types/react": "19.2.2",
"@vanilla-extract/next-plugin": "2.4.14",
"babel-plugin-react-compiler": "1.0.0",
"child_process": "1.0.2",
"chokidar-cli": "3.0.0",
"concurrently": "9.2.1",
"cross-env": "10.1.0",
"cspell": "9.2.2",
"open-cli": "^8.0.0",
"puppeteer": "24.30.0",
"tsx": "4.20.6",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.19.0"
}