{ "name": "p3x-angular-compile", "version": "2020.10.156", "corifeus": { "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Logico", "nodejs": "v12.19.0", "opencollective": false, "reponame": "angular-compile", "build": true, "cdn": true, "angular": "10.2.0", "publish-location": "./dist/angular-compile" }, "description": "🆖 Angular Dynamic Compile - Convert strings to Angular components", "scripts": { "ng": "ng", "start": "ng serve --aot=false", "build": "ng build", "test": "grunt", "lint": "ng lint", "e2e": "ng e2e", "build-lib": "ng build --prod --project angular-compile && cp README.md ./dist/angular-compile && cp LICENSE ./dist/angular-compile && node node_modules/corifeus-builder/src/utils/angular/post-lib-build.js", "build-app-info": "Have to disable AOT for this build", "build-app": "ng build --prod --source-map=false --extract-css=true --output-hashing=all --configuration=production --deploy-url=/ --base-href=/ --aot=false --build-optimizer=false --optimization=true" }, "repository": { "type": "git", "url": "git+https://github.com/patrikx3/angular-compile.git" }, "keywords": [ "p3x", "angular", "ng", "compile", "html", "angular", "dynamic", "aot" ], "author": "Patrik Laszlo ", "license": "MIT", "bugs": { "url": "https://github.com/patrikx3/angular-compile/issues" }, "homepage": "https://corifeus.com/angular-compile", "dependencies": { "@angular/animations": "~10.2.0", "@angular/cdk": "^10.2.5", "@angular/common": "~10.2.0", "@angular/compiler": "~10.2.0", "@angular/core": "~10.2.0", "@angular/forms": "~10.2.0", "@angular/material": "^10.2.5", "@angular/platform-browser": "~10.2.0", "@angular/platform-browser-dynamic": "~10.2.0", "@angular/router": "~10.2.0", "rxjs": "~6.6.3", "tslib": "^2.0.3", "zone.js": "~0.10.3" }, "devDependencies": { "@angular-devkit/build-angular": "~0.1001.7", "@angular/cli": "~10.1.7", "@angular/compiler-cli": "~10.2.0", "@types/jasmine": "~3.5.14", "@types/jasminewd2": "~2.0.8", "@types/lodash": "^4.14.162", "@types/node": "^14.14.2", "codelyzer": "^6.0.1", "corifeus-builder": "^2020.10.137", "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", "lodash": "^4.17.20", "ng-packagr": "^10.1.2", "protractor": "~7.0.0", "ts-node": "~9.0.0", "tslint": "~6.1.3", "typescript": "~4.0.3" }, "engines": { "node": ">=12.13.0" } }