-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "gaeld-app",
"private": true,
"type": "module",
"packageManager": "pnpm@11.20.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"qa:staging": "node scripts/qa/staging-runner.mjs"
},
"devDependencies": {
"@inertiajs/vue3": "^3.7.0",
"@playwright/test": "^1.55.0",
"@sentry/vite-plugin": "^5.4.0",
"@tailwindcss/vite": "^4.3.3",
"@vitejs/plugin-vue": "^6.0.8",
"autoprefixer": "^10.5.5",
"laravel-vite-plugin": "^3.2.0",
"postcss": "^8.5.28",
"tailwindcss": "^4.3.3",
"vite": "^8.2.2"
},
"dependencies": {
"@simplewebauthn/browser": "^14.0.0",
"axios": "^1.20.0",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^1.0.0",
"maska": "^3.2.1",
"tailwind-merge": "^3.6.0",
"vanilla-cookieconsent": "^3.1.0",
"vue": "^3.5.42",
"vue-chartjs": "^5.3.4",
"zod": "^4.5.4"
}
}