-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.66 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
{
"name": "local-producers-ts",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.4",
"@emailjs/browser": "^3.11.0",
"@plaiceholder/next": "^3.0.0",
"@prisma/client": "^5.4.2",
"@tippyjs/react": "^4.2.6",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"autoprefixer": "10.4.14",
"axios": "^1.5.1",
"bcrypt": "^5.1.1",
"date-fns": "^2.30.0",
"eslint-config-next": "^14.0.3",
"formik": "^2.4.2",
"leaflet": "^1.9.4",
"leaflet-control-geocoder": "^2.4.0",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next-cloudinary": "^5.7.0",
"plaiceholder": "^3.0.0",
"postcss": "8.4.24",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-gallery-carousel": "^0.4.0",
"react-icons": "^4.9.0",
"react-indiana-drag-scroll": "^2.2.0",
"react-js-pagination": "^3.0.3",
"react-lazy-load": "^4.0.1",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-toastify": "^9.1.3",
"sharp": "^0.32.6",
"supports-color": "^8.1.1",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"usehooks-ts": "^2.9.1",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.1",
"@types/leaflet": "^1.9.7",
"@types/react-gallery-carousel": "^0.2.2",
"@types/react-js-pagination": "^3.0.7",
"@types/react-leaflet": "^3.0.0",
"prisma": "^5.4.2"
}
}