{
    "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",
        "lint": "eslint --cache --ext=js,ts,vue",
        "lint:fix": "eslint --cache --ext=js,ts,vue --fix",
        "prepare": "husky install"
    },
    "devDependencies": {
        "@monaco-editor/loader": "^1.3.3",
        "@tailwindcss/forms": "^0.5.3",
        "@volar-plugins/vetur": "^2.0.0",
        "autoprefixer": "^10.4.13",
        "axios": "^1.6.0",
        "cross-env": "^7.0.3",
        "eslint": "^8.34.0",
        "eslint-plugin-vue": "^9.9.0",
        "husky": "^8.0.3",
        "laravel-mix": "^6.0.0",
        "lint-staged": "^13.1.2",
        "lodash": "^4.17.21",
        "monaco-editor": "^0.39.0",
        "monaco-editor-webpack-plugin": "^7.0.1",
        "numeral": "^2.0.6",
        "portal-vue": "^2.1.7",
        "postcss": "^8.4.31",
        "splitpanes": "^2.4.1",
        "tailwindcss": "^3.2.7",
        "vue": "^2.6.12",
        "vue-json-pretty": "^1.9.4",
        "vue-loader": "^15.9.8",
        "vue-router": "^3.5.1",
        "vue-template-compiler": "^2.7.14",
        "vue-toasted": "^1.1.28"
    },
    "lint-staged": {
        "**/*.{js,ts,vue}": [
            "eslint --cache --fix"
        ],
        "**/*.php": [
            "./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php"
        ]
    }
}
