mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
78 lines
2.3 KiB
JSON
78 lines
2.3 KiB
JSON
{
|
|
"name": "grocy",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@danielfarrell/bootstrap-combobox": "https://github.com/berrnd/bootstrap-combobox.git#master",
|
|
"@ericblade/quagga2": "^1.2.1",
|
|
"@fortawesome/fontawesome-free": "^5.14.0",
|
|
"@fullcalendar/bootstrap": "4.4.2",
|
|
"@fullcalendar/core": "4.4.2",
|
|
"@fullcalendar/daygrid": "4.4.2",
|
|
"@fullcalendar/list": "4.4.2",
|
|
"@fullcalendar/moment": "4.4.2",
|
|
"@fullcalendar/timegrid": "4.4.2",
|
|
"@rollup/plugin-eslint": "^8.0.1",
|
|
"animate.css": "^3.7.2",
|
|
"bootbox": "^5.3.2",
|
|
"bootstrap": "^4.5.2",
|
|
"bootstrap-select": "^1.13.18",
|
|
"bwip-js": "^3.0.1",
|
|
"chart.js": "^2.8.0",
|
|
"datatables.net": "^1.10.22",
|
|
"datatables.net-bs4": "^1.10.22",
|
|
"datatables.net-colreorder": "^1.5.2",
|
|
"datatables.net-colreorder-bs4": "^1.5.2",
|
|
"datatables.net-plugins": "^1.10.20",
|
|
"datatables.net-rowgroup": "^1.1.2",
|
|
"datatables.net-rowgroup-bs4": "^1.1.2",
|
|
"datatables.net-select": "^1.3.3",
|
|
"datatables.net-select-bs4": "^1.3.1",
|
|
"fullcalendar": "^3.10.1",
|
|
"gettext-translator": "2.1.0",
|
|
"jquery": "3.5.1",
|
|
"jquery-lazy": "^1.7.11",
|
|
"jquery-serializejson": "^2.9.0",
|
|
"moment": "^2.27.0",
|
|
"nosleep.js": "^0.11.0",
|
|
"sass": "^1.35.1",
|
|
"sprintf-js": "^1.1.2",
|
|
"startbootstrap-sb-admin": "4.0.0",
|
|
"summernote": "^0.8.18",
|
|
"swagger-ui-dist": "^3.32.1",
|
|
"tempusdominus-bootstrap-4": "https://github.com/mistressofjellyfish/bootstrap-4.git#master",
|
|
"timeago": "^1.6.7",
|
|
"toastr": "^2.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^19.0.0",
|
|
"@rollup/plugin-node-resolve": "^13.0.0",
|
|
"@rollup/stream": "1",
|
|
"autoprefixer": "^10.2.6",
|
|
"babel-core": "^6.26.3",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"browserslist": "^4.16.6",
|
|
"cssnano": "^5.0.6",
|
|
"glob": "^7.1.7",
|
|
"gulp": "^4.0.2",
|
|
"gulp-concat-css": "^3.1.0",
|
|
"gulp-dart-sass": "^1.0.2",
|
|
"gulp-if": "^3.0.0",
|
|
"gulp-postcss": "^9.0.0",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"gulp-zip": "^5.1.0",
|
|
"install": "^0.13.0",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"node-sass-tilde-importer": "^1.0.2",
|
|
"postcss": "^8.3.4",
|
|
"rollup": "^2.52.1",
|
|
"rollup-plugin-postcss": "^4.0.0",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --mode=development",
|
|
"publish": "webpack --mode=production"
|
|
}
|
|
}
|