diff options
| author | bobzel <zzzman@gmail.com> | 2023-04-17 15:18:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-17 15:18:05 -0400 |
| commit | 57983d95ceeb364e3e0a282daea13035114ddb3f (patch) | |
| tree | e85522f4205899a375d00175c780d0bd8f4380b9 /package.json | |
| parent | 8619a61dd33cdbfa1b8fe3e762306bbf52dbcbad (diff) | |
| parent | c2d3e35ff0ce5200776f31bc5030dc3041d19371 (diff) | |
Merge pull request #166 from brown-dash/pres-trail-sophie
Generative AI Text/Image
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 0f9fc4895..c1ff9fe92 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,7 @@ "@types/react-select": "^3.1.2", "@types/react-table": "^6.8.9", "@types/react-transition-group": "^4.4.5", + "@types/react-typist": "^2.0.3", "@types/request": "^2.48.8", "@types/request-promise": "^4.1.48", "@types/rimraf": "^2.0.5", @@ -245,6 +246,7 @@ "nodemon": "^1.19.4", "normalize.css": "^8.0.1", "npm": "^6.14.18", + "openai": "^3.1.0", "p-limit": "^2.2.0", "passport": "^0.4.0", "passport-google-oauth20": "^2.0.0", @@ -293,6 +295,7 @@ "react-select": "^3.2.0", "react-table": "^6.11.5", "react-transition-group": "^4.4.2", + "react-typist": "^2.0.5", "readline": "^1.3.0", "recharts": "^2.1.12", "rehype-raw": "^6.1.1", |
