create pdf reps for lpa

This commit is contained in:
2023-09-26 09:12:57 +01:00
parent 34c3e06ee3
commit 41847b3433
55 changed files with 8798 additions and 168 deletions
+6 -1
View File
@@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"debugdev": "NODE_OPTIONS='--inspect' next dev",
"dev:app": "node ./server/server.js",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start": "node_modules/next/dist/bin/next start",
@@ -19,6 +20,7 @@
"@azure/storage-queue": "^12.11.0",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^5.0.0",
"@react-pdf/renderer": "^3.1.12",
"@redux-devtools/extension": "^3.2.5",
"applicationinsights": "^2.2.0",
"axios": "^0.24.0",
@@ -51,6 +53,7 @@
"ospoint": "^0.2.1",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"react": "17.0.2",
"react-accessible-accordion": "^4.0.0",
"react-autosuggest": "^10.1.0",
@@ -60,6 +63,8 @@
"react-dropzone": "^11.5.1",
"react-idle-timer": "4.6.4",
"react-leaflet": "^3.2.5",
"react-pdf": "^7.3.3",
"react-pdf-html": "^1.1.18",
"react-quill": "^2.0.0",
"react-redux": "^7.2.6",
"redux": "^4.2.1",
@@ -81,4 +86,4 @@
"eslint-plugin-jsdoc": "^40.0.1",
"prisma": "^5.0.0"
}
}
}