{
"name": "p3x-angular-compile",
"version": "2022.4.108",
"corifeus": {
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Logico",
"nodejs": "v16.13.2",
"opencollective": false,
"reponame": "angular-compile",
"build": true,
"cdn": true,
"angular": "13.2.1",
"publish-location": "./dist/angular-compile"
},
"description": "🆖 Angular Dynamic Compile - Convert strings to Angular components",
"scripts": {
"ng": "ng",
"start": "ng serve --hmr",
"build": "ng build",
"test": "grunt",
"lint": "ng lint",
"e2e": "ng e2e",
"build-lib": "mkdirp ./dist/angular-compile && ncp ./projects/angular-compile/src ./dist/angular-compile && ncp ./projects/angular-compile/package.json ./dist/angular-compile/package.json && cp README.md ./dist/angular-compile && cp LICENSE ./dist/angular-compile && node node_modules/corifeus-builder/src/utils/angular/post-lib-build.js",
"build-lib-old": "ng build --configuration=production --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 --configuration=production --source-map=false --output-hashing=all --base-href=/ --aot=false --build-optimizer=false --optimization=true && grunt htmlmin:dist",
"stats": "ng build --stats-json && webpack-bundle-analyzer dist/angular-compile-workspace/stats.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/angular-compile.git"
},
"keywords": [
"p3x",
"angular",
"ng",
"compile",
"html",
"angular",
"dynamic",
"aot"
],
"author": "Patrik Laszlo <alabard@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrikx3/angular-compile/issues"
},
"homepage": "https://corifeus.com/angular-compile",
"dependencies": {
"@angular/animations": "~13.2.1",
"@angular/cdk": "^13.2.1",
"@angular/common": "~13.2.1",
"@angular/compiler": "~13.2.1",
"@angular/core": "~13.2.1",
"@angular/forms": "~13.2.1",
"@angular/material": "^13.2.1",
"@angular/platform-browser": "~13.2.1",
"@angular/platform-browser-dynamic": "~13.2.1",
"@angular/router": "~13.2.1",
"postcss": "^8.4.6",
"rxjs": "~6.6.3",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.2.2",
"@angular/cli": "~13.2.2",
"@angular/compiler-cli": "~13.2.1",
"@types/jasmine": "~3.10.3",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^17.0.15",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"codelyzer": "^6.0.2",
"corifeus-builder": "^2022.4.108",
"eslint": "^8.8.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsdoc": "37.7.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "~4.0.0",
"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",
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"ng-packagr": "^13.0.3",
"protractor": "~7.0.0",
"ts-node": "~10.4.0",
"typescript": "~4.4.4",
"webpack-bundle-analyzer": "^4.5.0"
},
"engines": {
"node": ">=12.13.0"
}
}