{
    "private": true,
    "type": "module",
    "scripts": {
        "dev": "vite",
        "build": "vite build",
        "watch": "vite build --watch",
        "build:dist": "grunt --gruntfile Gruntfile.cjs build"
    },
    "overrides": {
        "sucrase": "3.34.0"
    },
    "devDependencies": {
        "@inertiajs/vue3": "^1.0.0",
        "@tailwindcss/forms": "^0.5.2",
        "@tailwindcss/typography": "^0.5.2",
        "@vitejs/plugin-vue": "^4.5.0",
        "autoprefixer": "^10.4.7",
        "axios": "^1.6.4",
        "grunt": "^1.6.1",
        "grunt-cli": "^1.4.3",
        "grunt-contrib-clean": "^2.0.1",
        "grunt-contrib-compress": "^2.0.0",
        "grunt-contrib-copy": "^1.0.0",
        "laravel-vite-plugin": "^1.0.0",
        "postcss": "^8.4.14",
        "sass": "^1.101.0",
        "tailwindcss": "^3.1.0",
        "ts-interface-checker": "^0.1.13",
        "vite": "^5.0.0",
        "vue": "^3.2.31"
    },
    "dependencies": {
        "@primevue/themes": "^4.5.4",
        "@simonwep/pickr": "^1.9.1",
        "chart.js": "^4.5.1",
        "primeicons": "^7.0.0",
        "primevue": "^4.5.5",
        "vuedraggable": "^4.1.0"
    }
}
