node-mongo-demo

node.js and mongodb demo

git clone https://9o.is/git/node-mongo-demo.git

package.json

(1150B)


      1 {
      2   "name": "frontend",
      3   "version": "0.1.0",
      4   "private": true,
      5   "dependencies": {
      6     "@emotion/react": "^11.11.3",
      7     "@emotion/styled": "^11.11.0",
      8     "@mui/icons-material": "^5.15.5",
      9     "@mui/material": "^5.15.5",
     10     "@testing-library/jest-dom": "^5.17.0",
     11     "@testing-library/react": "^13.4.0",
     12     "@testing-library/user-event": "^13.5.0",
     13     "axios": "^1.7.0",
     14     "jwt-decode": "^4.0.0",
     15     "react": "^18.2.0",
     16     "react-dom": "^18.2.0",
     17     "react-redux": "^9.1.0",
     18     "react-router-dom": "^6.21.3",
     19     "react-scripts": "5.0.1",
     20     "react-toastify": "^10.0.3",
     21     "redux": "^5.0.1",
     22     "redux-thunk": "^3.1.0",
     23     "web-vitals": "^2.1.4"
     24   },
     25   "scripts": {
     26     "start": "react-scripts start",
     27     "build": "react-scripts build",
     28     "test": "react-scripts test",
     29     "eject": "react-scripts eject"
     30   },
     31   "eslintConfig": {
     32     "extends": [
     33       "react-app",
     34       "react-app/jest"
     35     ]
     36   },
     37   "browserslist": {
     38     "production": [
     39       ">0.2%",
     40       "not dead",
     41       "not op_mini all"
     42     ],
     43     "development": [
     44       "last 1 chrome version",
     45       "last 1 firefox version",
     46       "last 1 safari version"
     47     ]
     48   }
     49 }