-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.46 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
53
54
55
56
57
58
59
60
{
"name": "chatbot",
"version": "0.1.0",
"private": true,
"dependencies": {
"@clayui/alert": "^3.111.0",
"@clayui/button": "^3.113.0",
"@clayui/core": "^3.113.0",
"@clayui/css": "^3.113.0",
"@clayui/drop-down": "^3.113.0",
"@clayui/form": "^3.113.0",
"@clayui/icon": "^3.111.0",
"@clayui/loading-indicator": "^3.111.0",
"@clayui/modal": "^3.113.0",
"@clayui/panel": "^3.113.0",
"@clayui/toolbar": "^3.113.0",
"@clayui/tooltip": "^3.113.0",
"@google-cloud/bigquery": "^7.5.2",
"@google/generative-ai": "^0.6.0",
"@langchain/google-genai": "^0.0.11",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"langchain": "^0.1.36",
"marked": "^12.0.1",
"react": "^16.12.0",
"react-dom": "16.12",
"react-scripts": "^5.0.1",
"recharts": "^2.12.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
}
}