-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
71 lines (71 loc) · 2.06 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
{
"name": "makr-ai",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen-types": "supabase gen types typescript --linked > types/supabase.ts"
},
"dependencies": {
"@nem035/gpt-3-encoder": "^1.1.7",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-scroll-area": "^1.0.3",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-separator": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.5",
"@supabase/auth-helpers-nextjs": "0.6.0",
"@supabase/supabase-js": "2.15.0",
"@types/luxon": "^3.2.2",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.11",
"assert": "^2.0.0",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"eventsource-parser": "^1.0.0",
"gpt-3-encoder": "^1.1.4",
"highlight.js": "^11.7.0",
"jotai": "^2.0.3",
"jotai-optics": "^0.3.0",
"jotai-utils": "^0.0.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.129.0",
"luxon": "^3.3.0",
"next": "13.3.1-canary.7",
"next-themes": "^0.2.1",
"openai": "^3.2.1",
"optics-ts": "^2.4.0",
"postcss": "^8.4.21",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.6",
"rehype-highlight": "^6.0.0",
"remark-gfm": "^3.0.1",
"server-only": "^0.0.1",
"swr": "^2.1.2",
"tailwind-merge": "^1.11.0",
"tailwindcss": "^3.3.1",
"tailwindcss-animate": "^1.0.5",
"typescript": "5.0.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/lodash.debounce": "^4.0.7",
"@types/uuid": "^9.0.1",
"encoding": "^0.1.13",
"fs": "^0.0.1-security"
}
}