RSS Git Download  Clone
Raw Blame History
{
    "name": "corifeus-app-web-pages",
    "version": "2023.10.121",
    "corifeus": {
        "icon": "fas fa-sitemap",
        "code": "Support",
        "cdn": true,
        "nodejs": "v20.5.1",
        "opencollective": false,
        "reponame": "corifeus-app-web-pages",
        "build": true,
        "angular": "17.0.5"
    },
    "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": "^17.0.5",
        "@angular/cdk": "^17.0.2",
        "@angular/common": "^17.0.5",
        "@angular/compiler": "^17.0.5",
        "@angular/core": "^17.0.5",
        "@angular/forms": "^17.0.5",
        "@angular/material": "^17.0.2",
        "@angular/platform-browser": "^17.0.5",
        "@angular/platform-browser-dynamic": "^17.0.5",
        "@angular/router": "^17.0.5",
        "@fortawesome/fontawesome-free": "^6.5.1",
        "@types/marked": "^5.0.2",
        "@types/node": "^20.10.3",
        "emoji-regex": "^10.3.0",
        "highlight.js": "^11.9.0",
        "js-cookie": "^3.0.5",
        "lodash": "^4.17.21",
        "marked": "=11.0.0",
        "material-design-icons": "^3.0.1",
        "mobile-detect": "^1.4.5",
        "rxjs": "~6.6.3",
        "tslib": "^2.0.3",
        "twemoji": "=14.0.2",
        "zone.js": "~0.14.2"
    },
    "devDependencies": {
        "@angular-devkit/build-angular": "^17.0.5",
        "@angular/cli": "^17.0.5",
        "@angular/compiler-cli": "^17.0.5",
        "@fontsource/roboto": "^5.0.8",
        "@fontsource/roboto-mono": "^5.0.15",
        "@types/jasmine": "~5.1.4",
        "@types/jasminewd2": "~2.0.13",
        "@types/js-cookie": "^3.0.6",
        "@types/lodash": "^4.14.202",
        "@types/node": "^20.10.3",
        "@typescript-eslint/eslint-plugin": "6.13.1",
        "@typescript-eslint/parser": "6.13.1",
        "codelyzer": "^6.0.2",
        "corifeus-builder": "^2023.10.139",
        "eslint": "^8.55.0",
        "eslint-plugin-import": "2.29.0",
        "eslint-plugin-jsdoc": "46.9.0",
        "eslint-plugin-prefer-arrow": "1.2.3",
        "jasmine-core": "~5.1.1",
        "jasmine-spec-reporter": "~7.0.0",
        "karma": "~6.3.2",
        "karma-chrome-launcher": "~3.2.0",
        "karma-coverage-istanbul-reporter": "~3.0.3",
        "karma-jasmine": "~5.1.0",
        "karma-jasmine-html-reporter": "^2.1.0",
        "protractor": "~7.0.0",
        "ts-node": "~10.9.1",
        "typescript": "~5.2.2",
        "webpack-bundle-analyzer": "^4.10.1"
    },
    "engines": {
        "node": ">=12.13.0"
    }
}