{
  "name": "alumni-web",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@emotion/react": "^11.11.4",
    "@emotion/styled": "^11.11.0",
    "@fortawesome/fontawesome-svg-core": "^6.2.0",
    "@fortawesome/free-solid-svg-icons": "^6.2.0",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@material-ui/core": "^4.12.4",
    "@material-ui/icons": "^4.11.3",
    "@mui/icons-material": "^5.15.12",
    "@mui/material": "^5.15.12",
    "@mui/x-date-pickers": "^6.19.6",
    "@popperjs/core": "^2.11.6",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "axios": "^1.1.3",
    "bootstrap": "^5.2.3",
    "country-state-city": "^3.1.2",
    "datatables.net-dt": "^1.13.1",
    "env-cmd": "^10.1.0",
    "file-saver": "^2.0.5",
    "firebase": "^9.16.0",
    "jquery": "^3.6.1",
    "material-react-table": "^2.12.1",
    "mdbreact": "^5.2.0",
    "moment": "^2.29.4",
    "node-sass": "^9.0.0",
    "npm-run-all": "^4.1.5",
    "randomcolor": "^0.6.2",
    "react": "^18.2.0",
    "react-big-calendar": "^1.6.9",
    "react-bootstrap": "^2.7.0",
    "react-bootstrap-table-next": "^4.0.3",
    "react-bootstrap-table2-paginator": "^2.1.2",
    "react-custom-scrollbars": "^4.2.1",
    "react-dom": "^18.2.0",
    "react-feather": "^2.0.10",
    "react-google-calendar-api": "^2.2.2",
    "react-icons": "^4.6.0",
    "react-image-crop": "^8.6.12",
    "react-js-loader": "^0.1.0",
    "react-responsive-carousel": "^3.2.23",
    "react-router-dom": "^6.4.2",
    "react-scripts": "^5.0.1",
    "react-select": "^5.6.0",
    "react-toastify": "^9.0.8",
    "reactstrap": "^9.1.4",
    "socket.io-client": "^4.6.0",
    "sweetalert": "^2.1.2",
    "sweetalert2": "^11.6.10",
    "web-vitals": "^2.1.4"
  },
  "scripts": {
    "build-css": "node-sass --include-path ./src --include-path ./node_modules src/ -o src/",
    "watch-css": "npm run build-css && node-sass --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
    "start-js": "react-scripts start",
    "start": "set PORT=3001 && set NODE_ENV=development && env-cmd -f .env.development npm-run-all -p watch-css start-js",
    "build": "npm run build-css && react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
