129 lines
3.0 KiB
JSON
129 lines
3.0 KiB
JSON
|
|
{
|
||
|
|
"name": "@angular/build",
|
||
|
|
"version": "21.2.1",
|
||
|
|
"description": "Official build system for Angular",
|
||
|
|
"keywords": [
|
||
|
|
"Angular CLI",
|
||
|
|
"Angular DevKit",
|
||
|
|
"angular",
|
||
|
|
"angular-cli",
|
||
|
|
"devkit",
|
||
|
|
"sdk"
|
||
|
|
],
|
||
|
|
"exports": {
|
||
|
|
".": {
|
||
|
|
"types": "./src/index.d.ts",
|
||
|
|
"default": "./src/index.js"
|
||
|
|
},
|
||
|
|
"./private": {
|
||
|
|
"default": "./src/private.js"
|
||
|
|
},
|
||
|
|
"./package.json": "./package.json"
|
||
|
|
},
|
||
|
|
"builders": "builders.json",
|
||
|
|
"dependencies": {
|
||
|
|
"@ampproject/remapping": "2.3.0",
|
||
|
|
"@angular-devkit/architect": "0.2102.1",
|
||
|
|
"@babel/core": "7.29.0",
|
||
|
|
"@babel/helper-annotate-as-pure": "7.27.3",
|
||
|
|
"@babel/helper-split-export-declaration": "7.24.7",
|
||
|
|
"@inquirer/confirm": "5.1.21",
|
||
|
|
"@vitejs/plugin-basic-ssl": "2.1.4",
|
||
|
|
"beasties": "0.4.1",
|
||
|
|
"browserslist": "^4.26.0",
|
||
|
|
"esbuild": "0.27.3",
|
||
|
|
"https-proxy-agent": "7.0.6",
|
||
|
|
"istanbul-lib-instrument": "6.0.3",
|
||
|
|
"jsonc-parser": "3.3.1",
|
||
|
|
"listr2": "9.0.5",
|
||
|
|
"magic-string": "0.30.21",
|
||
|
|
"mrmime": "2.0.1",
|
||
|
|
"parse5-html-rewriting-stream": "8.0.0",
|
||
|
|
"picomatch": "4.0.3",
|
||
|
|
"piscina": "5.1.4",
|
||
|
|
"rolldown": "1.0.0-rc.4",
|
||
|
|
"sass": "1.97.3",
|
||
|
|
"semver": "7.7.4",
|
||
|
|
"source-map-support": "0.5.21",
|
||
|
|
"tinyglobby": "0.2.15",
|
||
|
|
"undici": "7.22.0",
|
||
|
|
"vite": "7.3.1",
|
||
|
|
"watchpack": "2.5.1"
|
||
|
|
},
|
||
|
|
"optionalDependencies": {
|
||
|
|
"lmdb": "3.5.1"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"@angular/compiler": "^21.0.0",
|
||
|
|
"@angular/compiler-cli": "^21.0.0",
|
||
|
|
"@angular/core": "^21.0.0",
|
||
|
|
"@angular/localize": "^21.0.0",
|
||
|
|
"@angular/platform-browser": "^21.0.0",
|
||
|
|
"@angular/platform-server": "^21.0.0",
|
||
|
|
"@angular/service-worker": "^21.0.0",
|
||
|
|
"@angular/ssr": "^21.2.1",
|
||
|
|
"karma": "^6.4.0",
|
||
|
|
"less": "^4.2.0",
|
||
|
|
"ng-packagr": "^21.0.0",
|
||
|
|
"postcss": "^8.4.0",
|
||
|
|
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
|
||
|
|
"tslib": "^2.3.0",
|
||
|
|
"typescript": ">=5.9 <6.0",
|
||
|
|
"vitest": "^4.0.8"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"@angular/core": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"@angular/localize": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"@angular/platform-browser": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"@angular/platform-server": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"@angular/service-worker": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"@angular/ssr": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"karma": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"less": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"ng-packagr": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"postcss": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"tailwindcss": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"vitest": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/angular/angular-cli.git"
|
||
|
|
},
|
||
|
|
"packageManager": "pnpm@10.30.3",
|
||
|
|
"engines": {
|
||
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
||
|
|
"npm": "^6.11.0 || ^7.5.6 || >=8.0.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"
|
||
|
|
}
|