{
"name": "corifeus-app-web-pages",
"version": "2021.4.111",
"corifeus": {
"icon": "fas fa-sitemap",
"code": "Support",
"cdn": true,
"nodejs": "v14.16.1",
"opencollective": false,
"reponame": "corifeus-app-web-pages",
"build": true,
"angular": "11.2.13"
},
"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": "~11.2.13",
"@angular/cdk": "^11.2.12",
"@angular/common": "~11.2.13",
"@angular/compiler": "~11.2.13",
"@angular/core": "~11.2.13",
"@angular/forms": "~11.2.13",
"@angular/material": "^11.2.12",
"@angular/platform-browser": "~11.2.13",
"@angular/platform-browser-dynamic": "~11.2.13",
"@angular/router": "~11.2.13",
"@fortawesome/fontawesome-free": "^5.15.3",
"@types/marked": "^2.0.2",
"@types/node": "^15.0.2",
"emoji-regex": "^9.2.2",
"highlight.js": "^10.7.2",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"marked": "=2.0.3",
"material-design-icons": "^3.0.1",
"mobile-detect": "^1.4.5",
"rxjs": "~6.6.3",
"tslib": "^2.0.3",
"twemoji": "=13.0.2",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.12",
"@angular-eslint/builder": "4.2.0",
"@angular-eslint/eslint-plugin": "4.2.0",
"@angular-eslint/eslint-plugin-template": "4.2.0",
"@angular-eslint/schematics": "4.2.0",
"@angular-eslint/template-parser": "4.2.0",
"@angular/cli": "~11.2.12",
"@angular/compiler-cli": "~11.2.13",
"@fontsource/roboto": "^4.3.0",
"@fontsource/roboto-mono": "^4.3.0",
"@types/jasmine": "~3.7.2",
"@types/jasminewd2": "~2.0.9",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.2",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"codelyzer": "^6.0.2",
"corifeus-builder": "^2021.4.129",
"eslint": "^7.26.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "34.0.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.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.6.0",
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
"typescript": "~4.0.3"
},
"engines": {
"node": ">=12.13.0"
}
}