This commit is contained in:
Malai Raja
2023-12-01 10:32:28 +05:30
parent b3371d3bc0
commit 2aab086a66
16 changed files with 152 additions and 52 deletions

View File

@@ -17,6 +17,7 @@
"buffer": "^6.0.3",
"chance": "^1.1.11",
"crypto-browserify": "^3.12.0",
"env-cmd": "^10.1.0",
"formik": "^2.2.9",
"framer-motion": "^10.12.4",
"jsonwebtoken": "^9.0.0",
@@ -49,7 +50,11 @@
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"start:dev": "env-cmd -f .env.development react-app-rewired start",
"start:staging": "env-cmd -f .env.staging react-app-rewired start",
"build:dev": "env-cmd -f .env.development react-app-rewired build",
"build:staging": "env-cmd -f .env.staging react-app-rewired build"
},
"eslintConfig": {
"extends": [