@angular-devkit/build-angular
Version:
Angular Webpack Build Facade
135 lines (134 loc) • 3.81 kB
JSON
{
"name": "@angular-devkit/build-angular",
"version": "0.1100.0-next.6",
"description": "Angular Webpack Build Facade",
"experimental": true,
"main": "src/index.js",
"typings": "src/index.d.ts",
"builders": "builders.json",
"dependencies": {
"@angular-devkit/architect": "0.1100.0-next.6",
"@angular-devkit/build-optimizer": "0.1100.0-next.6",
"@angular-devkit/build-webpack": "0.1100.0-next.6",
"@angular-devkit/core": "11.0.0-next.6",
"@babel/core": "7.11.6",
"@babel/generator": "7.11.6",
"@babel/plugin-transform-runtime": "7.11.5",
"@babel/preset-env": "7.11.5",
"@babel/runtime": "7.11.2",
"@babel/template": "7.10.4",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@ngtools/webpack": "11.0.0-next.6",
"ansi-colors": "4.1.1",
"autoprefixer": "9.8.6",
"babel-loader": "8.1.0",
"browserslist": "^4.9.1",
"cacache": "15.0.5",
"caniuse-lite": "^1.0.30001032",
"circular-dependency-plugin": "5.2.0",
"copy-webpack-plugin": "6.2.0",
"core-js": "3.6.4",
"css-loader": "4.3.0",
"cssnano": "4.1.10",
"file-loader": "6.1.0",
"find-cache-dir": "3.3.1",
"glob": "7.1.6",
"inquirer": "7.3.3",
"jest-worker": "26.5.0",
"karma-source-map-support": "1.4.0",
"less": "3.12.2",
"less-loader": "7.0.1",
"license-webpack-plugin": "2.3.0",
"loader-utils": "2.0.0",
"mini-css-extract-plugin": "0.11.3",
"minimatch": "3.0.4",
"open": "7.3.0",
"ora": "5.1.0",
"parse5-html-rewriting-stream": "6.0.1",
"pnp-webpack-plugin": "1.6.4",
"postcss": "7.0.32",
"postcss-import": "12.0.1",
"postcss-loader": "4.0.3",
"raw-loader": "4.0.1",
"regenerator-runtime": "0.13.7",
"resolve-url-loader": "3.1.1",
"rimraf": "3.0.2",
"rollup": "2.28.2",
"rxjs": "6.6.3",
"sass": "1.26.12",
"sass-loader": "10.0.2",
"semver": "7.3.2",
"source-map": "0.7.3",
"source-map-loader": "1.1.0",
"source-map-support": "0.5.19",
"speed-measure-webpack-plugin": "1.3.3",
"style-loader": "1.3.0",
"stylus": "0.54.8",
"stylus-loader": "4.1.0",
"terser": "5.3.4",
"terser-webpack-plugin": "4.2.2",
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"webpack": "4.44.2",
"webpack-dev-middleware": "3.7.2",
"webpack-dev-server": "3.11.0",
"webpack-merge": "5.2.0",
"webpack-sources": "2.0.1",
"webpack-subresource-integrity": "1.4.1",
"worker-plugin": "5.0.0"
},
"peerDependencies": {
"@angular/compiler-cli": "^11.0.0 || ^11.0.0-next",
"@angular/localize": "^11.0.0 || ^11.0.0-next",
"karma": "^5.2.0",
"ng-packagr": "^10.0.0",
"protractor": "^7.0.0",
"tslint": "^6.1.0",
"typescript": ">=3.9 < 4.1"
},
"peerDependenciesMeta": {
"@angular/localize": {
"optional": true
},
"karma": {
"optional": true
},
"ng-packagr": {
"optional": true
},
"protractor": {
"optional": true
},
"tslint": {
"optional": true
}
},
"keywords": [
"angular",
"Angular CLI",
"devkit",
"sdk",
"Angular DevKit"
],
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
},
"engines": {
"node": ">= 10.13.0",
"npm": ">= 6.11.0",
"yarn": ">= 1.13.0"
},
"author": "Angular Authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"homepage": "https://github.com/angular/angular-cli",
"husky": {
"hooks": {
"commit-msg": "yarn -s ng-dev commit-message pre-commit-validate --file-env-variable HUSKY_GIT_PARAMS",
"prepare-commit-msg": "yarn -s ng-dev commit-message restore-commit-message-draft --file-env-variable HUSKY_GIT_PARAMS"
}
}
}