aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-02-01 01:05:31 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-02-01 01:05:31 -0500
commitd12625a3a3e241d80ce3fe8e577ba8a41320b189 (patch)
treee42e3a86134d11f1bfa09eaa66200ffc88b86a8f /package.json
parentee6e9bb0165e20e717140d2601b3de53d0c5380b (diff)
Changed formatting setting, added very basic generic FieldView, and added Schema view
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 3dfa158d8..846a8e2a3 100644
--- a/package.json
+++ b/package.json
@@ -37,6 +37,7 @@
"@types/prosemirror-state": "^1.2.1",
"@types/prosemirror-transform": "^1.1.0",
"@types/prosemirror-view": "^1.3.0",
+ "@types/react-table": "^6.7.21",
"@types/uuid": "^3.4.4",
"flexlayout-react": "^0.3.3",
"golden-layout": "^1.5.9",
@@ -59,6 +60,7 @@
"react-golden-layout": "^1.0.6",
"react-jsx-parser": "^1.13.0",
"react-mosaic": "0.0.20",
+ "react-table": "^6.9.0",
"uuid": "^3.3.2"
}
}