-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "quickcv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.24",
"@upstash/ratelimit": "^1.2.0",
"@upstash/redis": "^1.31.3",
"@vercel/analytics": "^1.3.1",
"ai": "^3.1.30",
"highlight.js": "^11.10.0",
"iconsax-react": "^0.0.8",
"next": "^14.2.12",
"nextjs13-progress": "^1.3.3",
"react": "^18",
"react-accessible-accordion": "^5.0.0",
"react-dom": "^18",
"react-highlight": "^0.15.0",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-to-print": "^2.15.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"unified": "^11.0.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-highlight": "^0.12.8",
"postcss": "^8",
"sass": "^1.78.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}