{
  "package": {
    "dependencies": {
      "@emotion/react": "^11.9.0",
      "@emotion/styled": "^11.8.1",
      "@mui/icons-material": "^5.8.0",
      "@mui/material": "^5.8.0",
      "@mui/x-date-pickers": "^5.0.2",
      "@testing-library/jest-dom": "^5.16.4",
      "@testing-library/react": "^13.3.0",
      "@testing-library/user-event": "^13.5.0",
      "@types/jest": "^27.5.2",
      "@types/node": "^16.11.41",
      "@types/react": "^18.0.12",
      "@types/react-dom": "^18.0.5",
      "axios": "^0.27.2",
      "dayjs": "^1.11.5",
      "eslint-plugin-jsx-a11y": "^6.2.3",
      "js-cookie": "^3.0.1",
      "mui-tel-input": "^2.0.2",
      "notistack": "^2.0.5",
      "react-dropzone": "^14.2.2",
			"react-hook-form": "^7.39.3",
      "react-query": "^3.39.0",
      "react-quill": "^2.0.0",
      "react-router-dom": "6.3.0",
      "styled-components": "5.3.5",
      "typescript": "^4.7.3",
      "serve": "^11.2.0",
      "swr": "^1.3.0",
      "url-pattern": "^1.0.3"
    },
    "devDependencies": {
      "@types/js-cookie": "^3.0.2"
    },
    "scripts": {
      "serve": "serve -s build",
      "build-and-serve": "npm run build && npm run serve"
    },
    "eslintConfig": {
      "extends": ["react-app", "plugin:jsx-a11y/recommended"],
      "plugins": ["jsx-a11y"]
    }
  }
}
