{
    "name": "opcodesio-log-viewer",
    "author": "Arunas Skirius <arunas@belltastic.com>",
    "private": true,
    "repository": {
        "type": "git",
        "url": "https://github.com/opcodesio/log-viewer.git"
    },
    "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": {
        "@headlessui/vue": "^1.7.23",
        "@heroicons/vue": "^2.2.0",
        "@vueuse/core": "^9.12.0",
        "autoprefixer": "^10.4.7",
        "axios": "^1.17.0",
        "laravel-mix": "^6.0.49",
        "loader-utils": ">=2.0.3",
        "lodash": "^4.18.1",
        "pinia": "^2.3.1",
        "postcss": "^8.4.14",
        "resolve-url-loader": "^5.0.0",
        "sass": "^1.58.0",
        "sass-loader": "^13.2.0",
        "tailwindcss": "^3.1.6",
        "vue": "^3.5.37",
        "vue-loader": "^17.0.1",
        "vue-router": "^4.6.4",
        "vue-template-compiler": "^2.7.14",
        "webpack": "^5.104.1"
    }
}
