-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 786 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
{
"name": "movies-node-api",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"start_debug": "nodemon --exec babel-node src/index.js"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@types/express": "^4.17.11",
"@types/mongodb": "^3.6.3",
"@types/mongoose": "^5.10.3",
"@types/node": "^14.14.22",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"eslint": "^7.18.0",
"express": "^4.17.1",
"materialize": "^1.0.0",
"materialize-css": "^1.0.0",
"mongodb": "^3.6.3",
"mongoose": "^5.11.13",
"morgan": "^1.10.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/preset-env": "^7.12.11",
"nodemon": "^2.0.7"
}
}