diff options
author | Marvin Borner | 2019-01-26 18:28:13 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-26 18:28:13 +0100 |
commit | 95c39ac875b7dda792057884d0901b9caad7c740 (patch) | |
tree | 197b618cf0a66a005790364ad206d56477c3d2fb /package.json | |
parent | e8c9f6873a2291958bad19329fb9b4a037f52c21 (diff) |
Reworked database and async methods
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 586c52b..8cdf26e 100644 --- a/package.json +++ b/package.json @@ -33,13 +33,13 @@ "eslint" ], "dependencies": { - "alasql": "^0.4.11", "babel-cli": "^6.26.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "body-parser": "^1.18.2", "bulma": "^0.7.2", + "dexie": "^2.0.4", "drag-drop": "^4.2.0", "ejs": "^2.6.1", "express": "^4.16.4", |