fastify-angular
Version:
Fastify plugin for angular universal project w/ multiple locales
44 lines (43 loc) • 1.49 kB
JSON
{
"name": "fastify-angular",
"version": "1.3.0",
"description": "Fastify plugin for angular universal project w/ multiple locales",
"keywords": [
"fastify",
"angular",
"angular-universal",
"server-side-rendering",
"SSR"
],
"main": "index.js",
"repository": "https://github.com/clarkorz/fastify-angular",
"author": "Clark Wang <clark.wangs@gmail.com>",
"license": "MIT",
"scripts": {
"test": "tap test/*.test.js test/*/*.test.js test/*/*/*.test.js",
"start": "fastify start -l info app.js",
"dev": "fastify start -l info -P app.js"
},
"dependencies": {
"fastify-plugin": "^1.6.0",
"fastify-static": "^2.4.0"
},
"devDependencies": {
"fastify-cli": "1.0.0",
"tap": "^14.2.0"
},
"peerDependencies": {
"@angular/animations": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@angular/compiler": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@angular/forms": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@angular/platform-browser": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@angular/platform-browser-dynamic": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@angular/platform-server": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@angular/router": "^6.0.0 || ^7.0.0 || ^8.0.0",
"@nguniversal/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ~8.0.0-rc.1",
"@nguniversal/module-map-ngfactory-loader": "^6.0.0 || ^7.0.0 || ^8.0.0 || ~8.0.0-rc.1",
"fastify": "^2.0.0"
}
}