-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.1 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
74
75
76
{
"name": "gpt-indexer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@google/generative-ai": "^0.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@react-three/drei": "^9.93.0",
"@react-three/fiber": "^8.15.14",
"@tanstack/react-query": "^5.24.6",
"@tanstack/react-query-devtools": "^5.24.6",
"@uiw/react-md-editor": "^3.25.6",
"@uploadthing/react": "^5.7.0",
"ai": "^3.0.2",
"axios": "^1.6.1",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.1",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.4.0",
"clsx": "^2.1.0",
"dompurify": "^3.1.0",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"formik": "^2.4.5",
"framer-motion": "^10.18.0",
"googleapis": "^129.0.0",
"konva": "^9.2.3",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"lucide-react": "^0.311.0",
"markdown-it": "^14.1.0",
"mongoose": "^8.0.0",
"next": "14.0.2",
"next-auth": "^4.24.5",
"next-themes": "^0.3.0",
"openai": "^4.54.0",
"react": "^18",
"react-calendar": "^4.6.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-intersection-observer": "^9.13.0",
"react-konva": "^18.2.10",
"react-leaflet": "^4.2.1",
"react-leaflet-draw": "^0.20.4",
"react-modal": "^3.16.1",
"react-multi-select-component": "^4.3.4",
"react-simple-maps": "^3.0.0",
"react-slider": "^2.0.6",
"server-only": "^0.0.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.160.0",
"uploadthing": "^5.7.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}