You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
611 B
JSON
27 lines
611 B
JSON
2 months ago
|
{
|
||
|
"name": "mern-ecommerce",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"start": "nodemon index.js"
|
||
|
},
|
||
|
"author": "Sylvan Q. Cahilog",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"bcrypt": "^5.0.1",
|
||
|
"body-parser": "^1.19.0",
|
||
|
"cors": "^2.8.5",
|
||
|
"dotenv": "^10.0.0",
|
||
|
"express": "^4.17.1",
|
||
|
"express-session": "^1.16.2",
|
||
|
"jsonwebtoken": "^8.5.1",
|
||
|
"mongoose": "^5.6.1",
|
||
|
"multer": "^1.4.1",
|
||
|
"nodemon": "^1.19.1",
|
||
|
"session-file-store": "^1.3.0",
|
||
|
"stripe": "^7.4.0"
|
||
|
}
|
||
|
}
|