forked from Nutlope/twitterbio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1002 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@headlessui/tailwindcss": "^0.2.1",
"@heroicons/react": "^2.2.0",
"@tailwindcss/forms": "^0.5.10",
"@vercel/analytics": "^0.1.8",
"ai": "^3.4.33",
"core-js": "^3.40.0",
"next": "^14.2.23",
"openai-edge": "^1.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.5.1",
"react-markdown": "^9.0.3",
"react-speech-recognition": "^3.10.0",
"react-use-measure": "^2.1.1",
"regenerator-runtime": "^0.14.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-speech-recognition": "^3.9.2",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}