-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.04 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
{
"name": "uffizzi-docs",
"version": "0.0.1",
"description": "Uffizzi docs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UffizziCloud/documentation.git"
},
"author": "Uffizzi Cloud",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/UffizziCloud/documentaion/issues"
},
"homepage": "https://github.com/UffizziCloud/documentation#readme",
"dependencies": {
"@icons-pack/react-simple-icons": "^9.1.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@supabase/supabase-js": "^2.38.4",
"ai": "^2.2.24",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"common-tags": "^1.8.2",
"dotenv": "^16.3.1",
"font-awesome-icons": "^1.6.0",
"github-slugger": "^2.0.0",
"gpt3-tokenizer": "^1.1.5",
"lucide-react": "^0.285.0",
"mdast": "^3.0.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-mdx": "^3.0.0",
"mdast-util-to-markdown": "^2.1.0",
"mdast-util-to-string": "^4.0.0",
"micromark-extension-mdxjs": "^3.0.0",
"next": "^13.0.6",
"nextra": "latest",
"nextra-theme-docs": "^2.13.2",
"openai": "^4.19.0",
"openai-edge": "^1.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"simple-icons": "^9.17.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"unist-builder": "^4.0.0",
"unist-util-filter": "^5.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/estree": "^1.0.5",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"eslint-config-next": "^14.0.1",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-react": "^7.33.2",
"typescript": "^4.9.3"
}
}