-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 814 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "latest",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@google/generative-ai": "^0.23.0",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"@reduxjs/toolkit": "^2.5.1",
"highlight.js": "^11.11.1",
"html2canvas": "^1.4.1",
"lodash.throttle": "^4.1.1",
"microsoft-cognitiveservices-speech-sdk": "^1.42.0",
"next": "15.1.6",
"openai": "^4.80.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.3",
"react-redux": "^9.2.0",
"react-scroll-to-bottom": "^4.2.0",
"react-syntax-highlighter": "^15.6.1"
}
}