{
    "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": {
        "@tailwindcss/forms": "^0.3.1",
        "@tailwindcss/typography": "^0.4.0",
        "alpinejs": "^3.0.6",
        "axios": "^0.21",
        "laravel-mix": "^6.0.6",
        "lodash": "^4.17.19",
        "postcss": "^8.1.14",
        "postcss-import": "^14.0.1",
        "resolve-url-loader": "^4.0.0",
        "sass": "^1.35.2",
        "sass-loader": "^12.1.0",
        "tailwindcss": "^2.2.2"
    },
    "dependencies": {
        "@ckeditor/ckeditor5-build-classic": "^29.0.0",
        "@ckeditor/ckeditor5-ckfinder": "^29.0.0",
        "@fortawesome/fontawesome-free": "^5.15.3",
        "flatpickr": "^4.6.9",
        "jquery": "^3.6.0"
    }
}
