-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 977 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
36
{
"name": "buptlab-mern-blog",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "nodemon api/index.js",
"start": "node api/index.js",
"build": "npm install && npm install --prefix client && npm run build --prefix client",
"dev:notification": "nodemon api/services/notification.service.js",
"start:notification": "node api/services/notification.service.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.4",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"buptlab-mern-blog": "file:",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"firebase": "^10.13.1",
"fnm": "^0.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.4",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.4",
"pinyin": "^4.0.0-alpha.2",
"ws": "^8.18.0"
}
}