-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.4 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
{
"name": "chatbotinnit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@azure/core-auth": "^1.7.2",
"@azure/openai": "^2.0.0-beta.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@types/pdf-parse": "^1.1.4",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.20",
"azure": "^2.3.1-preview",
"firebase": "^10.12.5",
"formidable": "^3.5.1",
"framer-motion": "^11.3.21",
"isomorphic-fetch": "^3.0.0",
"next": "^14.2.5",
"next-transpile-modules": "^10.0.1",
"node-fetch": "^3.3.2",
"openai": "^4.55.4",
"papaparse": "^5.4.1",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^4.5.136",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-icons": "^5.2.1",
"util": "^0.12.5",
"web-vitals": "^4.2.3",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@types/formidable": "^3.4.5",
"@types/isomorphic-fetch": "^0.0.39",
"@types/node": "^20",
"@types/papaparse": "^5.3.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"typescript": "^5"
}
}