| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "lieferscheine",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider next dev",
- "build": "cross-env NODE_OPTIONS=--openssl-legacy-provider next build",
- "start": "cross-env NODE_OPTIONS=--openssl-legacy-provider next start",
- "lint": "next lint"
- },
- "dependencies": {
- "@nextui-org/react": "^2.4.8",
- "@react-pdf-viewer/core": "^3.12.0",
- "cookie": "^1.0.1",
- "dotenv": "^16.4.5",
- "framer-motion": "^11.11.9",
- "jsonwebtoken": "^9.0.2",
- "jwt-decode": "^4.0.0",
- "next": "14.2.15",
- "pdf-parse": "^1.1.1",
- "pdf2json": "^3.1.4",
- "react": "^18",
- "react-dom": "^18",
- "react-icons": "^5.3.0",
- "smb2": "^0.2.11"
- },
- "devDependencies": {
- "cross-env": "^7.0.3",
- "eslint": "^8",
- "eslint-config-next": "14.2.15",
- "postcss": "^8",
- "tailwindcss": "^3.4.1"
- }
- }
|