|
@@ -4,6 +4,8 @@
|
|
|
"private": true,
|
|
"private": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@ant-design/cssinjs": "^1.5.6",
|
|
"@ant-design/cssinjs": "^1.5.6",
|
|
|
|
|
+ "@react-pdf-viewer/core": "3.12.0",
|
|
|
|
|
+ "@react-pdf-viewer/default-layout": "3.12.0",
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
@@ -16,6 +18,7 @@
|
|
|
"axios": "^1.13.2",
|
|
"axios": "^1.13.2",
|
|
|
"classnames": "^2.5.1",
|
|
"classnames": "^2.5.1",
|
|
|
"crypto-js": "^4.2.0",
|
|
"crypto-js": "^4.2.0",
|
|
|
|
|
+ "pdfjs-dist": "3.11.174",
|
|
|
"react": "^18.2.0",
|
|
"react": "^18.2.0",
|
|
|
"react-dom": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
|
"react-redux": "^8.0.4",
|
|
"react-redux": "^8.0.4",
|
|
@@ -62,4 +65,4 @@
|
|
|
"react-app-rewired": "^2.2.1"
|
|
"react-app-rewired": "^2.2.1"
|
|
|
},
|
|
},
|
|
|
"homepage": "."
|
|
"homepage": "."
|
|
|
-}
|
|
|
|
|
|
|
+}
|