2016-12-07 17:07:07 -08:00
|
|
|
{
|
2021-06-10 13:18:15 -07:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "npm run development",
|
2021-06-11 21:54:29 -07:00
|
|
|
"development": "mix",
|
2021-06-10 13:18:15 -07:00
|
|
|
"watch": "mix watch",
|
|
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
|
|
"hot": "mix watch --hot",
|
|
|
|
"prod": "npm run production",
|
2021-06-11 21:54:29 -07:00
|
|
|
"production": "mix --production"
|
2021-06-10 13:18:15 -07:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.12"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-22 15:54:58 -07:00
|
|
|
"axios": "^0.27.2",
|
2021-06-10 13:18:15 -07:00
|
|
|
"babel-preset-latest": "^6.24.1",
|
2022-05-18 13:24:02 -07:00
|
|
|
"jquery": "<3.6.0",
|
2022-06-22 15:54:58 -07:00
|
|
|
"laravel-mix": "^6.0.49",
|
2021-06-10 13:18:15 -07:00
|
|
|
"lodash": "^4.17.20",
|
2021-12-24 11:17:36 -08:00
|
|
|
"postcss": "^8.4.5",
|
2021-06-10 13:18:15 -07:00
|
|
|
"vue": "2.4.4",
|
2021-06-11 21:54:29 -07:00
|
|
|
"vue-loader": "^15.9.7",
|
|
|
|
"vue-template-compiler": "2.4.4"
|
2021-06-10 13:18:15 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-07 14:22:08 -07:00
|
|
|
"@fortawesome/fontawesome-free": "^6.1.1",
|
2022-05-17 19:30:57 -07:00
|
|
|
"acorn": "^8.7.0",
|
2021-12-24 11:17:36 -08:00
|
|
|
"acorn-import-assertions": "^1.8.0",
|
2021-06-10 13:18:15 -07:00
|
|
|
"admin-lte": "^2.4.18",
|
|
|
|
"ajv": "^6.12.6",
|
|
|
|
"blueimp-file-upload": "^9.34.0",
|
|
|
|
"bootstrap": "^3.4.1",
|
|
|
|
"bootstrap-colorpicker": "^2.5.3",
|
|
|
|
"bootstrap-datepicker": "^1.9.0",
|
|
|
|
"bootstrap-less": "^3.3.8",
|
2022-06-22 15:54:58 -07:00
|
|
|
"bootstrap-table": "1.20.2",
|
2021-06-10 13:18:15 -07:00
|
|
|
"chart.js": "^2.9.4",
|
|
|
|
"css-loader": "^3.6.0",
|
|
|
|
"ekko-lightbox": "^5.1.1",
|
|
|
|
"icheck": "^1.0.2",
|
|
|
|
"imagemin": "^5.3.1",
|
|
|
|
"jquery-form-validator": "^2.3.79",
|
|
|
|
"jquery-slimscroll": "^1.3.8",
|
2022-05-17 19:30:57 -07:00
|
|
|
"jquery-ui": "^1.13.1",
|
2021-06-10 13:18:15 -07:00
|
|
|
"jquery-ui-bundle": "^1.12.1",
|
|
|
|
"jquery.iframe-transport": "^1.0.0",
|
2022-06-22 15:54:58 -07:00
|
|
|
"jspdf-autotable": "^3.5.24",
|
2021-12-24 11:17:36 -08:00
|
|
|
"less": "^4.1.2",
|
2021-06-11 21:54:29 -07:00
|
|
|
"less-loader": "^5.0.0",
|
2021-06-10 13:18:15 -07:00
|
|
|
"list.js": "^1.5.0",
|
|
|
|
"papaparse": "^4.3.3",
|
|
|
|
"select2": "4.0.13",
|
|
|
|
"sheetjs": "^2.0.0",
|
2022-05-12 22:14:09 -07:00
|
|
|
"tableexport.jquery.plugin": "1.26.0",
|
2021-06-10 13:18:15 -07:00
|
|
|
"tether": "^1.4.0",
|
2021-12-24 11:17:36 -08:00
|
|
|
"vue-resource": "^1.5.2",
|
2022-06-24 16:41:19 -07:00
|
|
|
"webpack": "^5.73.0"
|
2021-06-10 13:18:15 -07:00
|
|
|
}
|
2016-12-07 17:07:07 -08:00
|
|
|
}
|