mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-04 18:50:38 -06:00
- Laravel Mix 6 (Webpack 5, PostCSS 8, Vue Loader and more) (Asset Compile Performance Increase)
34 lines
801 B
JSON
34 lines
801 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": "^7.0.2",
|
|
"axios": "^0.21",
|
|
"bootstrap-sass": "^3.4.1",
|
|
"cross-env": "^7.0",
|
|
"jquery": "^3.5.1",
|
|
"laravel-echo": "^1.10.0",
|
|
"laravel-mix": "^6.0.5",
|
|
"lodash": "^4.17.20",
|
|
"postcss": "^8.2.1",
|
|
"resolve-url-loader": "3.1.2",
|
|
"sass": "^1.30.0",
|
|
"sass-loader": "^10.1.0",
|
|
"socket.io": "^2.3.0",
|
|
"socket.io-client": "^2.3.1",
|
|
"sweetalert2": "^10.12.6",
|
|
"vue": "^2.6.12",
|
|
"vue-loader": "^15.9.6",
|
|
"vue-template-compiler": "^2.6.12"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "^1.9.8"
|
|
}
|
|
}
|