-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 953 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
{
"name": "ssoserver",
"version": "1.0.0",
"description": "jwt nodejs react",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec babel-node src/server.js",
"db:migrate": "npx sequelize-cli db:migrate"
},
"author": "haipt",
"license": "ISC",
"dependencies": {
"@babel/core": "7.15.4",
"@babel/node": "7.15.4",
"@babel/preset-env": "7.15.4",
"bcryptjs": "2.4.3",
"bluebird": "3.7.2",
"body-parser": "1.19.1",
"connect-session-sequelize": "7.1.3",
"cookie-parser": "1.4.6",
"dotenv": "10.0.0",
"ejs": "3.1.6",
"express": "4.17.2",
"express-session": "1.17.2",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.21",
"mysql2": "2.3.3",
"nodemon": "2.0.15",
"passport": "0.5.2",
"passport-local": "1.0.0",
"sequelize": "6.13.0",
"sequelize-cli": "6.3.0"
}
}