diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-17 17:11:48 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-17 17:11:48 +0000 |
| commit | 6e21916395fac6861783c2b930b47242ac0f4c09 (patch) | |
| tree | 7ff0e48a5a47d18a25722e323f4945525dee26b7 /package.json | |
| parent | b944a576f7cd0b6ea0edb0251f01a29ce4e0e86e (diff) | |
| download | sql-plus-plus-6e21916395fac6861783c2b930b47242ac0f4c09.tar.xz sql-plus-plus-6e21916395fac6861783c2b930b47242ac0f4c09.zip | |
Switch table library to Tabulator
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
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" } } |