-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "cmu_blog_nuxt3_api",
"version": "1.0.0",
"description": "Talent Thailand API",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "Kunakorn Katasai",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dayjs": "^1.10.8",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-handlebars": "^7.1.2",
"faker": "^6.6.6",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"mysql2": "^2.3.3",
"node-cron": "^3.0.0",
"node-input-validator": "^4.5.0",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.8",
"nodemailer-express-handlebars": "^6.1.0",
"passport": "^0.5.2",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"rotating-file-stream": "^3.0.3",
"sequelize": "^6.17.0",
"sharp": "^0.30.2",
"slugify": "^1.6.5",
"xlsx": "^0.18.2"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"sequelize-cli": "^6.4.1"
}
}