-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 868 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 868 Bytes
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
{
"name": "coverletterwriter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^2.4.2",
"@google-ai/generativelanguage": "^1.1.0",
"@google/generative-ai": "^0.1.3",
"@nextui-org/react": "^1.0.0-beta.10",
"@vercel/analytics": "^1.3.1",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"google-auth-library": "^9.2.0",
"next": "^14.2.4",
"nextjs-google-analytics": "^2.2.2",
"openai": "^3.1.0",
"pdfjs-dist": "^3.1.81",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-type-animation": "^2.1.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"prettier": "2.8.0"
}
}