Browse Source

Update package.json

Simon Biggs 5 years ago
parent
commit
998d60b825
1 changed files with 4 additions and 1 deletions
  1. 4 1
      examples/app/package.json

+ 4 - 1
examples/app/package.json

@@ -37,7 +37,10 @@
     "@jupyterlab/theme-dark-extension": "^2.0.0-alpha.4",
     "@jupyterlab/theme-light-extension": "^2.0.0-alpha.4",
     "@jupyterlab/tooltip-extension": "^2.0.0-alpha.4",
-    "es6-promise": "~4.2.6"
+    "@jupyterlab/ui-components-extension": "^2.0.0-alpha.4",
+    "es6-promise": "~4.2.6",
+    "react": "~16.8.4",
+    "react-dom": "~16.8.4"
   },
   "devDependencies": {
     "css-loader": "~2.1.1",