-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 891 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 891 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
35
36
{
"name": "linkedin-post-generator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.9",
"autoprefixer": "^10.4.16",
"dotenv": "^16.5.0",
"next": "14.0.4",
"openai": "^4.20.0",
"postcss": "^8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"tailwindcss": "^3.3.0"
},
"devDependencies": {
"@prisma/client": "^6.8.2",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"eslint": "^8.55.0",
"eslint-config-next": "14.0.4",
"prisma": "^6.8.2",
"typescript": "^5.3.3"
}
}