-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
46
47
48
49
{
"name": "ai-image-generator",
"version": "1.5.60",
"packageManager": "yarn@1.22.22",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier . --check --ignore-unknown",
"format:write": "prettier . --write --ignore-unknown"
},
"dependencies": {
"@bprogress/next": "3.0.5",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"@vercel/functions": "2.0.0",
"clsx": "2.1.1",
"firebase": "11.3.1",
"javascript-time-ago": "2.5.11",
"next": "15.1.7",
"next-auth": "5.0.0-beta.25",
"react": "19.0.0",
"react-circle-flags": "0.0.23",
"react-dom": "19.0.0",
"react-hot-toast": "2.5.2",
"react-icons": "5.5.0",
"sharp": "0.33.5",
"swr": "2.3.2",
"tailwind-merge": "3.0.1",
"zod": "3.24.2"
},
"devDependencies": {
"@types/node": "22.13.5",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@typescript-eslint/eslint-plugin": "8.24.1",
"autoprefixer": "10.4.20",
"eslint": "9.21.0",
"eslint-config-next": "15.1.7",
"postcss": "8.5.3",
"prettier": "3.5.2",
"prettier-plugin-tailwindcss": "0.6.11",
"tailwindcss": "3.4.17",
"tailwindcss-debug-screens": "2.2.1",
"typescript": "5.7.3"
}
}