forked from 4A555076/node.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "mfee33-node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js dev",
"start": "nodemon index.js production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/lsd0125/mfee33-node.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/lsd0125/mfee33-node/issues"
},
"homepage": "https://bitbucket.org/lsd0125/mfee33-node#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"bootstrap": "^5.2.3",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-mysql-session": "^2.1.8",
"express-session": "^1.17.3",
"jimp": "^0.16.2",
"jsonwebtoken": "^9.0.0",
"moment-timezone": "^0.5.40",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.0.1",
"nodemailer": "^6.9.1",
"socket.io": "^4.6.1",
"uuid": "^9.0.0"
}
}