-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.47",
"pusher-js": "^8.4.0-rc2",
"tailwindcss": "^3.4.14",
"vite": "^8.0.0",
"vue": "^3.4.0"
},
"dependencies": {
"@nguyenvanlong/vue3-chat-emoji": "^0.1.4",
"@vee-validate/zod": "^4.14.6",
"@vueuse/core": "^11.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"livekit-client": "^2.17.3",
"lucide-vue-next": "^0.454.0",
"moment": "^2.30.1",
"radix-vue": "^1.9.8",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.14.6",
"zod": "^3.23.8"
}
}