-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 loc) · 1.56 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
{
"name": "bipgpt",
"version": "1.0.0",
"description": "bio generator to social media",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"yarn run clean": "rm -rf node_modules **/node_modules && rm -rf yarn.lock **/yarn.lock && yarn cache clean && yarn install"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.13",
"@langchain/openai": "^0.0.33",
"@radix-ui/react-select": "^2.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vercel/analytics": "^0.1.8",
"@vercel/speed-insights": "^1.0.11",
"axios": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"eventsource-parser": "^0.0.5",
"langchain": "^0.2.2",
"lucide-react": "^0.303.0",
"next": "^14.0.4",
"next-themes": "^0.3.0",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.0",
"react-hot-toast": "^2.4.0",
"react-use-measure": "^2.1.1",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}