mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
WIP Multi-tenant architecture.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
"i18n": "^0.8.5",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"knex": "^0.20.3",
|
||||
"knex-cleaner": "^1.3.0",
|
||||
"knex-db-manager": "^0.6.1",
|
||||
"lodash": "^4.17.15",
|
||||
"memory-cache": "^0.2.0",
|
||||
@@ -43,7 +44,9 @@
|
||||
"node-cache": "^4.2.1",
|
||||
"nodemailer": "^6.3.0",
|
||||
"nodemon": "^1.19.1",
|
||||
"objection": "^2.0.10"
|
||||
"objection": "^2.0.10",
|
||||
"uniqid": "^5.2.0",
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
@@ -56,6 +59,7 @@
|
||||
"chai": "^4.2.0",
|
||||
"chai-http": "^4.3.0",
|
||||
"chai-things": "^0.2.0",
|
||||
"commander": "^5.0.0",
|
||||
"cross-env": "^5.2.0",
|
||||
"eslint": "^6.2.1",
|
||||
"eslint-config-airbnb-base": "^14.0.0",
|
||||
|
||||
Reference in New Issue
Block a user