-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
39
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.15",
"@soketi/soketi": "~1.5.0",
"@tailwindcss/forms": "^0.5.7",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"laravel-vite-plugin": "^1.0.1",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.1.4",
"vue": "^3.4.20"
},
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@ant-design/icons-vue": "^7.0.1",
"ant-design-vue": "^4.1.2",
"apexcharts": "^3.48.0",
"dayjs": "^1.11.10",
"gsap": "^3.12.5",
"laravel-echo": "^1.16.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"notifyjs-browser": "^0.4.2",
"pinia": "^2.1.7",
"pusher-js": "8.4.0-rc2",
"unplugin-vue-components": "^0.26.0",
"vue-toast-notification": "^3.1.2",
"vue-toasted": "^1.1.28",
"vue3-apexcharts": "^1.5.2"
}
}