-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.69 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
{
"name": "portfolio-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "node ./build-scripts.mjs",
"build": "tsc -b && vite build",
"postbuild": "node ./scripts/dist/build-cv-pdf.mjs ./dist/cv.pdf",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.14",
"esbuild": "^0.25.10",
"esbuild-plugin-tailwindcss": "^2.1.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router": "^7.9.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/js": "^9.36.0",
"@heroicons/react": "^2.1.4",
"@react-pdf/font": "^4.0.3",
"@react-pdf/renderer": "^4.3.1",
"@types/node": "^24.7.2",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"autoprefixer": "^10.4.19",
"baseline-browser-mapping": "^2.9.11",
"commander": "^12.1.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"file-loader": "^6.2.0",
"gh-pages": "^6.1.1",
"globals": "^16.4.0",
"i18next": "^23.11.5",
"ignore-webpack-plugin": "^0.3.0",
"postcss-loader": "^8.1.1",
"react-ga4": "^2.1.0",
"react-i18next": "^14.1.2",
"react-pdf-tailwind": "^2.3.0",
"style-loader": "^4.0.0",
"tailwindcss": "^4.1.14",
"ts-loader": "^9.5.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"url-loader": "^4.1.1",
"vite": "^7.1.7",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}