diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-12 10:42:05 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-12 10:42:05 +0530 |
commit | 10dbff87243b91fb4e50a86f1ec4cc30d5c63dc0 (patch) | |
tree | 85b40fce49df4102100500ffc69fb7eab1005542 /package.json | |
parent | 9d941b5d99621bc98df0be3002aa7121f98e7a56 (diff) |
implemented sleek way to handle generating PDFs
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 4748409..379791e 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "@fortawesome/fontawesome-svg-core": "^1.2.35", "@fortawesome/free-solid-svg-icons": "^5.15.3", "@fortawesome/react-fontawesome": "^0.1.14", + "@react-pdf/renderer": "^2.0.16", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.8.3", @@ -15,6 +16,7 @@ "@types/react": "^17.0.3", "@types/react-datepicker": "^4.1.1", "@types/react-dom": "^17.0.3", + "add": "^2.0.6", "axios": "^0.21.1", "create-react-app": "^4.0.3", "node-sass": "^6.0.0", @@ -24,7 +26,9 @@ "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", - "web-vitals": "^1.1.1" + "typescript": "^4.3.5", + "web-vitals": "^1.1.1", + "yarn": "^1.22.10" }, "scripts": { "start": "react-scripts start", |