diff options
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", |