{
    "private": true,
    "scripts": {
        "dev": "vite",
        "build": "vite build",
        "serve": "vite preview",
        "watch": "mix watch",
        "prod": "yarn run production",
        "production": "mix --production"
    },
    "devDependencies": {
        "@vitejs/plugin-vue": "^2.1.0",
        "@vuedx/typescript-plugin-vue": "^0.7.4",
        "axios": "^0.21",
        "laravel-vite": "^0.0.24",
        "lodash": "^4.17.19",
        "ts-loader": "^9.2.6",
        "typescript": "^4.5.5",
        "vite": "^2.7.13"
    },
    "dependencies": {
        "@types/node": "^17.0.14",
        "@vue/compiler-sfc": "^3.2.29",
        "laravel-mix": "^6.0.41",
        "path": "^0.12.7",
        "vue": "^3.2.29",
        "vue-axios": "^3.4.0",
        "vue-loader": "^17.0.0",
        "vue-meta": "^3.0.0-alpha.9",
        "vue-router": "^4.0.3",
        "vue-sweetalert2": "^5.0.2",
        "vuex": "^4.0.0",
        "vuex-module-decorators": "^2.0.0"
    }
}
