-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 803 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 803 Bytes
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
{
"name": "shopping-mall",
"author": "team-n",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "nodemon index.js --exec babel-node"
},
"dependencies": {
"@sindresorhus/is": "^4.6.0",
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.17.3",
"express-formidable": "^1.2.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.7.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/node": "^7.16.8",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"nodemon": "^2.0.15"
}
}