Added a Sales Sheet page along with other changes.

This commit is contained in:
Wynne Crisman
2017-05-09 13:51:26 -07:00
parent 184ce1133f
commit e1b0b19589
39 changed files with 3581 additions and 5610 deletions

View File

@@ -3,15 +3,17 @@
"private": true,
"scripts": {
"start": "meteor run",
"build": "meteor build --server-only ../"
"build": "npm install --product && meteor build --architecture os.linux.x86_64 --server-only ../"
},
"dependencies": {
"babel-runtime": "^6.18.0",
"csv-parse": "latest",
"d3": "^4.4.2",
"dragula": "^3.7.2",
"jquery": "^3.1.1",
"meteor-node-stubs": "^0.2.4",
"properties-reader": "0.0.15",
"simpl-schema": "0.0.3"
"simpl-schema": "0.0.3",
"sweetalert2": "^6.3.8"
}
}