Package Json
{
"name": "flat-flatmates-api-server",
"version": "2.0.0",
"description": "Backend Kit for Flat-Flatmates By GeekyAnts",
"main": "index.js",
"scripts": {
"start": "gulp serve",
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"seed": "node ./Script/index.js"
},
"license": "ISC",
"dependencies": {
"bcrypt": "^4.0.1",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"cloudinary": "^1.21.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-validation": "^1.0.2",
"express-winston": "^4.0.3",
"formidable": "^1.2.2",
"gulp": "^4.0.2",
"gulp-env": "^0.4.0",
"gulp-load-plugins": "^2.0.3",
"gulp4-run-sequence": "^1.0.1",
"helmet": "^3.22.0",
"http-status": "^1.4.2",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongoose": "^5.9.10",
"morgan": "^1.10.0",
"node-fetch": "^2.6.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"path": "^0.12.7",
"socket.io": "^2.3.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/register": "^7.9.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-transform-runtime": "^6.23.0",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"gulp-istanbul": "^1.1.3",
"gulp-mocha": "^7.0.2",
"gulp-newer": "^1.4.0",
"gulp-nodemon": "^2.5.0",
"gulp-plumber": "^1.2.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-util": "^3.0.8",
"isparta": "^4.1.1",
"run-sequence": "^2.2.1"
},
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"add-module-exports"
]
},
"eslintConfig": {
"extends": "airbnb-base",
"env": {
"es6": true,
"browser": true
},
"rules": {
"brace-style": [
"error",
"stroustrup"
],
"comma-dangle": [
"error",
"never"
],
"no-unused-vars": [
"warn"
],
"no-var": [
"off"
],
"one-var": [
"off"
]
}
}
}
Last updated
Was this helpful?