-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.97 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
{
"name": "estacionamiento-inteligente-cliente",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma migrate deploy && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.4",
"@nextui-org/react": "^2.2.9",
"@nextui-org/use-infinite-scroll": "^2.1.2",
"@prisma/client": "^5.6.0",
"@reduxjs/toolkit": "^1.9.7",
"@types/bcrypt": "^5.0.1",
"@types/nodemailer": "^6.4.14",
"@types/react-google-recaptcha": "^2.1.7",
"@types/react-redux": "^7.1.28",
"bcrypt": "^5.1.1",
"clsx": "^2.0.0",
"formik": "^2.4.5",
"framer-motion": "^10.16.4",
"leaflet": "^1.9.4",
"mongodb": "^6.3.0",
"mongoose": "^8.0.3",
"next": "13.5.6",
"next-auth": "^4.24.3",
"nodemailer": "^6.9.7",
"react": "^18",
"react-dom": "^18",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^4.11.0",
"react-leaflet": "^4.2.1",
"react-redux": "^8.1.3",
"recharts": "^2.9.3",
"swiper": "^11.0.5",
"tailwind-merge": "^2.2.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"prisma": "^5.6.0",
"tailwindcss": "^3",
"typescript": "^5"
},
"description": "Este repositorio contiene la aplicación cliente que utilizaremos para llevar a cabo el proyecto. Así también, se encuentran ficheros de configuración de servicios adicionales, como docker-compose que se utiliza para configurar un contenedor de MariaDB en docker. Y también, PRISMA que es un ORM que nos permite generar modelos y posteriormente migraciones para que todos trabajemos con una base de datos en igualdad de condiciones aún cuando estemos trabajando en local.",
"main": "next.config.js",
"author": "",
"license": "ISC"
}