-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1005 Bytes
/
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
{
"name": "matching-game-web",
"version": "0.1.0",
"private": true,
"description": "Matching Game, El juego de memoria visual de combinaciones. Proyecto de investigación para la Feria de Proyectos de Investigación 2-2022 de la FICCT-UAGRM",
"author": {
"name": "Luis Gabriel Janco Alvarez",
"email": "sauterdevs@gmail.com",
"url": "https://github.com/LuiSauter"
},
"repository": {
"type": "git",
"url": "git+git@github.cin:codeficct/matching-game-web.git"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.5",
"bcrypt": "5.1.0",
"cookie": "0.5.0",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"jsonwebtoken": "9.0.0",
"mongoose": "^6.9.0",
"next": "13.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.7.1"
},
"devDependencies": {
"standard": "17.0.0"
}
}