{
  "name": "mykademy-student-dashboard",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@date-io/date-fns": "^1.3.13",
    "@material-ui/pickers": "^3.3.10",
    "@reduxjs/toolkit": "^1.8.6",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "axios": "^0.27.2",
    "caniuse-lite": "^1.0.30001517",
    "date-fns": "^2.0.0-beta.5",
    "form-serialize": "^0.7.2",
    "html-react-parser": "^3.0.7",
    "i18next": "^21.8.0",
    "i18next-chained-backend": "^3.0.2",
    "i18next-http-backend": "^1.4.0",
    "i18next-resources-to-backend": "^1.0.0",
    "jquery": "^3.7.0",
    "jstz": "^2.1.1",
    "moment": "^2.29.4",
    "moment-timezone": "^0.5.40",
    "myoneui": "^1.0.6",
    "react": "^18.2.0",
    "react-cookie-consent": "^8.0.1",
    "react-dom": "^18.2.0",
    "react-helmet": "^6.1.0",
    "react-helmet-async": "^1.3.0",
    "react-i18next": "^11.16.9",
    "react-inline-script": "^1.2.0",
    "react-myoneui": "^1.0.7",
    "react-redux": "^8.0.1",
    "react-scripts": "^5.0.1",
    "react-slick": "^0.29.0",
    "sass": "^1.51.0",
    "slick-carousel": "^1.8.1",
    "striptags": "^3.2.0",
    "web-vitals": "^2.1.4"
  },
  "scripts": {
    "start": "react-app-rewired start",
    "build": "react-app-rewired build",
    "old-build": "react-scripts build && mv $(grep BUILD_PATH .env.local | cut -d= -f2)index.html $(grep BUILD_PATH .env.local | cut -d= -f2)react.php && sed -i 's/<head>/<head><?php include_once \"..\\/seo.php\"; ?>/g' $(grep BUILD_PATH .env.local | cut -d= -f2)react.php && sed -i 's/src=\"/src=\"\\/front_end/g' $(grep BUILD_PATH .env.local | cut -d= -f2)react.php && sed -i 's/href=\"/href=\"\\/front_end/g' $(grep BUILD_PATH .env.local | cut -d= -f2)react.php && sed -i 's/front_end%REACT_APP_LOCAL_URL%\\///g' $(grep BUILD_PATH .env.local | cut -d= -f2)react.php",
    "mac-build": "react-scripts build && mv $(grep BUILD_PATH .env.local | cut -d= -f2)index.html $(grep BUILD_PATH .env.local | cut -d= -f2)react.php && sed -i '' 's/<head>/<head><?php include_once \"..\\/seo.php\"; ?>/g' $(grep BUILD_PATH .env.local | cut -d= -f2)react.php && sed -i '' 's/src=\"/src=\"\\/front_end/g' $(grep BUILD_PATH .env.local | cut -d= -f2)react.php && sed -i '' 's/href=\"/href=\"\\/front_end/g' $(grep BUILD_PATH .env.local | cut -d= -f2)react.php && sed -i '' 's/front_end%REACT_APP_LOCAL_URL%\\///g' $(grep BUILD_PATH .env.local | cut -d= -f2)react.php",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "customize-cra": "^1.0.0",
    "eslint": "^8.45.0",
    "react-app-rewired": "^2.2.1"
  }
}
