{
    "name": "corifeus-app-web-pages",
    "version": "2021.10.132",
    "corifeus": {
        "icon": "fas fa-sitemap",
        "code": "Support",
        "cdn": true,
        "nodejs": "v14.18.0",
        "opencollective": false,
        "reponame": "corifeus-app-web-pages",
        "build": true,
        "angular": "12.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"
    },
    "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": "~12.2.9",
        "@angular/cdk": "^12.2.9",
        "@angular/common": "~12.2.9",
        "@angular/compiler": "~12.2.9",
        "@angular/core": "~12.2.9",
        "@angular/forms": "~12.2.9",
        "@angular/material": "^12.2.9",
        "@angular/platform-browser": "~12.2.9",
        "@angular/platform-browser-dynamic": "~12.2.9",
        "@angular/router": "~12.2.9",
        "@fortawesome/fontawesome-free": "^5.15.4",
        "@types/marked": "^3.0.1",
        "@types/node": "^16.10.3",
        "emoji-regex": "^10.0.0",
        "highlight.js": "^11.2.0",
        "js-cookie": "^3.0.1",
        "lodash": "^4.17.21",
        "marked": "=3.0.7",
        "material-design-icons": "^3.0.1",
        "mobile-detect": "^1.4.5",
        "rxjs": "~6.6.3",
        "tslib": "^2.0.3",
        "twemoji": "=13.1.0",
        "zone.js": "~0.11.4"
    },
    "devDependencies": {
        "@angular-devkit/build-angular": "~12.2.9",
        "@angular-eslint/builder": "^12.5.0",
        "@angular-eslint/eslint-plugin": "^12.5.0",
        "@angular-eslint/eslint-plugin-template": "^12.5.0",
        "@angular-eslint/schematics": "^12.5.0",
        "@angular-eslint/template-parser": "^12.5.0",
        "@angular/cli": "~12.2.9",
        "@angular/compiler-cli": "~12.2.9",
        "@fontsource/roboto": "^4.5.1",
        "@fontsource/roboto-mono": "^4.5.0",
        "@types/jasmine": "~3.9.1",
        "@types/jasminewd2": "~2.0.10",
        "@types/js-cookie": "^3.0.0",
        "@types/lodash": "^4.14.175",
        "@types/node": "^16.10.3",
        "@typescript-eslint/eslint-plugin": "4.33.0",
        "@typescript-eslint/parser": "4.33.0",
        "codelyzer": "^6.0.2",
        "corifeus-builder": "^2021.10.139",
        "eslint": "^7.32.0",
        "eslint-plugin-import": "2.24.2",
        "eslint-plugin-jsdoc": "36.1.0",
        "eslint-plugin-prefer-arrow": "1.2.3",
        "jasmine-core": "~3.9.0",
        "jasmine-spec-reporter": "~7.0.0",
        "karma": "~6.3.2",
        "karma-chrome-launcher": "~3.1.0",
        "karma-coverage-istanbul-reporter": "~3.0.3",
        "karma-jasmine": "~4.0.1",
        "karma-jasmine-html-reporter": "^1.7.0",
        "protractor": "~7.0.0",
        "ts-node": "~10.2.1",
        "typescript": "~4.2.4"
    },
    "engines": {
        "node": ">=12.13.0"
    }
}