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": {
|
2023-04-25 22:12:47 -07:00
|
|
|
"@fortawesome/fontawesome-free": "^6.4.0",
|
2023-07-10 12:06:57 -07:00
|
|
|
"acorn": "^8.9.0",
|
2023-06-08 00:48:18 -07:00
|
|
|
"acorn-import-assertions": "^1.9.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",
|
2023-06-08 00:48:18 -07:00
|
|
|
"bootstrap-datepicker": "^1.10.0",
|
2021-06-10 13:18:15 -07:00
|
|
|
"bootstrap-less": "^3.3.8",
|
2023-07-10 11:59:08 -07:00
|
|
|
"bootstrap-table": "1.22.0",
|
2021-06-10 13:18:15 -07:00
|
|
|
"chart.js": "^2.9.4",
|
2023-01-04 14:00:04 -08:00
|
|
|
"css-loader": "^4.0.0",
|
2021-06-10 13:18:15 -07:00
|
|
|
"ekko-lightbox": "^5.1.1",
|
2022-07-22 17:26:47 -07:00
|
|
|
"imagemin": "^8.0.1",
|
2021-06-10 13:18:15 -07:00
|
|
|
"jquery-slimscroll": "^1.3.8",
|
2022-07-18 17:27:54 -07:00
|
|
|
"jquery-ui": "^1.13.2",
|
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",
|
2023-05-01 17:05:10 -07:00
|
|
|
"less-loader": "^6.0",
|
2021-06-10 13:18:15 -07:00
|
|
|
"list.js": "^1.5.0",
|
2023-05-01 17:05:10 -07:00
|
|
|
"morris.js": "github:morrisjs/morris.js",
|
2021-06-10 13:18:15 -07:00
|
|
|
"papaparse": "^4.3.3",
|
|
|
|
"select2": "4.0.13",
|
|
|
|
"sheetjs": "^2.0.0",
|
2023-04-15 20:45:35 -07:00
|
|
|
"tableexport.jquery.plugin": "1.27.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",
|
2023-07-10 12:16:09 -07:00
|
|
|
"webpack": "^5.87.0"
|
2021-06-10 13:18:15 -07:00
|
|
|
}
|
2016-12-07 17:07:07 -08:00
|
|
|
}
|