-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 798 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 798 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
{
"name": "propeez",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
"@next/font": "13.1.6",
"@prisma/client": "^4.10.1",
"@splidejs/react-splide": "^0.7.12",
"cloudinary": "^1.34.0",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"formidable": "^2.1.1",
"mapbox-gl": "^2.0.0",
"next": "13.1.6",
"next-auth": "^4.19.2",
"react": "18.2.0",
"react-datepicker": "^4.10.0",
"react-dom": "18.2.0",
"react-google-places-autocomplete": "^3.4.0",
"react-map-gl": "7.0.21",
"react-markdown": "^8.0.5"
},
"devDependencies": {
"prisma": "^4.10.1"
}
}