summaryrefslogtreecommitdiff
path: root/package.json
blob: e8ba17f2ad7c662be7e23f9ed2d918b518bd02a7 (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.2"
    },
    "dependencies": {
        "@sentry/browser": "^7.40.0"
    }
}