-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.67 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.67 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build && php artisan erag:update-manifest",
"build:ssr": "vite build && vite build --ssr",
"dev": "vite",
"type-check": "vue-tsc --noEmit",
"format": "oxfmt --write resources/",
"format:check": "oxfmt --check resources/",
"lint": "oxlint . --fix"
},
"dependencies": {
"@capacitor/app": "^8.0.1",
"@capacitor/browser": "^8.0.1",
"@capacitor/core": "^8.1.0",
"@fontsource/ibm-plex-sans-arabic": "^5.2.8",
"@iconify/vue": "^5.0.0",
"@inertiajs/vue3": "^2.3.14",
"@internationalized/date": "^3.11.0",
"@ionic/vue": "^8.7.17",
"@ionic/vue-router": "^8.7.17",
"@tanstack/vue-table": "^8.21.3",
"@vue/server-renderer": "^3.5.28",
"@vueuse/components": "^14.2.1",
"@vueuse/core": "^14.2.1",
"@vueuse/motion": "^3.0.3",
"axios": "^1.13.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"compressorjs": "^1.2.1",
"dayjs": "^1.11.19",
"embla-carousel-vue": "^8.6.0",
"lucide-vue-next": "^0.563.0",
"motion-v": "^1.10.3",
"nprogress": "^0.2.0",
"reka-ui": "^2.8.0",
"tailwind-merge": "^3.4.0",
"vaul-vue": "^0.4.1",
"vue": "^3.5.28",
"vue-i18n": "^11.2.8",
"vue-router": "^5.0.2",
"vue-sonner": "^2.0.9",
"ziggy-js": "^2.6.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^11.0.3",
"@intlify/vue-i18n-loader": "^5.0.1",
"@playwright/test": "^1.58.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^25.2.3",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^6.0.4",
"concurrently": "^9.2.1",
"laravel-vite-plugin": "^2.1.0",
"oxfmt": "^0.28.0",
"oxlint": "^1.47.0",
"shadcn-vue": "^2.4.3",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^31.0.0",
"vite": "^7.3.1",
"vue-tsc": "^3.2.4",
"workbox-core": "^7.4.0",
"workbox-precaching": "^7.4.0",
"workbox-routing": "^7.4.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.57.1",
"@tailwindcss/oxide-linux-x64-gnu": "^4.1.18",
"lightningcss-linux-x64-gnu": "^1.31.1"
}
}