-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.41 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.41 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "knotes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@chatscope/chat-ui-kit-react": "^2.1.1",
"@chatscope/chat-ui-kit-styles": "^1.4.0",
"@elevenlabs/elevenlabs-js": "^2.20.1",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-regular-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"@google-cloud/text-to-speech": "^5.8.1",
"@google/genai": "^1.27.0",
"@uiw/react-markdown-preview": "^5.1.5",
"@uiw/react-md-editor": "^3.6.0",
"firebase": "^12.4.0",
"katex": "^0.16.25",
"lit": "^3.3.1",
"mermaid": "^11.12.0",
"next": "16.0.0",
"next-remove-imports": "^1.0.12",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-h5-audio-player": "^3.10.1",
"react-icons": "^5.5.0",
"recharts": "^3.3.0",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@serwist/build": "^9.2.1",
"@tailwindcss/postcss": "^4.1.16",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.0",
"serwist": "^9.2.1",
"tailwindcss": "^4.1.16",
"typescript": "^5"
}
}