-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.03 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "photobank",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",
"@aws-sdk/client-rekognition": "^3.699.0",
"@aws-sdk/client-s3": "^3.705.0",
"@aws-sdk/cloudfront-signer": "^3.696.0",
"@aws-sdk/s3-request-presigner": "^3.705.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@google-cloud/vision": "^4.3.2",
"@mantine/core": "7.14.3",
"@mantine/dates": "7.14.3",
"@mantine/dropzone": "^7.14.3",
"@mantine/form": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/modals": "7.14.3",
"@mantine/notifications": "7.14.3",
"@mantine/nprogress": "7.14.3",
"@mantine/tiptap": "^7.14.3",
"@nextui-org/react": "^2.6.4",
"@prisma/client": "^6.0.1",
"@react-google-maps/api": "^2.20.3",
"@tabler/icons-react": "^3.24.0",
"@tailwindcss/forms": "^0.5.9",
"@tanstack/react-query": "^5.62.3",
"@tiptap/extension-highlight": "^2.10.3",
"@tiptap/extension-link": "^2.10.3",
"@tiptap/extension-subscript": "^2.10.3",
"@tiptap/extension-superscript": "^2.10.3",
"@tiptap/extension-text-align": "^2.10.3",
"@tiptap/extension-underline": "^2.10.3",
"@tiptap/react": "^2.10.3",
"@tiptap/starter-kit": "^2.10.3",
"@types/node": "22.10.1",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/sharp": "^0.32.0",
"autoprefixer": "10.4.20",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"encoding": "^0.1.13",
"eslint": "9.16.0",
"eslint-config-next": "15.0.4",
"framer-motion": "^12.0.0-alpha.2",
"leaflet": "^1.9.4",
"nanoid": "^5.0.9",
"next": "15.0.4",
"next-auth": "5.0.0-beta.25",
"next-nprogress-bar": "^2.3.15",
"nuqs": "^2.2.3",
"prisma-extension-random": "^0.2.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-easy-crop": "^5.2.0",
"react-hook-form": "^7.54.0",
"react-icons": "^5.4.0",
"react-leaflet": "^4.2.1",
"react-responsive-masonry": "^2.6.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.5",
"tailwindcss": "3.4.16",
"typescript": "5.7.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/bcrypt": "^5.0.2",
"@types/ffmpeg": "^1.0.7",
"@types/leaflet": "^1.9.15",
"@types/react-responsive-masonry": "^2.1.3",
"postcss": "8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^6.0.1"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
}
}