-
Notifications
You must be signed in to change notification settings - Fork 144
/
package.json
65 lines (65 loc) · 1.91 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "exif-photo-blog",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch --transformIgnorePatterns 'node_modules/(?!my-library-dir)/'",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.62",
"@aws-sdk/client-s3": "3.658.1",
"@aws-sdk/s3-request-presigner": "3.658.1",
"@next/bundle-analyzer": "14.2.13",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.2",
"@types/pg": "^8.11.10",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@upstash/ratelimit": "^2.0.3",
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.24.0",
"@vercel/kv": "^2.0.0",
"@vercel/speed-insights": "^1.0.12",
"ai": "^3.4.4",
"autoprefixer": "10.4.20",
"camelcase-keys": "^9.1.3",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^4.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.13",
"exifr": "^7.1.3",
"framer-motion": "^11.8.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nanoid": "^5.0.7",
"next": "14.2.13",
"next-auth": "5.0.0-beta.21",
"next-themes": "^0.3.0",
"pg": "^8.13.0",
"postcss": "8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"sanitize-html": "^2.13.0",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"tailwindcss": "3.4.13",
"ts-exif-parser": "^0.2.2",
"typescript": "5.6.2",
"undici": "^6.19.8",
"use-debounce": "^10.0.3"
}
}