-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 1.89 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
71
72
73
{
"name": "savepoint",
"version": "0.0.1",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.68",
"@auth0/nextjs-auth0": "^3.3.0",
"@aws-sdk/client-s3": "^3.490.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.8",
"@langchain/community": "^0.2.23",
"@mui/base": "5.0.0-beta.59",
"@mui/icons-material": "^6.1.4",
"@mui/material": "^6.1.4",
"@prisma/client": "^5.8.0",
"@react-three/drei": "^9.114.6",
"@react-three/fiber": "^8.17.10",
"@tailwindcss/typography": "^0.5.10",
"ai": "^3.4.16",
"aws-sdk": "^2.1500.0",
"bcryptjs": "^2.4.3",
"csv-parse": "^5.5.3",
"csv-stringify": "^6.4.5",
"d3-dsv": "^2.0.0",
"langchain": "^0.2.12",
"langsmith": "^0.1.40",
"mammoth": "^1.8.0",
"ml-pca": "^4.1.1",
"next": "^14.0.1",
"next-auth": "^5.0.0-beta.19",
"officeparser": "^4.1.1",
"pdf-parse": "^1.1.1",
"pgvector": "^0.1.7",
"prisma": "^5.8.0",
"prop-types": "15.8.1",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.53.1",
"react-markdown": "^9.0.1",
"three": "^0.167.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@aws-sdk/client-kendra": "^3.454.0",
"@aws-sdk/credential-providers": "^3.454.0",
"@types/bcryptjs": "^2",
"@types/d3-dsv": "^3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.167.1",
"autoprefixer": "^10.0.1",
"cors": "^2.8.5",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.6.3"
},
"volta": {
"node": "23.1.0",
"pnpm": "9.12.3"
}
}