-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 845 Bytes
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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^25.2.0",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"laravel-echo": "^2.3.0",
"laravel-vite-plugin": "^2.0.0",
"pusher-js": "^8.4.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.9.3",
"vite": "^7.0.7",
"vue-tsc": "^3.2.4"
},
"dependencies": {
"@inertiajs/vue3": "^2.3.13",
"@stripe/stripe-js": "^8.7.0",
"@types/dompurify": "^3.0.5",
"@vitejs/plugin-vue": "^6.0.3",
"dompurify": "^3.4.0",
"vue": "^3.5.27",
"vue-i18n": "^11.2.8"
}
}