{
"name": "event-planner",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server/index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anniechnn/Event-Planner.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/anniechnn/Event-Planner/issues"
},
"homepage": "https://github.com/anniechnn/Event-Planner#readme",
"dependencies": {
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"bootstrap": "^5.2.2",
"cdbreact": "^1.5.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-validator": "^6.14.2",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.10.0",
"mongoose": "^6.6.4",
"react-bootstrap": "^2.5.0",
"react-icons": "^4.6.0",
"react-notifications": "^1.7.4",
"react-pro-sidebar": "^1.0.0-alpha.6",
"react-router-dom": "^6.4.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/jsonwebtoken": "^8.5.9",
"nodemon": "^2.0.20"
},
"allowedHosts": "all"
}