{
"name": "corifeus-app-web-pages",
"version": "2021.10.151",
"corifeus": {
"icon": "fas fa-sitemap",
"code": "Support",
"cdn": true,
"nodejs": "v16.13.0",
"opencollective": false,
"reponame": "corifeus-app-web-pages",
"build": true,
"angular": "13.0.0"
},
"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": "~13.0.0",
"@angular/cdk": "^13.0.0",
"@angular/common": "~13.0.0",
"@angular/compiler": "~13.0.0",
"@angular/core": "~13.0.0",
"@angular/forms": "~13.0.0",
"@angular/material": "^13.0.0",
"@angular/platform-browser": "~13.0.0",
"@angular/platform-browser-dynamic": "~13.0.0",
"@angular/router": "~13.0.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@types/marked": "^4.0.0",
"@types/node": "^16.11.7",
"emoji-regex": "^10.0.0",
"highlight.js": "^11.3.1",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"marked": "=4.0.0",
"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": "~13.0.1",
"@angular/cli": "~13.0.1",
"@angular/compiler-cli": "~13.0.0",
"@fontsource/roboto": "^4.5.1",
"@fontsource/roboto-mono": "^4.5.0",
"@types/jasmine": "~3.10.2",
"@types/jasminewd2": "~2.0.10",
"@types/js-cookie": "^3.0.0",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"codelyzer": "^6.0.2",
"corifeus-builder": "^2021.10.194",
"eslint": "^8.2.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsdoc": "37.0.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "~3.10.1",
"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.4.0",
"typescript": "~4.4.4",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-sources": "^3.2.1"
},
"engines": {
"node": ">=12.13.0"
}
}