{
"name": "corifeus-app-web-pages",
"version": "2026.4.104",
"corifeus": {
"icon": "fas fa-sitemap",
"code": "Support",
"cdn": true,
"nodejs": "v24.14.1",
"opencollective": false,
"reponame": "corifeus-app-web-pages",
"build": true,
"angular": "21.2.9"
},
"description": "🕸️ Corifeus App Web Pages",
"scripts": {
"ng": "ng",
"start": "ng serve --hmr --host 0.0.0.0",
"build": "grunt",
"stats": "ng build --stats-json && webpack-bundle-analyzer dist/corifeus-app-web-pages/stats.json",
"test": "npm run build",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "node node_modules/corifeus-builder/src/utils/twemoji-install.js",
"build:ssr": "ng build",
"serve:ssr": "node dist/corifeus-app-web-pages/server/server.mjs",
"start:ssr": "yarn build:ssr && yarn serve:ssr",
"dev:ssr": "ng serve --host 0.0.0.0",
"serve:ssr:corifeus-app-web-pages": "node dist/corifeus-app-web-pages/server/server.mjs"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/corifeus-app-web-pages.git"
},
"keywords": [
"corifeus",
"pages"
],
"author": "Patrik Laszlo <alabard@gmail.com>",
"bugs": {
"url": "https://github.com/patrikx3/corifeus-app-web-pages/issues"
},
"homepage": "https://corifeus.com/corifeus-app-web-pages",
"dependencies": {
"@angular/animations": "^21.2.9",
"@angular/cdk": "^21.2.7",
"@angular/common": "^21.2.9",
"@angular/compiler": "^21.2.9",
"@angular/core": "^21.2.9",
"@angular/forms": "^21.2.9",
"@angular/material": "^21.2.7",
"@angular/platform-browser": "^21.2.9",
"@angular/platform-browser-dynamic": "^21.2.9",
"@angular/platform-server": "^21.2.9",
"@angular/router": "^21.2.9",
"@angular/service-worker": "21.2.9",
"@angular/ssr": "^21.2.7",
"@fortawesome/fontawesome-free": "^7.2.0",
"@types/marked": "^6.0.0",
"@types/node": "^25.6.0",
"emoji-regex": "^10.6.0",
"express": "^5.2.1",
"highlight.js": "^11.11.1",
"js-cookie": "^3.0.5",
"lodash": "^4.18.1",
"marked": "=18.0.2",
"material-design-icons": "^3.0.1",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"twemoji": "=14.0.2",
"zone.js": "~0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.7",
"@angular/cli": "^21.2.7",
"@angular/compiler-cli": "^21.2.9",
"@fontsource/roboto": "^5.2.10",
"@fontsource/roboto-mono": "^5.2.8",
"@types/express": "^5.0.6",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.24",
"@types/node": "^25.6.0",
"corifeus-builder": "^2026.4.143",
"playwright": "^1.59.1",
"ts-node": "~10.9.2",
"typescript": "~6.0.3",
"webpack-bundle-analyzer": "^5.3.0"
},
"engines": {
"node": ">=12.13.0"
}
}