-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
executable file
·54 lines (54 loc) · 1.39 KB
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
{
"name": "usdiary",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon npm start",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"swagger-autogen": "node ./swagger/swagger.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"concurrently": "^8.2.2",
"cors": "^2.8.5",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"googleapis": "^142.0.0",
"http-proxy-middleware": "^3.0.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.11.3",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.14",
"sequelize": "^6.37.3",
"sequelize-auto": "^0.8.8",
"sequelize-cli": "^6.6.2",
"sharp": "^0.33.5",
"swagger-autogen": "^2.23.7",
"swagger-ui-dist": "^5.17.14",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"swagger-jsdoc": "^6.2.8",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
}
}