-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
91 lines (91 loc) · 2.52 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "constitution-gpt",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^1.0.6",
"@nanostores/react": "github:ai/react",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-label": "^2.0.1",
"@supabase/supabase-js": "^2.21.0",
"@types/node": "18.15.10",
"@types/react": "18.0.30",
"@types/react-dom": "18.0.11",
"ai": "^2.1.3",
"ai-react": "^0.0.0",
"autoprefixer": "^10.4.14",
"cheerio": "^1.0.0-rc.12",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"common-tags": "^1.8.2",
"daisyui": "^2.51.6",
"eslint": "8.36.0",
"eslint-config-next": "13.3.1",
"eventsource-parser": "^1.0.0",
"framer-motion": "^10.12.17",
"github-slugger": "^2.0.0",
"gpt3-tokenizer": "^1.1.5",
"lucide-react": "^0.252.0",
"mdast": "^3.0.0",
"mdast-util-from-markdown": "^1.2.0",
"mdast-util-mdx": "^2.0.0",
"mdast-util-to-markdown": "^1.5.0",
"mdast-util-to-string": "^3.1.1",
"micromark-extension-mdxjs": "^1.0.0",
"next": "^13.3.1",
"openai-edge": "^1.1.0",
"parse-numeric-range": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"react-text-transition": "^3.1.0",
"react-use-measure": "^2.1.1",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.5",
"typescript": "^4.9.5",
"unist-builder": "^3.0.1",
"unist-util-filter": "^4.0.1",
"uuidv4": "^6.2.13",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/common-tags": "^1.8.1",
"@types/estree": "^1.0.0",
"@types/mdast": "^3.0.11",
"@types/node": "18.16.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/yargs": "^17.0.24",
"autoprefixer": "^10.4.14",
"dotenv": "^16.0.3",
"eslint": "^8.39.0",
"postcss": "^8.4.31",
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"supabase": "^1.52.2",
"swr": "^2.1.5",
"tailwindcss": "^3.2.7",
"ts-node": "^10.9.1",
"tsx": "^3.12.6",
"typescript": "5.0.4"
},
"prettier": {
"arrowParens": "always",
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "none"
}
}