RSS Git Download  Clone
Raw Blame History
{
    "name": "corifeus-app-web-pages",
    "version": "2025.4.119",
    "corifeus": {
        "icon": "fas fa-sitemap",
        "code": "Support",
        "cdn": true,
        "nodejs": "v22.13.0",
        "opencollective": false,
        "reponame": "corifeus-app-web-pages",
        "build": true,
        "angular": "19.1.1"
    },
    "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"
    },
    "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": "^19.1.2",
        "@angular/cdk": "^19.1.0",
        "@angular/common": "^19.1.2",
        "@angular/compiler": "^19.1.2",
        "@angular/core": "^19.1.2",
        "@angular/forms": "^19.1.2",
        "@angular/material": "^19.1.0",
        "@angular/platform-browser": "^19.1.2",
        "@angular/platform-browser-dynamic": "^19.1.2",
        "@angular/router": "^19.1.2",
        "@fortawesome/fontawesome-free": "^6.7.2",
        "@types/marked": "^6.0.0",
        "@types/node": "^22.10.7",
        "emoji-regex": "^10.4.0",
        "highlight.js": "^11.11.1",
        "js-cookie": "^3.0.5",
        "lodash": "^4.17.21",
        "marked": "=15.0.6",
        "material-design-icons": "^3.0.1",
        "rxjs": "~6.6.3",
        "tslib": "^2.0.3",
        "twemoji": "=14.0.2",
        "zone.js": "~0.15.0"
    },
    "devDependencies": {
        "@angular-devkit/build-angular": "^19.1.3",
        "@angular/cli": "^19.1.3",
        "@angular/compiler-cli": "^19.1.2",
        "@fontsource/roboto": "^5.1.1",
        "@fontsource/roboto-mono": "^5.1.1",
        "@types/js-cookie": "^3.0.6",
        "@types/lodash": "^4.17.14",
        "@types/node": "^22.10.7",
        "corifeus-builder": "^2025.4.128",
        "ts-node": "~10.9.2",
        "typescript": "~5.6.3",
        "webpack-bundle-analyzer": "^4.10.2"
    },
    "engines": {
        "node": ">=12.13.0"
    }
}