fastify-scaffold
Version:
I write a fair number of web apps that use `fastify` (as a web server), `marko` (for templating), and `lasso` (for asset bundling).
27 lines (23 loc) • 357 B
JavaScript
const dependencies = {}
dependencies.default = [
'@lasso/marko-taglib',
'fastify',
'fastify-static',
'lasso',
'lasso-less',
'lasso-marko',
'marko',
'node-dir',
'pem',
'point-of-view',
'pino',
'pino-pretty',
'require-self-ref'
]
dependencies.webapp = {
cas: [
'fastify-cas'
]
}
module.exports = dependencies