-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.28 KB
/
package.json
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
51
52
{
"name": "ragbot-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.18.0",
"@types/node": "^20.8.10",
"ai": "^3.0.12",
"bun": "^1.0.35",
"deepl-node": "^1.12.0",
"geist": "^1.2.2",
"genanki": "^0.1.1",
"langchain": "^0.0.179",
"lodash": "^4.17.21",
"mixpanel-browser": "^2.49.0",
"next": "^14.1.4",
"openai": "^4.14.2",
"random": "^4.1.0",
"react": "^18",
"react-div-100vh": "^0.7.0",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.0",
"react-textarea-autosize": "^8.5.3",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.26.3",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"styled-components": "^6.1.8",
"ts-node": "^10.9.1",
"typescript": "5.2.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@types/mixpanel-browser": "^2.49.0",
"@types/react": "^18.2.37",
"autoprefixer": "^10",
"dotenv": "^16.3.1",
"eslint": "^8",
"eslint-config-next": "13.5.5",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8",
"tailwindcss": "^3"
}
}