2023-05-24 04:23:20 +00:00
|
|
|
{
|
|
|
|
"name": "cv",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2023-06-03 11:45:02 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"pdf": "npx chromehtml2pdf --out=public/cv.pdf --format A4 http://localhost:3000/ --executablePath /usr/bin/chromium-browser --printBackground true --marginTop 1cm --marginLeft 1cm --marginRight 1cm --marginBottom 1cm"
|
2023-05-24 04:23:20 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@types/node": "20.2.3",
|
|
|
|
"@types/react": "18.2.6",
|
|
|
|
"@types/react-dom": "18.2.4",
|
|
|
|
"autoprefixer": "10.4.14",
|
|
|
|
"bootstrap": "^5.2.3",
|
2023-05-24 19:15:53 +00:00
|
|
|
"bootstrap-icons": "^1.10.5",
|
2023-05-24 04:23:20 +00:00
|
|
|
"eslint": "8.41.0",
|
|
|
|
"eslint-config-next": "13.4.3",
|
|
|
|
"next": "13.4.3",
|
|
|
|
"postcss": "8.4.23",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-bootstrap": "^2.7.4",
|
|
|
|
"react-dom": "18.2.0",
|
2023-05-28 19:26:21 +00:00
|
|
|
"react-markdown": "^8.0.7",
|
2023-05-24 04:23:20 +00:00
|
|
|
"typescript": "5.0.4"
|
2023-06-03 11:45:02 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chromehtml2pdf": "^1.0.4"
|
2023-05-24 04:23:20 +00:00
|
|
|
}
|
|
|
|
}
|