diff options
author | rohan09-raj <rajrohan1914@gmail.com> | 2023-01-29 18:45:05 +0530 |
---|---|---|
committer | rohan09-raj <rajrohan1914@gmail.com> | 2023-01-29 18:45:05 +0530 |
commit | 462d4abf09cfbce2384f2e680acf1599814e4183 (patch) | |
tree | bdb4dc71c0f3b04a2b41578a6052a1380ce37836 /client/package.json | |
parent | 4244e00c1330b11b45f7cc33ffd55f9af59f6587 (diff) |
remove .env and added it to git ignore
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 7d2b958..a5d8499 100644 --- a/client/package.json +++ b/client/package.json @@ -20,13 +20,14 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^11.18.4", + "react-pincode": "^1.1.3", "react-query": "^3.39.2", "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", "react-select": "^5.4.0", "react-toastify": "^9.0.8", "react-webcam": "^7.0.1", - "react-pincode": "^1.1.3" + "serve": "^14.1.2" }, "scripts": { "start": "react-scripts start", |