'server-file-added'
Showing
... | @@ -6,6 +6,9 @@ | ... | @@ -6,6 +6,9 @@ |
"@testing-library/jest-dom": "^5.17.0", | "@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^13.4.0", | "@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | "@testing-library/user-event": "^13.5.0", | ||
"cors": "^2.8.5", | |||
"express": "^4.18.3", | |||
"mongodb": "^6.5.0", | |||
"react": "^18.2.0", | "react": "^18.2.0", | ||
"react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
"react-scripts": "5.0.1", | "react-scripts": "5.0.1", | ||
... | @@ -15,7 +18,8 @@ | ... | @@ -15,7 +18,8 @@ |
"start": "react-scripts start", | "start": "react-scripts start", | ||
"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" | |||
}, | }, | ||
"eslintConfig": { | "eslintConfig": { | ||
"extends": [ | "extends": [ | ||
... | ... |
Please register or sign in to comment