package.json 978 Bytes
{
    "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"
    },
    "dependencies": {
        "@inertiajs/inertia": "^0.8.7",
        "@inertiajs/inertia-vue": "^0.5.12",
        "@inertiajs/progress": "^0.2.6",
        "autoprefixer": "^10.3.7",
        "eslint": "^6.8.0",
        "eslint-plugin-vue": "^7.19.0",
        "laravel-mix": "^6.0.31",
        "lodash": "^4.17.21",
        "popper.js": "^1.16.0",
        "portal-vue": "^1.5.1",
        "postcss": "^8.3.9",
        "postcss-import": "^12.0.1",
        "postcss-nesting": "^7.0.1",
        "tailwindcss": "^2.2.16",
        "vue": "^2.6.14",
        "vue-loader": "^15.9.8",
        "vue-meta": "^2.3.1",
        "vue-template-compiler": "^2.6.14"
    }
}