-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 889 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
{
"name": "modulo2",
"version": "1.0.0",
"description": "modulo 2 curso node",
"main": "index.js",
"scripts": {
"dev": "nodemon -e js,json,njk",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Luiz Carlos Rocha Correa <[email protected]>",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"connect-session-sequelize": "^5.2.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"highlight.js": "^9.12.0",
"markdown-it": "^8.4.1",
"method-override": "^2.3.10",
"mysql2": "^1.5.3",
"nunjucks": "^3.1.2",
"sequelize": "^4.37.6"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"nodemon": "^1.17.3",
"sequelize-cli": "^4.0.0"
}
}