-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.02 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.02 KB
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
{
"name": "hyperchat-website",
"version": "0.1.0",
"description": "Hyper Chat Landing Page",
"private": true,
"scripts": {
"dev": "next dev -p 2999",
"build": "next build",
"start": "next start -p 2999"
},
"repository": {
"type": "git",
"url": "https://github.com/Hyper-Chat-Bot"
},
"keywords": [
"Hyper Chat",
"OpenAI",
"Chat Bot"
],
"author": "Yancey Leo",
"license": "MIT",
"dependencies": {
"@emotion/css": "^11.10.6",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@tailwindcss/aspect-ratio": "^0.4.2",
"next": "^13.3.1",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.43.9",
"sharp": "^0.32.1"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.8.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1"
}
}