mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-17 02:20:58 -05:00
30 lines
694 B
JSON
30 lines
694 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"alpinejs": "^3.14.8",
|
|
"axios": "^1.7.9",
|
|
"chart.js": "^4.4.7",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"dayjs": "^1.11.13",
|
|
"laravel-echo": "^1.17.1",
|
|
"laravel-echo-server": "^1.6.3",
|
|
"sass-embedded": "1.82.0",
|
|
"socket.io": "2.4.0",
|
|
"socket.io-client": "2.3.1",
|
|
"sweetalert2": "^11.15.10",
|
|
"virtual-select-plugin": "^1.0.46"
|
|
},
|
|
"devDependencies": {
|
|
"laravel-vite-plugin": "^2.0.1",
|
|
"prettier": "3.7.4",
|
|
"prettier-plugin-blade": "2.0.0",
|
|
"vite": "^8.0.0",
|
|
"vite-plugin-static-copy": "^3.1.4"
|
|
},
|
|
"type": "module"
|
|
}
|