Added react modal for Project Description

Fixed lockfile changes

Removed unintented change

Fixed package.json

Fixed line ending

set app element to root in modal
This commit is contained in:
OmPals
2022-07-02 18:53:57 +05:30
parent 1c5bdf2faa
commit 8794933b40
6 changed files with 231 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
"@types/node": "^16.11.36",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react-modal": "^3.13.1",
"babel-loader": "^8.2.3",
"color-hash": "^2.0.1",
"copy-webpack-plugin": "^11.0.0",
@@ -27,6 +28,7 @@
"mini-css-extract-plugin": "^2.4.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-modal": "^3.15.1",
"react-router-dom": "^6.3.0",
"style-loader": "^3.3.1",
"typescript": "^4.6.4",