1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-10-27 10:38:35 +03:00

chore: usage of @leon-ai/aurora

This commit is contained in:
Théo LUDWIG 2023-11-21 23:09:12 +01:00
parent 5f5cb1f55b
commit 364b74568e
No known key found for this signature in database
GPG Key ID: ADFE5A563D718F3B
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,9 @@
import { createRoot } from 'react-dom/client' import { createRoot } from 'react-dom/client'
import { createElement } from 'react' import { createElement } from 'react'
import parse from 'html-react-parser' import parse from 'html-react-parser'
import 'remixicon/fonts/remixicon.css'
import * as auroraComponents from './aurora' import '@leon-ai/aurora/style.css'
import * as auroraComponents from '@leon-ai/aurora'
export default class Chatbot { export default class Chatbot {
constructor() { constructor() {

View File

@ -73,6 +73,7 @@
"@ffprobe-installer/ffprobe": "1.4.1", "@ffprobe-installer/ffprobe": "1.4.1",
"@google-cloud/speech": "4.2.0", "@google-cloud/speech": "4.2.0",
"@google-cloud/text-to-speech": "3.2.1", "@google-cloud/text-to-speech": "3.2.1",
"@leon-ai/aurora": "1.0.0-beta.3",
"@nlpjs/builtin-microsoft": "4.22.7", "@nlpjs/builtin-microsoft": "4.22.7",
"@nlpjs/core-loader": "4.22.7", "@nlpjs/core-loader": "4.22.7",
"@nlpjs/lang-all": "4.22.12", "@nlpjs/lang-all": "4.22.12",
@ -84,7 +85,6 @@
"archiver": "6.0.1", "archiver": "6.0.1",
"async": "3.2.5", "async": "3.2.5",
"axios": "1.6.2", "axios": "1.6.2",
"classnames": "2.3.2",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"dayjs": "1.11.10", "dayjs": "1.11.10",
"dotenv": "16.3.1", "dotenv": "16.3.1",
@ -102,6 +102,7 @@
"pretty-ms": "7.0.1", "pretty-ms": "7.0.1",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"remixicon": "3.5.0",
"socket.io": "4.7.2", "socket.io": "4.7.2",
"socket.io-client": "4.7.2", "socket.io-client": "4.7.2",
"stt": "1.4.0", "stt": "1.4.0",