-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1012 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1012 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
32
33
34
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.6.4",
"laravel-echo": "^1.17.1",
"laravel-vite-plugin": "^1.0.0",
"pusher-js": "^8.4.0-rc2",
"sass": "^1.67.0",
"vite": "^5.0.0"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@inertiajs/vue3": "^1.0.11",
"@vitejs/plugin-vue": "^5.0.4",
"ant-design-vue": "^4.0.2",
"debounce": "^1.2.1",
"echarts": "^5.4.3",
"lodash": "^4.17.21",
"quill": "^2.0.2",
"vue3-lottie": "^3.1.0",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0"
}
}