We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4d16f commit 6b54d30Copy full SHA for 6b54d30
1 file changed
package.json
@@ -18,5 +18,24 @@
18
"noSql"
19
],
20
"author": "Jorge Mendez Ortega <jorge.mendez.ortega@gmail.com>",
21
- "license": "MIT"
+ "license": "MIT",
22
+ "dependencies": {
23
+ "cli-color": "2.0.0",
24
+ "compression": "1.7.4",
25
+ "cors": "2.8.5",
26
+ "express": "4.17.1",
27
+ "helmet": "3.23.1",
28
+ "mongoose": "5.9.19"
29
+ },
30
+ "devDependencies": {
31
+ "@babel/cli": "7.10.3",
32
+ "@babel/core": "7.10.3",
33
+ "@babel/node": "7.10.3",
34
+ "@babel/preset-env": "7.10.3",
35
+ "@babel/register": "7.10.3",
36
+ "babel-plugin-inline-json-import": "0.3.2",
37
+ "babel-plugin-module-resolver": "4.0.0",
38
+ "babel-plugin-transform-define": "2.0.0",
39
+ "nodemon": "2.0.4"
40
+ }
41
}
0 commit comments