mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
Snyk has created this PR to upgrade alpinejs from 3.4.0 to 3.4.1. See this package in npm: https://www.npmjs.com/package/alpinejs See this project in Snyk: https://app.snyk.io/org/hdvinnie/project/6b7b1de8-87b9-4ad8-af25-76e8662a0bbe?utm_source=github&utm_medium=referral&page=upgrade-pr
37 lines
887 B
JSON
37 lines
887 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.3",
|
|
"axios": "^0.21",
|
|
"bootstrap-sass": "^3.4.1",
|
|
"cross-env": "^7.0",
|
|
"jquery": "^3.6.0",
|
|
"laravel-echo": "^1.11.2",
|
|
"laravel-mix": "^6.0.31",
|
|
"lodash": "^4.17.21",
|
|
"postcss": "^8.3.6",
|
|
"resolve-url-loader": "4.0.0",
|
|
"sass": "^1.40.1",
|
|
"sass-loader": "^12.1.0",
|
|
"socket.io": "^2.4.0",
|
|
"socket.io-client": "^2.3.1",
|
|
"sweetalert2": "^11.1.5",
|
|
"vue": "^2.6.14",
|
|
"vue-loader": "^15.9.8",
|
|
"vue-template-compiler": "^2.6.14"
|
|
},
|
|
"dependencies": {
|
|
"alpinejs": "^3.4.1",
|
|
"dayjs": "^1.10.7",
|
|
"keen-slider": "^5.5.1",
|
|
"node-vibrant": "^3.1.6"
|
|
}
|
|
}
|