{
    "name": "prediction_api",
    "version": "1.0.0",
    "description": "Togwe project for prediction API",
    "scripts": {
        "start": "react-scripts start",
        "build": "react-scripts build",
        "test": "react-scripts test",
        "eject": "react-scripts eject"
    },
    "dependencies": {
        "@popperjs/core": "^2.11.8",
        "axios": "^1.7.7",
        "bootstrap": "^5.3.3",
        "js-cookie": "^3.0.5",
        "react": "^18.0.0",
        "react-dom": "^18.0.0",
        "react-helmet-async": "^2.0.5",
        "react-hook-form": "^7.54.2",
        "react-infinite-scroll-component": "^6.1.0",
        "react-owl-carousel": "^2.3.3",
        "react-router-dom": "^6.28.0",
        "react-scripts": "^5.0.1",
        "react-transition-group": "^4.4.5",
        "socket.io-client": "^4.8.1"
    },
    "browser": {
        "http": false,
        "https": false
    },
    "browserslist": {
        "production": [
            ">0.2%",
            "not dead",
            "not op_mini all"
        ],
        "development": [
            "last 1 chrome version",
            "last 1 firefox version",
            "last 1 safari version"
        ]
    }
}
