{
    "private": true,
    "scripts": {
        "admin-watch": "mix watch",
        "admin-prod": "mix --production",
        "dev": "vite",
        "build": "vite build",
        "serve": "php artisan serve",
        "start": "concurrently \"npm run serve\" \"npm run dev\""
    },
    "devDependencies": {
        "axios": "^0.21.4",
        "bootstrap": "^4.6.2",
        "browser-sync": "^2.27.11",
        "concurrently": "^9.2.1",
        "cross-env": "^5.2.1",
        "jquery": "^3.5.1",
        "laravel-vite-plugin": "^3.0.1",
        "lodash": "^4.17.21",
        "popper.js": "^1.16.1",
        "postcss": "8.3.1",
        "resolve-url-loader": "3.1.2",
        "sass": "^1.98.0",
        "vite": "^8.0.3",
        "vue-template-compiler": "^2.7.8"
    },
    "dependencies": {
        "@tinymce/tinymce-vue": "^3.2.0",
        "bootbox": "^5.5.3",
        "core-js": "^2.6.11",
        "font-awesome": "^4.7.0",
        "he-tree-vue": "^1.1.2",
        "ionicons": "^4.6.3",
        "style-loader": "^0.23.1",
        "vue": "^2.7.8",
        "vue-form-generator": "^2.3.4",
        "vue-select": "^3.20.0",
        "vuedraggable": "^2.23.2"
    }
}
