summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-21 12:30:57 -0400
committerJules Laplace <jules@okfoc.us>2017-04-21 12:30:57 -0400
commit5028ad81845308f3b1954dcc1fde664077fa0fa9 (patch)
tree2e999beb6df2b3d8c4ccf70aa5a460c2374adb4b /package.json
parent4c8c80162a60231b0254abcce8a336447c3a3416 (diff)
scaffolding
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9a96000..02e053c 100644
--- a/package.json
+++ b/package.json
@@ -14,16 +14,22 @@
"license": "UNLICENSED",
"dependencies": {
"body-parser": "^1.17.1",
+ "bookshelf": "^0.10.3",
+ "csv-stringify": "^1.0.4",
+ "dotenv": "^4.0.0",
"express": "^4.15.2",
"express-basic-auth": "^1.0.1",
+ "knex": "^0.12.9",
"mysql": "^2.13.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
- "serve-favicon": "^2.4.2"
+ "serve-favicon": "^2.4.2",
+ "superagent": "^3.5.2"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
+ "babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack": "^2.4.1"