45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npm run development",
|
|
"development": "mix",
|
|
"watch": "mix watch",
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
"hot": "mix watch --hot",
|
|
"prod": "npm run production",
|
|
"production": "mix --production"
|
|
},
|
|
"devDependencies": {
|
|
"@popperjs/core": "^2.10.2",
|
|
"admin-lte": "3.1.0",
|
|
"axios": "^0.25",
|
|
"bootstrap": "^4.6.0",
|
|
"jquery": "^3.6",
|
|
"laravel-mix": "^6.0.6",
|
|
"lodash": "^4.17.19",
|
|
"popper.js": "^1.16.1",
|
|
"postcss": "^8.1.14",
|
|
"resolve-url-loader": "^3.1.2",
|
|
"sass": "^1.15.2",
|
|
"sass-loader": "^8.0.0",
|
|
"vue": "^2.6.12",
|
|
"vue-loader": "^15.9.8",
|
|
"vue-template-compiler": "^2.6.12"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.13.1",
|
|
"bootstrap": "^4.0.0",
|
|
"datatables.net-dt": "^1.10.21",
|
|
"izitoast": "^1.4.0",
|
|
"jquery": "^3.2",
|
|
"jquery.nicescroll": "^3.7.6",
|
|
"jsrender": "^1.0.5",
|
|
"popper.js": "^1.12",
|
|
"select2": "^4.0.13",
|
|
"sweetalert": "^1.1.3",
|
|
"sweetalert2": "^11.10.8",
|
|
"vue": "^2.5.17",
|
|
"vue-template-compiler": "^2.6.12"
|
|
}
|
|
}
|