-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "ai-roadmap-generator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.9.10",
"@next/font": "13.1.5",
"@nextui-org/react": "^1.0.0-beta.12",
"@vercel/og": "^0.1.0",
"clsx": "^1.2.1",
"dagre": "^0.8.5",
"html-to-image": "^1.11.11",
"javascript-time-ago": "^2.5.9",
"memory-cache": "^0.2.0",
"next": "13.1.5",
"openai": "^3.2.1",
"pocketbase": "^0.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"react-infinite-scroll-hook": "^4.1.1",
"react-time-ago": "^7.2.1",
"react-toastify": "^9.1.1",
"reactflow": "^11.5.1",
"recharts": "^2.5.0",
"request-ip": "^3.3.0"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"typescript": "4.9.4"
}
}