mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
34 lines
805 B
JSON
34 lines
805 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"development": "mix",
|
|
"watch": "mix watch",
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
"hot": "mix watch --hot",
|
|
"production": "mix --production"
|
|
},
|
|
"devDependencies": {
|
|
"ajv": "^8.3.0",
|
|
"axios": "^0.21",
|
|
"bootstrap-sass": "^3.4.1",
|
|
"cross-env": "^7.0",
|
|
"jquery": "^3.6.0",
|
|
"laravel-echo": "^1.10.0",
|
|
"laravel-mix": "^6.0.19",
|
|
"lodash": "^4.17.21",
|
|
"postcss": "^8.2.14",
|
|
"resolve-url-loader": "3.1.3",
|
|
"sass": "^1.32.12",
|
|
"sass-loader": "^11.0.1",
|
|
"socket.io": "^4.0.2",
|
|
"socket.io-client": "^4.0.2",
|
|
"sweetalert2": "^10.16.7",
|
|
"vue": "^2.6.12",
|
|
"vue-loader": "^15.9.6",
|
|
"vue-template-compiler": "^2.6.12"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "^1.10.4"
|
|
}
|
|
}
|