Files
UNIT3D-Community-Edition/package.json
T
2024-03-20 22:47:16 -04:00

35 lines
876 B
JSON

{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@vitejs/plugin-vue2": "^2.3.1",
"ajv": "^8.10.0",
"alpinejs": "^3.13.7",
"axios": "^0.26.1",
"cross-env": "^7.0.3",
"dayjs": "^1.11.0",
"laravel-echo": "^1.16.0",
"laravel-echo-server": "^1.6.3",
"laravel-mix-purgecss": "^6.0.0",
"laravel-vite-plugin": "^1.0.2",
"postcss": "^8.4.38",
"prettier-plugin-blade": "^2.1.11",
"resolve-url-loader": "^5.0.0",
"sass": "^1.72.0",
"sass-loader": "^12.6.0",
"socket.io": "^2.4.0",
"socket.io-client": "^2.3.1",
"sweetalert2": "^11.10.6",
"virtual-select-plugin": "^1.0.42",
"vite": "^5.2.2",
"vite-plugin-static-copy": "^1.0.1",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14"
},
"type": "module"
}