{
    "private": true,
    "scripts": {
        "dev": "npm run development",
        "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
        "watch": "npm run development -- --watch",
        "watch-poll": "npm run watch -- --watch-poll",
        "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
        "prod": "npm run production",
        "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
    },
    "devDependencies": {
        "@babel/preset-react": "^7.17.12",
        "axios": "^0.21",
        "bootstrap": "^4.0.0",
        "browser-sync": "^2.27.11",
        "browser-sync-webpack-plugin": "^2.0.1",
        "cross-env": "^7.0",
        "jquery": "^3.2",
        "laravel-mix": "^5.0.1",
        "lodash": "^4.17.19",
        "popper.js": "^1.12",
        "postcss-custom-properties": "^12.1.11",
        "react": "^16.2.0",
        "react-dom": "^16.2.0",
        "resolve-url-loader": "^2.3.1",
        "sass": "^1.15.2",
        "sass-loader": "^8.0.0",
        "tailwindcss": "^3.2.7",
        "webpack-livereload-plugin": "^1.2.0"
    },
    "dependencies": {
        "@babel/plugin-syntax-dynamic-import": "^7.8.3",
        "@fortawesome/fontawesome-free": "^6.2.1",
        "@inertiajs/inertia": "^0.11.1",
        "@inertiajs/inertia-react": "^0.8.1",
        "@inertiajs/progress": "^0.2.7",
        "@metamask/detect-provider": "^2.0.0",
        "@nextui-org/react": "*",
        "@reduxjs/toolkit": "^1.9.1",
        "date-fns": "^2.29.3",
        "dotenv": "^6.2.0",
        "ethers": "^5.7.2",
        "flatted": "^3.2.7",
        "hero-slider": "^3.1.0",
        "laravel-echo": "^1.8.0",
        "mdb-react-ui-kit": "^5.1.0",
        "pusher-js": "^6.0.3",
        "react-aspect-ratio": "^1.1.4",
        "react-easy-edit": "^1.15.0",
        "react-html-parser": "^2.0.2",
        "react-icons": "^4.7.1",
        "react-image-gallery": "^1.2.11",
        "react-loading-overlay": "^1.0.1",
        "react-modern-drawer": "^1.2.0",
        "react-multi-carousel": "^2.8.2",
        "react-rating-stars-component": "^2.2.0",
        "react-redux": "^8.0.5",
        "react-sidebar": "^3.0.2",
        "react-toastify": "^8.0.0",
        "redux": "^4.2.0",
        "redux-persist": "^6.0.0",
        "redux-thunk": "^2.4.2",
        "vue-template-compiler": "^2.7.14",
        "web3": "^1.8.1"
    }
}
