-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.86 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "openai-gpt-models",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.33.0",
"scripts": {
"dev": "next dev --turbopack --port 3001",
"build": "next build",
"start": "next start --port 3001",
"lint": "next lint",
"ci-build": "npx tsc",
"test": "jest"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.8.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@types/node": "20.1.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^9.39.1",
"eslint-config-next": "^15.5.9",
"formidable": "^3.5.1",
"lucide-react": "^0.554.0",
"next": "^15.5.15",
"next-themes": "^0.4.6",
"openai": "^6.9.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.66.1",
"react-markdown": "^9.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.32.6",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.0.4",
"zod": "^4.1.12"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.0",
"@types/formidable": "^3.4.5",
"@types/jest": "^29.5.12",
"@types/wordwrap": "^1.0.1",
"autoprefixer": "^10.4.14",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2"
}
}