RSS Git Download  Clone
Raw Blame History
{
    "name": "corifeus-app-web-pages",
    "version": "2021.4.108",
    "corifeus": {
        "icon": "fas fa-sitemap",
        "code": "Support",
        "cdn": true,
        "nodejs": "v14.16.0",
        "opencollective": false,
        "reponame": "corifeus-app-web-pages",
        "build": true,
        "angular": "11.2.4"
    },
    "description": "🕸️ Corifeus App Web Pages",
    "scripts": {
        "ng": "ng",
        "start": "ng serve --hmr",
        "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": "~11.2.4",
        "@angular/cdk": "^11.2.3",
        "@angular/common": "~11.2.4",
        "@angular/compiler": "~11.2.4",
        "@angular/core": "~11.2.4",
        "@angular/forms": "~11.2.4",
        "@angular/material": "^11.2.3",
        "@angular/platform-browser": "~11.2.4",
        "@angular/platform-browser-dynamic": "~11.2.4",
        "@angular/router": "~11.2.4",
        "@fortawesome/fontawesome-free": "^5.15.2",
        "@types/marked": "^1.2.2",
        "@types/node": "^14.14.31",
        "emoji-regex": "^9.2.2",
        "highlight.js": "^10.6.0",
        "js-cookie": "^2.2.1",
        "lodash": "^4.17.21",
        "marked": "=2.0.1",
        "material-design-icons": "^3.0.1",
        "mobile-detect": "^1.4.4",
        "rxjs": "~6.6.3",
        "tslib": "^2.0.3",
        "twemoji": "=13.0.1",
        "zone.js": "~0.10.3"
    },
    "devDependencies": {
        "@angular-devkit/build-angular": "~0.1102.3",
        "@angular-eslint/builder": "1.2.0",
        "@angular-eslint/eslint-plugin": "1.2.0",
        "@angular-eslint/eslint-plugin-template": "1.2.0",
        "@angular-eslint/schematics": "1.2.0",
        "@angular-eslint/template-parser": "1.2.0",
        "@angular/cli": "~11.2.3",
        "@angular/compiler-cli": "~11.2.4",
        "@fontsource/roboto": "^4.2.2",
        "@fontsource/roboto-mono": "^4.2.2",
        "@types/jasmine": "~3.6.4",
        "@types/jasminewd2": "~2.0.8",
        "@types/js-cookie": "^2.2.6",
        "@types/lodash": "^4.14.168",
        "@types/node": "^14.14.31",
        "@typescript-eslint/eslint-plugin": "4.16.1",
        "@typescript-eslint/parser": "4.16.1",
        "codelyzer": "^6.0.1",
        "corifeus-builder": "^2021.4.124",
        "eslint": "^7.21.0",
        "eslint-plugin-import": "2.22.1",
        "eslint-plugin-jsdoc": "32.2.0",
        "eslint-plugin-prefer-arrow": "1.2.3",
        "jasmine-core": "~3.6.0",
        "jasmine-spec-reporter": "~6.0.0",
        "karma": "~5.2.3",
        "karma-chrome-launcher": "~3.1.0",
        "karma-coverage-istanbul-reporter": "~3.0.3",
        "karma-jasmine": "~4.0.1",
        "karma-jasmine-html-reporter": "^1.5.4",
        "protractor": "~7.0.0",
        "ts-node": "~9.1.1",
        "typescript": "~4.0.3"
    },
    "engines": {
        "node": ">=12.13.0"
    }
}