{
    "private": true,
    "scripts": {
        "dev": "npm run development",
        "development": "mix",
        "watch": "mix watch",
        "watch-poll": "mix watch -- --watch-options-poll=1000",
        "hot": "mix watch --hot",
        "prod": "npm run production",
        "production": "mix --production"
    },
    "devDependencies": {
        "axios": "^0.21",
        "laravel-mix": "^6.0.6",
        "lodash": "^4.17.19",
        "postcss": "^8.1.14",
        "resolve-url-loader": "^4.0.0",
        "sass": "^1.44.0",
        "sass-loader": "^12.1.0"
    },
    "dependencies": {
        "@babel/preset-react": "^7.14.5",
        "@inertiajs/inertia": "^0.10.1",
        "@inertiajs/inertia-react": "^0.7.1",
        "@material-ui/core": "^4.11.3",
        "@material-ui/icons": "^4.11.2",
        "@types/react": "^17.0.24",
        "antd": "^4.17.2",
        "bootstrap": "5.1",
        "clsx": "^1.1.1",
        "moment": "^2.29.4",
        "prop-types": "^15.7.2",
        "react": "^17.0.2",
        "react-data-table-component": "^7.4.5",
        "react-dom": "^17.0.2",
        "recharts": "^2.1.14",
        "styled-components": "^5.3.3"
    }
}
