-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
70 lines (70 loc) · 2.12 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
61
62
63
64
65
66
67
68
69
70
{
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.6.3",
"@aws-sdk/client-bedrock-runtime": "^3.554.0",
"@codemirror/language": "^6.6.0",
"@codemirror/legacy-modes": "^6.3.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@google-cloud/aiplatform": "^3.18.0",
"@google/generative-ai": "^0.3.1",
"@headlessui/react": "^1.7.7",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.13",
"@microsoft/fetch-event-source": "^2.0.1",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.14",
"@mui/styled-engine-sc": "^5.11.11",
"@mui/styles": "^5.13.2",
"@mui/x-data-grid": "^6.18.1",
"@mui/x-data-grid-generator": "^6.18.1",
"@tailwindcss/forms": "^0.5.3",
"@types/auth0-js": "^9.21.0",
"@uiw/react-codemirror": "^4.19.10",
"@vercel/analytics": "^0.1.8",
"ai": "^3.0.19",
"auth0-js": "^9.21.0",
"azure-openai": "^0.9.4",
"crypto-js": "^4.2.0",
"echarts": "^5.4.2",
"echarts-for-react": "^3.0.2",
"eventsource-parser": "^0.0.5",
"json-view-for-react": "^2.0.1",
"markdown-to-jsx": "^7.4.1",
"mui-markdown": "^1.1.13",
"neo4j-driver": "^5.6.0",
"next": "^13.3.1",
"openai": "^4.29.2",
"parse-neo4j": "^0.6.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.0",
"react-hot-toast": "^2.4.0",
"react-json-view": "^1.21.3",
"react-router": "^6.13.0",
"react-router-dom": "^6.13.0",
"react-use-measure": "^2.1.1",
"styled-components": "^5.3.9",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^18.16.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}