summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-21 16:03:11 -0400
committerJules Laplace <jules@okfoc.us>2017-04-21 16:03:11 -0400
commitef83dba4a83e23e38b67ee31b79e79c9e25a003d (patch)
treebe0e65ee556d215796f6c64e3df7d8adb5c51554 /package.json
parent5028ad81845308f3b1954dcc1fde664077fa0fa9 (diff)
display orders per product, download as csv
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 02e053c..846d80e 100644
--- a/package.json
+++ b/package.json
@@ -15,11 +15,13 @@
"dependencies": {
"body-parser": "^1.17.1",
"bookshelf": "^0.10.3",
+ "browser-saveas": "^1.0.1",
"csv-stringify": "^1.0.4",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"express-basic-auth": "^1.0.1",
"knex": "^0.12.9",
+ "lodash": "^4.17.4",
"mysql": "^2.13.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",