customer-dashboard-api/package.json

56 lines
1.6 KiB
JSON

{
"name": "customer-dashboard-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node build/server.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon --ignore ./user-profile-exports/ -q build/server.js | pino-pretty\""
},
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.3",
"axios": "^1.6.5",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"concurrently": "^8.2.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-useragent": "^1.0.15",
"fs-extra": "^11.2.0",
"mariadb": "^3.2.3",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"pino": "^8.17.2",
"pino-pretty": "^10.3.1",
"react-microsoft-clarity": "^1.2.0",
"sequelize": "^6.35.2",
"stripe": "^14.23.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.1",
"winston": "^3.11.0",
"winston-transport": "^4.7.0"
},
"devDependencies": {
"@types/amqplib": "^0.10.4",
"@types/bcrypt": "^5.0.2",
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-session": "^1.17.10",
"@types/express-useragent": "^1.0.5",
"@types/fs-extra": "^11.0.4",
"@types/passport-google-oauth20": "^2.0.14",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"@types/uuid": "^9.0.7",
"typescript": "^5.3.3"
}
}