Files
UNIT3D-Community-Edition/package.json
2021-06-27 00:53:01 -04:00

36 lines
862 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.6.0",
"axios": "^0.21",
"bootstrap-sass": "^3.4.1",
"cross-env": "^7.0",
"jquery": "^3.6.0",
"laravel-echo": "^1.11.0",
"laravel-mix": "^6.0.25",
"lodash": "^4.17.21",
"postcss": "^8.3.5",
"resolve-url-loader": "4.0.0",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"socket.io": "^2.4.0",
"socket.io-client": "^2.3.1",
"sweetalert2": "^11.0.18",
"vue": "^2.6.14",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"dayjs": "^1.10.5",
"keen-slider": "^5.5.1",
"node-vibrant": "^3.1.6"
}
}