Files
opensourcepos/package.json
BudsieBuds 394883c813 Bootstrap 5 WIP
- work in progress build of conversion from bootstrap 3 to 5
2026-05-14 22:36:14 +02:00

87 lines
2.8 KiB
JSON

{
"name": "@opensourcepos/opensourcepos",
"version": "3.4.2",
"description": "Open Source Point of Sale is a web based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.",
"keywords": [
"point-of-sale",
"POS"
],
"homepage": "https://opensourcepos.org",
"bugs": {
"url": "https://github.com/opensourcepos/opensourcepos/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opensourcepos/opensourcepos.git"
},
"license": "MIT",
"contributors": [
"jekkos <jekkos - at - opensourcepos.org>",
"objecttothis <objecttothis - at - gmail.com>"
],
"files": [
"dist/opensourcepos.$version.tgz"
],
"type": "module",
"main": "index.php",
"scripts": {
"build": "gulp default",
"gulp": "gulp"
},
"dependencies": {
"bootstrap": "^5.3.8",
"bootstrap-daterangepicker": "^3.1.0",
"bootstrap-datetime-picker": "2.4.4",
"bootstrap-icons": "^1.13.1",
"bootstrap-notify": "github:BudsieBuds/bootstrap-notify#master",
"bootstrap-table": "^1.27.3",
"bootstrap-tagsinput-2021": "^0.8.6",
"bootstrap5-toggle": "^5.3.3",
"bootswatch": "^5.3.8",
"chartist": "^0.11.4",
"chartist-plugin-axistitle": "^0.0.7",
"chartist-plugin-barlabels": "^0.0.5",
"chartist-plugin-pointlabels": "^0.0.6",
"chartist-plugin-tooltips": "^0.0.17",
"clipboard": "^2.0.11",
"coffeescript": "^2.7.0",
"dompurify": "^3.4.0",
"elegant-circles": "github:opensourcepos/elegant-circles#minified",
"es6-promise": "^4.2.8",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"jasny-bootstrap": "^4.0.0",
"jquery": "^3.7.1",
"jquery-form": "^4.3.0",
"jquery-ui-dist": "^1.12.1",
"jquery-validation": "^1.19.5",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.7",
"tableexport.jquery.plugin": "^1.30.0",
"tom-select": "^2.6.1"
},
"devDependencies": {
"gulp": "^5.0.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^5.0.1",
"gulp-gzip": "^1.4.2",
"gulp-header": "^2.0.12",
"gulp-inject": "^5.0.5",
"gulp-rename": "^2.1.0",
"gulp-rev": "^12.0.0",
"gulp-run": "^1.7.1",
"gulp-tar": "^5.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^6.1.0",
"license-report": "^6.8.2",
"npm-check-updates": "^22.2.0",
"readable-stream": "^4.4.2",
"stream-series": "^0.1.1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}