{
    "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.27.2",
        "laravel-mix": "^6.0.49",
        "lodash": "^4.17.19",
        "postcss": "^8.1.14",
        "resolve-url-loader": "^5.0.0",
        "sass": "^1.52.3",
        "sass-loader": "^13.0.0"
    },
    "dependencies": {
        "@ant-design/icons": "^4.7.0",
        "@babel/preset-react": "^7.14.5",
        "@inertiajs/inertia": "^0.11.0",
        "@inertiajs/inertia-react": "^0.8.0",
        "@inertiajs/progress": "^0.2.7",
        "@material-ui/core": "^4.11.3",
        "@material-ui/icons": "^4.11.3",
        "@types/react": "^17.0.45",
        "antd": "^4.21.0",
        "bootstrap": "5.1",
        "clsx": "^1.1.1",
        "i18next": "^21.9.2",
        "i18next-browser-languagedetector": "^6.1.5",
        "i18next-http-backend": "^1.4.4",
        "laravel-react-i18n": "^1.0.3",
        "moment": "^2.29.3",
        "prop-types": "^15.7.2",
        "react": "^17.0.2",
        "react-data-table-component": "^7.4.5",
        "react-dom": "^17.0.2",
        "react-i18next": "^11.17.1",
        "react-quill": "^2.0.0",
        "recharts": "^2.1.6",
        "styled-components": "^5.3.3"
    }
}
