snipe-it/package.json

62 lines
1.9 KiB
JSON
Raw Normal View History

2016-12-07 17:07:07 -08:00
{
2021-06-10 13:18:15 -07:00
"private": true,
"scripts": {
"contributors:add": "all-contributors add",
"contributors:check": "all-contributors check",
"contributors:generate": "all-contributors generate",
2021-06-10 13:18:15 -07:00
"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": {
"all-contributors-cli": "^6.26.1",
"axios": "^1.7.2",
2021-06-10 13:18:15 -07:00
"babel-preset-latest": "^6.24.1",
"jquery": "<3.6.0",
"laravel-mix": "^6.0.49",
2021-06-10 13:18:15 -07:00
"lodash": "^4.17.20",
2023-12-11 16:09:22 -08:00
"postcss": "^8.4.5"
2021-06-10 13:18:15 -07:00
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"acorn": "^8.11.2",
"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",
"bootstrap-datepicker": "^1.10.0",
2021-06-10 13:18:15 -07:00
"bootstrap-less": "^3.3.8",
"bootstrap-table": "1.22.5",
2021-06-10 13:18:15 -07:00
"chart.js": "^2.9.4",
"clipboard": "^2.0.11",
"css-loader": "^5.0.0",
2021-06-10 13:18:15 -07:00
"ekko-lightbox": "^5.1.1",
"imagemin": "^8.0.1",
2021-06-10 13:18:15 -07:00
"jquery-slimscroll": "^1.3.8",
"jquery-ui": "^1.13.3",
"jquery-validation": "^1.20.1",
"jquery.iframe-transport": "^1.0.0",
"jspdf-autotable": "^3.8.2",
"less": "^4.2.0",
"less-loader": "^6.0",
2021-06-10 13:18:15 -07:00
"list.js": "^1.5.0",
"morris.js": "github:morrisjs/morris.js",
"papaparse": "5.4.1",
2021-06-10 13:18:15 -07:00
"select2": "4.0.13",
"sheetjs": "^2.0.0",
2024-04-09 09:40:39 -07:00
"signature_pad": "^4.2.0",
"tableexport.jquery.plugin": "1.30.0",
2021-06-10 13:18:15 -07:00
"tether": "^1.4.0",
"webpack": "^5.92.0"
2021-06-10 13:18:15 -07:00
}
2016-12-07 17:07:07 -08:00
}