aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: a047e2684c2e110c7bbcab81dad5b2bf74f4ed0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "private": true,
    "type": "module",
    "scripts": {
        "build": "vite build",
        "dev": "vite"
    },
    "devDependencies": {
        "@tailwindcss/vite": "^4.0.0",
        "axios": "^1.7.4",
        "concurrently": "^9.0.1",
        "laravel-vite-plugin": "^1.2.0",
        "tailwindcss": "^4.0.0",
        "vite": "^6.0.11"
    }
}