package.json 857 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "lieferscheine",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider next dev",
  7. "build": "cross-env NODE_OPTIONS=--openssl-legacy-provider next build",
  8. "start": "cross-env NODE_OPTIONS=--openssl-legacy-provider next start",
  9. "lint": "next lint"
  10. },
  11. "dependencies": {
  12. "@nextui-org/react": "^2.4.8",
  13. "@react-pdf-viewer/core": "^3.12.0",
  14. "cookie": "^1.0.1",
  15. "dotenv": "^16.4.5",
  16. "framer-motion": "^11.11.9",
  17. "jsonwebtoken": "^9.0.2",
  18. "jwt-decode": "^4.0.0",
  19. "next": "14.2.15",
  20. "pdf-parse": "^1.1.1",
  21. "pdf2json": "^3.1.4",
  22. "react": "^18",
  23. "react-dom": "^18",
  24. "react-icons": "^5.3.0",
  25. "smb2": "^0.2.11"
  26. },
  27. "devDependencies": {
  28. "cross-env": "^7.0.3",
  29. "eslint": "^8",
  30. "eslint-config-next": "14.2.15",
  31. "postcss": "^8",
  32. "tailwindcss": "^3.4.1"
  33. }
  34. }