-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.59 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": "filmes_mongo",
"version": "1.0.0",
"description": "app de filmes com mongo db node js",
"main": "app.js",
"scripts": {
"start": "node ./functions/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/homerao/app_node_filmes_online.git"
},
"keywords": [
"node",
"filmes",
"express",
"handlebars"
],
"author": "Homero Tiago",
"license": "ISC",
"bugs": {
"url": "https://github.com/homerao/app_node_filmes_online/issues"
},
"homepage": "https://github.com/homerao/app_node_filmes_online#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"aws-sdk": "^2.831.0",
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.2.0",
"express-mysql-session": "^2.1.5",
"express-rate-limit": "^5.2.3",
"express-session": "^1.17.1",
"firebase-admin": "^9.4.2",
"firebase-functions": "^3.11.0",
"helmet": "^4.4.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"nodemailer": "^6.4.17",
"nodemailer-express-handlebars": "^4.0.0",
"sequelize": "^6.5.0",
"sequelize-auto": "^0.7.8",
"sequelize-typescript": "^2.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.6",
"sequelize-cli": "^6.2.0"
}
}