Skip to content

Commit

Permalink
feat(theme)!: EJS Template Engine Support ( closed #182 )
Browse files Browse the repository at this point in the history
Merge pull request #283 from nx-space/feat/template-engine
  • Loading branch information
wibus-wee committed Aug 14, 2022
2 parents 19550d5 + 3880f0b commit b0e57c9
Show file tree
Hide file tree
Showing 19 changed files with 964 additions and 152 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@nestjs/schedule": "2.1.0",
"@typegoose/auto-increment": "1.6.0",
"@typegoose/typegoose": "9.11.0",
"art-template": "^4.13.2",
"axios": "*",
"axios-retry": "3.3.1",
"bcrypt": "5.0.1",
Expand All @@ -75,6 +76,8 @@
"class-validator-jsonschema": "^3.1.1",
"consola": "*",
"cron": "*",
"dayjs": "1.11.4",
"ejs": "3.1.8",
"dayjs": "1.11.5",
"entities": "^4.3.1",
"handlebars": "^4.7.7",
Expand All @@ -84,6 +87,7 @@
"jszip": "^3.10.0",
"lodash": "*",
"marked": "^4.0.18",
"mime": "^3.0.0",
"mkdirp": "^1.0.4",
"mongoose": "6.5.0",
"mongoose-aggregate-paginate-v2": "1.0.6",
Expand Down Expand Up @@ -119,6 +123,7 @@
"@types/js-yaml": "^4.0.5",
"@types/lodash": "4.14.182",
"@types/marked": "^4.0.3",
"@types/mime": "^3.0.1",
"@types/mongoose-aggregate-paginate-v2": "^1.0.5",
"@types/node": "17.0.24",
"@types/nodemailer": "6.4.5",
Expand Down

0 comments on commit b0e57c9

Please sign in to comment.