-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.65 KB
/
Copy pathpackage.json
File metadata and controls
118 lines (118 loc) · 3.65 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "candace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ngrok": "ngrok http --domain=evident-crayfish-ready.ngrok-free.app 3000"
},
"dependencies": {
"@azure/identity": "^4.4.1",
"@langchain/core": "^0.2.9",
"@langchain/openai": "^0.2.0",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@portabletext/react": "^3.0.4",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@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.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/themes": "^2.0.2",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-table": "^8.10.7",
"@tiptap/extension-highlight": "^2.5.1",
"@tiptap/extension-placeholder": "^2.5.1",
"@tiptap/extension-strike": "^2.5.1",
"@tiptap/extension-underline": "^2.5.1",
"@tiptap/pm": "^2.5.1",
"@tiptap/react": "^2.5.1",
"@tiptap/starter-kit": "^2.5.1",
"@types/mailparser": "^3.4.4",
"autoprefixer": "10.4.14",
"bufferutil": "^4.0.8",
"canvas": "^2.11.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^1.0.0",
"cookies-next": "^4.2.1",
"crypto": "^1.0.1",
"date-fns-tz": "^3.1.3",
"dom-serializer": "^2.0.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"framer-motion": "^10.16.5",
"fuzzysort": "^3.0.2",
"gmail-api-parse-message": "^2.1.2",
"googleapis": "^126.0.1",
"html-react-parser": "^5.1.12",
"html-to-text": "^9.0.5",
"htmlparser2": "^9.1.0",
"isomorphic-dompurify": "^1.9.0",
"isomorphic-fetch": "^3.0.0",
"jose": "^5.6.3",
"langchain": "^0.2.6",
"lucide-react": "^0.265.0",
"mailparser": "^3.6.6",
"next": "^13.5.4",
"next-connect": "^1.0.0",
"nodemailer": "^6.9.13",
"openai": "^4.52.0",
"postcss": "8.4.24",
"quill": "^1.3.7",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.5",
"react-hotjar": "^6.3.1",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.8.1",
"react-quill": "^2.0.0",
"react-toastify": "^10.0.4",
"sanitize-html": "^2.11.0",
"styled-components": "5.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"tiktoken": "^1.0.13",
"typescript": "5.1.3",
"utf-8-validate": "^6.0.3",
"uuid": "^9.0.1",
"ws": "^8.16.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.1",
"zustand": "^4.4.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^5.49.0",
"@types/dompurify": "^3.0.5",
"@types/html-to-text": "^9.0.4",
"@types/node": "^20.9.3",
"@types/nodemailer": "^6.4.15",
"@types/quill": "^2.0.14",
"@types/react": "^18.2.38",
"@types/react-color": "^3.0.10",
"@types/react-dom": "^18.2.16",
"@types/sanitize-html": "^2.9.5",
"@types/uuid": "^9.0.7",
"axios": "^1.7.2",
"encoding": "^0.1.13"
}
}