{
    "name": "admin",
    "version": "0.1.0",
    "private": true,
    "homepage": "/admin-frontline",
    "dependencies": {
        "@ckeditor/ckeditor5-build-classic": "^36.0.1",
        "@ckeditor/ckeditor5-build-decoupled-document": "^37.1.0",
        "@ckeditor/ckeditor5-react": "^5.0.6",
        "@ckeditor/ckeditor5-upload": "^36.0.1",
        "@hookform/resolvers": "^2.9.10",
        "@material-ui/core": "^4.12.4",
        "@tanstack/react-query": "^4.24.4",
        "@tanstack/react-query-devtools": "^4.24.4",
        "@tanstack/react-table": "^8.7.9",
        "@testing-library/jest-dom": "^5.14.1",
        "@testing-library/react": "^13.0.0",
        "@testing-library/user-event": "^13.2.1",
        "axios": "^1.2.6",
        "bootstrap": "^5.2.3",
        "choices.js": "^10.2.0",
        "cors": "^2.8.5",
        "draft-js": "^0.11.7",
        "draftjs-to-html": "^0.9.1",
        "env-cmd": "^10.1.0",
        "express": "^4.18.2",
        "pdf-viewer-reactjs": "^2.2.3",
        "react": "^18.2.0",
        "react-bootstrap": "^2.7.0",
        "react-circular-menu": "^2.3.12",
        "react-dom": "^18.2.0",
        "react-draft-wysiwyg": "^1.15.0",
        "react-google-places-autocomplete": "^4.0.1",
        "react-hook-form": "^7.43.0",
        "react-pdf": "^7.3.3",
        "react-player": "^2.12.0",
        "react-query": "^3.39.3",
        "react-router-dom": "^6.8.0",
        "react-scripts": "5.0.1",
        "react-select": "^5.7.0",
        "sass": "^1.57.1",
        "styled-components": "^5.3.9",
        "sweetalert2": "^11.7.1",
        "sweetalert2-react-content": "^5.0.7",
        "web-vitals": "^2.1.0",
        "yup": "^0.32.11"
    },
    "engines": {
        "node": ">=16.14.0",
        "yarn": ">=1.22.0",
        "npm": "please-use-yarn"
    },
    "scripts": {
        "start": "react-scripts start",
        "build": "react-scripts build",
        "test": "react-scripts test",
        "eject": "react-scripts eject",
        "staging": "env-cmd -f .env.staging react-scripts build",
        "production": "env-cmd -f .env.production react-scripts build"
    },
    "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"
        ]
    }
}
