aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-17 17:11:48 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-17 17:11:48 +0000
commit6e21916395fac6861783c2b930b47242ac0f4c09 (patch)
tree7ff0e48a5a47d18a25722e323f4945525dee26b7 /package.json
parentb944a576f7cd0b6ea0edb0251f01a29ce4e0e86e (diff)
downloadsql-plus-plus-6e21916395fac6861783c2b930b47242ac0f4c09.tar.xz
sql-plus-plus-6e21916395fac6861783c2b930b47242ac0f4c09.zip
Switch table library to Tabulator
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8a1c25e..ae1958c 100644
--- a/package.json
+++ b/package.json
@@ -11,10 +11,11 @@
"license": "GPL-3.0",
"devDependencies": {
"codemirror": "5.33.0",
- "datatables": "1.10.13",
"electron": "~1.7.8",
"jquery": "3.3.1",
"pg": "7.4.1",
- "split.js": "1.3.5"
+ "split.js": "1.3.5",
+ "jquery-ui": "1.12.1",
+ "jquery.tabulator": "3.4.2"
}
}