forked from JimmyLv/BibiGPT-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.6 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
{
"private": true,
"name": "bibi-gpt",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"repository": "https://github.com/JimmyLv/BibiGPT.git",
"dependencies": {
"@hookform/resolvers": "^2.9.11",
"@next/font": "^13.1.5",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-popover": "^1.0.4",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-slider": "^1.1.1",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-toast": "^1.1.2",
"@radix-ui/react-tooltip": "^1.0.4",
"@segment/analytics-next": "^1.51.1",
"@sentry/nextjs": "^7.40.0",
"@supabase/auth-helpers-nextjs": "^0.5.5",
"@supabase/auth-ui-react": "^0.3.3",
"@supabase/auth-ui-shared": "^0.1.2",
"@supabase/supabase-js": "^2.10.0",
"@teovilla/shadcn-ui-react": "^0.5.0",
"@upstash/ratelimit": "^0.3.8",
"@upstash/redis": "^1.20.1",
"@vercel/analytics": "^0.1.8",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"csstype": "^3.1.1",
"eventsource-parser": "^0.1.0",
"flowbite": "^1.6.3",
"flowbite-react": "^0.4.1",
"focus-trap-react": "^10.1.0",
"framer-motion": "^9.0.1",
"get-video-id": "^3.6.5",
"lemonsqueezy.ts": "^0.1.6",
"lucide-react": "^0.122.0",
"marked-react": "^1.3.2",
"next": "latest",
"next-themes": "^0.2.1",
"node-html-parser": "^6.1.4",
"p-retry": "^5.1.2",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-bilibili-embed-renderer": "^1.2.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.5",
"react-hook-form-persist": "^3.0.0",
"react-hot-toast": "^2.4.0",
"react-type-animation": "^2.1.2",
"react-use": "^17.4.0",
"react-use-measure": "^2.1.1",
"tailwind-merge": "^1.10.0",
"tailwindcss-animate": "^1.0.5",
"zod": "^3.21.4"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@supabase/auth-helpers-react": "^0.3.1",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"postcss": "^8.4.18",
"prettier": "2.8.4",
"prettier-plugin-tailwindcss": "^0.2.2",
"semantic-release": "^20.1.1",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
},
"version": "2.38.0",
"browser": {
"fs": false,
"path": false,
"os": false
}
}