Prototyped the barcode idea; Added a basic production system.

This commit is contained in:
Wynne Crisman
2019-10-07 15:51:50 -07:00
parent 8211da6b39
commit 2e57558ef4
50 changed files with 8949 additions and 782 deletions

View File

@@ -6,16 +6,24 @@
"build": "npm install --product && meteor build --architecture os.linux.x86_64 --server-only ../"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@babel/runtime": "^7.5.5",
"babel-runtime": "^6.18.0",
"csv-parse": "latest",
"csv-parse": "^4.4.6",
"d3": "^4.4.2",
"dom-to-image": "latest",
"dragula": "^3.7.2",
"jquery": "^3.1.1",
"file-saver": "^2.0.2",
"jquery": "^3.4.1",
"jquery-mousewheel": "^3.1.13",
"jsbarcode": "^3.11.0",
"jspdf": "^1.5.3",
"malihu-custom-scrollbar-plugin": "latest",
"meteor-node-stubs": "^0.2.4",
"meteor-node-stubs": "^0.4.1",
"nocache": "^2.1.0",
"properties-reader": "0.0.15",
"puppeteer": "^1.20.0",
"pure-svg-code": "^1.0.6",
"qrcode-svg": "^1.0.0",
"simpl-schema": "latest",
"sweetalert2": "^6.3.8"
}