aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: a6cbdfb01e449084f4dc1cf0060008947b2ddff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "private": true,
    "type": "module",
    "scripts": {
        "dev": "vite",
        "build": "vite build"
    },
    "devDependencies": {
        "axios": "^1.1.2",
        "laravel-vite-plugin": "^0.7.5",
        "vite": "^4.5.3"
    },
    "dependencies": {
        "@sentry/browser": "^8.33.0"
    }
}