Skip to content

Instantly share code, notes, and snippets.

@ilyaskarim
Created March 21, 2020 09:33
Show Gist options
  • Save ilyaskarim/95eb892d227fae182bd23bee8f4dce66 to your computer and use it in GitHub Desktop.
Save ilyaskarim/95eb892d227fae182bd23bee8f4dce66 to your computer and use it in GitHub Desktop.
wertik-dependencies.ts
export default {
dependencies: {
"apollo-server": "^2.8.2",
"apollo-server-express": "^2.9.4",
bcryptjs: "^2.4.3",
"body-parser": "^1.18.3",
chalk: "^3.0.0",
cors: "^2.8.5",
"csv-parse": "^4.8.5",
express: "^4.16.4",
faker: "^4.1.0",
graphql: "^14.1.1",
"graphql-fields": "^2.0.3",
handlebars: "^4.5.3",
jsonwebtoken: "^8.4.0",
lodash: "^4.17.15",
"log-symbols": "^3.0.0",
moment: "^2.23.0",
mongoose: "^5.7.5",
"mongoose-paginate": "^5.0.3",
morgan: "^1.9.1",
multer: "^1.4.2",
mysql2: "^1.6.4",
nodemailer: "^5.0.0",
pg: "^7.18.2",
"pg-hstore": "^2.3.3",
"request-ip": "^2.1.3",
shelljs: "^0.8.3",
winston: "^3.1.0",
ws: "^7.2.0"
},
devDependencies: {
"@types/body-parser": "^1.16.8",
"@types/cors": "^2.8.4",
"@types/dotenv": "^4.0.3",
"@types/express": "^4.16.0",
"@types/http-codes": "^1.0.1",
"@types/jsonwebtoken": "^7.2.8",
"@types/knex": "^0.14.19",
"@types/morgan": "^1.7.35",
"@types/node": "^9.6.55",
"@types/nodemailer": "^4.3.4",
"@types/query-string": "^6.1.0",
"@types/redis": "^2.8.6",
"@types/supertest": "^2.0.5",
"@types/winston": "^2.4.4",
concurrently: "^3.6.1",
dotenv: "^6.2.0",
"http-status-codes": "^1.3.0",
"module-alias": "^2.1.0",
nodemon: "^1.18.9",
react: "^16.8.6",
"react-dom": "^16.8.6",
sequelize: "^5.21.2",
"sequelize-cli": "^5.4.0",
tslint: "^5.17.0",
typescript: "^3.5.1"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment