-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.72 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
{
"name": "gpt-one",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/firebase-adapter": "^1.0.0",
"@auth/supabase-adapter": "^0.1.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@mui/material": "^5.11.4",
"@mui/x-data-grid": "^6.6.0",
"@next/font": "13.1.1",
"@notionhq/client": "^2.2.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-tabs": "^1.0.4",
"@stripe/stripe-js": "^1.53.0",
"@supabase/supabase-js": "^2.26.0",
"@tailwindcss/forms": "^0.5.3",
"chartjs": "^0.3.24",
"components": "^0.1.0",
"daisyui": "^2.51.6",
"docx": "^8.0.1",
"dom": "^0.0.3",
"dompurify": "^3.0.3",
"fhirclient": "^2.3.11",
"file-saver": "^2.0.5",
"firebase": "^9.22.2",
"firebase-admin": "^11.9.0",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.4",
"googleapis": "^118.0.0",
"knex": "^2.4.2",
"lottie-react": "^2.4.0",
"markdown-to-txt": "^2.0.1",
"next": "13.1.1",
"next-auth": "^4.22.1",
"next-rest-framework": "^0.7.1",
"node-fetch": "^3.3.1",
"notion": "^0.0.1",
"openai": "^3.2.1",
"pg": "^8.10.0",
"prisma": "^4.11.0",
"react": "18.2.0",
"react-collapse": "^5.1.1",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.4",
"survey-core": "^1.9.89",
"survey-react-ui": "^1.9.89",
"swr": "^2.1.5",
"zod": "^3.22.3"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.2"
}
}