RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-angular-compile",
    "version": "2021.4.110",
    "corifeus": {
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "Logico",
        "nodejs": "v14.15.5",
        "opencollective": false,
        "reponame": "angular-compile",
        "build": true,
        "cdn": true,
        "angular": "11.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": "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 --output-hashing=all --configuration=production --deploy-url=/ --base-href=/ --aot=false --build-optimizer=false --optimization=true",
        "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": "~11.2.1",
        "@angular/cdk": "^11.2.1",
        "@angular/common": "~11.2.1",
        "@angular/compiler": "~11.2.1",
        "@angular/core": "~11.2.1",
        "@angular/forms": "~11.2.1",
        "@angular/material": "^11.2.1",
        "@angular/platform-browser": "~11.2.1",
        "@angular/platform-browser-dynamic": "~11.2.1",
        "@angular/router": "~11.2.1",
        "rxjs": "~6.6.3",
        "tslib": "^2.0.3",
        "zone.js": "~0.10.3"
    },
    "devDependencies": {
        "@angular-devkit/build-angular": "~0.1102.1",
        "@angular/cli": "~11.2.1",
        "@angular/compiler-cli": "~11.2.1",
        "@types/jasmine": "~3.6.4",
        "@types/jasminewd2": "~2.0.8",
        "@types/lodash": "^4.14.168",
        "@types/node": "^14.14.31",
        "codelyzer": "^6.0.1",
        "corifeus-builder": "^2021.4.121",
        "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.21",
        "ng-packagr": "^11.0.1",
        "protractor": "~7.0.0",
        "ts-node": "~9.1.1",
        "typescript": "~4.0.3",
        "webpack-bundle-analyzer": "^4.4.0",
        "eslint": "^7.20.0",
        "eslint-plugin-import": "2.22.1",
        "eslint-plugin-jsdoc": "32.1.0",
        "eslint-plugin-prefer-arrow": "1.2.3",
        "@angular-eslint/builder": "1.2.0",
        "@angular-eslint/eslint-plugin": "1.2.0",
        "@angular-eslint/eslint-plugin-template": "1.2.0",
        "@angular-eslint/schematics": "1.2.0",
        "@angular-eslint/template-parser": "1.2.0",
        "@typescript-eslint/eslint-plugin": "4.15.1",
        "@typescript-eslint/parser": "4.15.1"
    },
    "engines": {
        "node": ">=12.13.0"
    }
}