Dejvino's Curriculum Vitae
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

33 lines
922 B

  1. {
  2. "name": "cv",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint",
  10. "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"
  11. },
  12. "dependencies": {
  13. "@types/node": "20.2.3",
  14. "@types/react": "18.2.6",
  15. "@types/react-dom": "18.2.4",
  16. "autoprefixer": "10.4.14",
  17. "bootstrap": "^5.2.3",
  18. "bootstrap-icons": "^1.10.5",
  19. "eslint": "8.41.0",
  20. "eslint-config-next": "13.4.3",
  21. "next": "13.4.3",
  22. "postcss": "8.4.23",
  23. "react": "18.2.0",
  24. "react-bootstrap": "^2.7.4",
  25. "react-dom": "18.2.0",
  26. "react-markdown": "^8.0.7",
  27. "typescript": "5.0.4"
  28. },
  29. "devDependencies": {
  30. "chromehtml2pdf": "^1.0.4"
  31. }
  32. }