aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-09-13 10:11:49 -0400
committerbobzel <zzzman@gmail.com>2022-09-13 10:11:49 -0400
commit36b17b5b0878eeb2eb23fd4c5078e06fcc002aaf (patch)
tree33c1a3fb50381d09bf89bd43d869544a3c52c7b6 /package.json
parent7696d85b7b737a29cab189f4c65f395c5de132c7 (diff)
parentbb9f0d4dec849bdaf2d358d060707b2ed1ed677d (diff)
Merge branch 'sharing-jenny' of https://github.com/brown-dash/Dash-Web into sharing-jenny
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/package.json b/package.json
index 2e3ef0a07..ccbc73a79 100644
--- a/package.json
+++ b/package.json
@@ -66,17 +66,17 @@
"@types/prosemirror-view": "^1.23.1",
"@types/rc-switch": "^1.9.2",
"@types/react": "^18.0.15",
- "@types/react-icons": "^3.0.0",
- "@types/react-reconciler": "^0.26.4",
- "@types/react-transition-group": "^4.4.5",
"@types/react-autosuggest": "^9.3.14",
"@types/react-color": "^2.17.6",
"@types/react-datepicker": "^3.1.8",
"@types/react-dom": "^18.0.6",
"@types/react-grid-layout": "^1.3.2",
+ "@types/react-icons": "^3.0.0",
"@types/react-measure": "^2.0.8",
+ "@types/react-reconciler": "^0.26.4",
"@types/react-select": "^3.1.2",
"@types/react-table": "^6.8.9",
+ "@types/react-transition-group": "^4.4.5",
"@types/request": "^2.48.8",
"@types/request-promise": "^4.1.48",
"@types/rimraf": "^2.0.5",
@@ -84,6 +84,7 @@
"@types/shelljs": "^0.8.11",
"@types/socket.io": "^2.1.13",
"@types/socket.io-client": "^1.4.36",
+ "@types/socket.io-parser": "^3.0.0",
"@types/typescript": "^2.0.0",
"@types/uuid": "^3.4.10",
"@types/valid-url": "^1.0.3",
@@ -137,6 +138,7 @@
"@hig/theme-context": "^2.1.3",
"@hig/theme-data": "^2.23.1",
"@material-ui/core": "^4.12.3",
+ "@octokit/core": "^4.0.4",
"@react-google-maps/api": "^2.7.0",
"@react-three/fiber": "^6.2.3",
"@types/bezier-js": "^4.1.0",
@@ -272,6 +274,7 @@
"react-icons": "^4.3.1",
"react-jsx-parser": "^1.29.0",
"react-loading": "^2.0.3",
+ "react-markdown": "^8.0.3",
"react-measure": "^2.5.2",
"react-refresh-typescript": "^2.0.7",
"react-resizable": "^1.11.1",
@@ -281,6 +284,8 @@
"react-table": "^6.11.5",
"react-transition-group": "^4.4.2",
"readline": "^1.3.0",
+ "rehype-raw": "^6.1.1",
+ "remark-gfm": "^3.0.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"reveal.js": "^4.3.0",