-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 870 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": "minadus",
"version": "1.0.0",
"description": "Projeto Final da disciplina de React da Academia Callidus",
"main": "src/index.js",
"scripts": {
"dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/melinnediniz/MINADUS.git"
},
"keywords": [
"MongoDB",
"Node.js",
"MinesWeeper",
"Ranking"
],
"author": "Equipe Callidus",
"license": "ISC",
"bugs": {
"url": "https://github.com/melinnediniz/MINADUS/issues"
},
"homepage": "https://github.com/melinnediniz/MINADUS#readme",
"type": "module",
"devDependencies": {
"dotenv": "^16.0.3",
"nodemon": "^2.0.20",
"prettier": "^2.7.1"
},
"dependencies": {
"babel-preset-react": "^6.24.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"mongoose": "^6.6.5",
"seedrandom": "^3.0.5"
}
}