{
"name": "corifeus-app-web-pages",
"version": "2020.10.255",
"corifeus": {
"icon": "fas fa-sitemap",
"code": "Support",
"cdn": true,
"nodejs": "v14.15.1",
"opencollective": false,
"reponame": "corifeus-app-web-pages",
"build": true,
"angular": "11.0.2"
},
"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.0.2",
"@angular/cdk": "^11.0.1",
"@angular/common": "~11.0.2",
"@angular/compiler": "~11.0.2",
"@angular/core": "~11.0.2",
"@angular/forms": "~11.0.2",
"@angular/material": "^11.0.1",
"@angular/platform-browser": "~11.0.2",
"@angular/platform-browser-dynamic": "~11.0.2",
"@angular/router": "~11.0.2",
"@fortawesome/fontawesome-free": "^5.15.1",
"@types/marked": "^1.2.0",
"@types/node": "^14.14.10",
"emoji-regex": "^9.2.0",
"highlight.js": "^10.4.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"marked": "=1.2.5",
"material-design-icons": "^3.0.1",
"rxjs": "~6.6.3",
"tslib": "^2.0.3",
"twemoji": "=13.0.1",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.2",
"@angular/cli": "~11.0.2",
"@angular/compiler-cli": "~11.0.2",
"@types/jasmine": "~3.6.2",
"@types/jasminewd2": "~2.0.8",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.10",
"codelyzer": "^6.0.1",
"corifeus-builder": "^2020.10.147",
"fontsource-roboto": "^3.0.3",
"fontsource-roboto-mono": "^3.0.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.0.0",
"tslint": "~6.1.3",
"typescript": "~4.0.3"
},
"engines": {
"node": ">=12.13.0"
}
}