'perormanceapi-added'
Showing
... | @@ -8,6 +8,8 @@ | ... | @@ -8,6 +8,8 @@ |
"@testing-library/user-event": "^13.5.0", | "@testing-library/user-event": "^13.5.0", | ||
"cors": "^2.8.5", | "cors": "^2.8.5", | ||
"express": "^4.18.3", | "express": "^4.18.3", | ||
"lodash": "^4.17.21", | |||
"moment": "^2.30.1", | |||
"mongodb": "^6.5.0", | "mongodb": "^6.5.0", | ||
"react": "^18.2.0", | "react": "^18.2.0", | ||
"react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
... | @@ -19,7 +21,7 @@ | ... | @@ -19,7 +21,7 @@ |
"build": "react-scripts build", | "build": "react-scripts build", | ||
"test": "react-scripts test", | "test": "react-scripts test", | ||
"eject": "react-scripts eject", | "eject": "react-scripts eject", | ||
"server":"node --watch server.js" | "server": "node --watch server.js" | ||
}, | }, | ||
"eslintConfig": { | "eslintConfig": { | ||
"extends": [ | "extends": [ | ||
... | ... |
Please register or sign in to comment