-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.12 KB
/
package.json
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": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build-css": "tailwindcss -i ./resources/css/input.css -o ./resources/css/app.css -w"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"axios": "^1.6.4",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^1.0",
"pusher-js": "^8.4.0-rc2",
"typescript": "^5.4.5",
"vite": "^5.0",
"vue-tsc": "^2.0.19"
},
"dependencies": {
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"apexcharts": "^3.49.1",
"autoprefixer": "^10.4.20",
"laravel-vue-pagination": "^4.1.3",
"pinia": "^2.1.7",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.11",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue-sweetalert2": "^5.0.10",
"vue-toast-notification": "^3.1.2",
"vue3-apexcharts": "^1.5.3",
"y-indexeddb": "^9.0.12",
"y-webrtc": "^10.3.0",
"y-websocket": "^2.0.4",
"yjs": "^13.6.19"
}
}