123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "name": "@angular/build",
- "version": "19.2.5",
- "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.1902.5",
- "@babel/core": "7.26.10",
- "@babel/helper-annotate-as-pure": "7.25.9",
- "@babel/helper-split-export-declaration": "7.24.7",
- "@babel/plugin-syntax-import-attributes": "7.26.0",
- "@inquirer/confirm": "5.1.6",
- "@vitejs/plugin-basic-ssl": "1.2.0",
- "beasties": "0.2.0",
- "browserslist": "^4.23.0",
- "esbuild": "0.25.1",
- "fast-glob": "3.3.3",
- "https-proxy-agent": "7.0.6",
- "istanbul-lib-instrument": "6.0.3",
- "listr2": "8.2.5",
- "magic-string": "0.30.17",
- "mrmime": "2.0.1",
- "parse5-html-rewriting-stream": "7.0.0",
- "picomatch": "4.0.2",
- "piscina": "4.8.0",
- "rollup": "4.34.8",
- "sass": "1.85.0",
- "semver": "7.7.1",
- "source-map-support": "0.5.21",
- "vite": "6.2.3",
- "watchpack": "2.4.2"
- },
- "optionalDependencies": {
- "lmdb": "3.2.6"
- },
- "peerDependencies": {
- "@angular/compiler": "^19.0.0 || ^19.2.0-next.0",
- "@angular/compiler-cli": "^19.0.0 || ^19.2.0-next.0",
- "@angular/localize": "^19.0.0 || ^19.2.0-next.0",
- "@angular/platform-server": "^19.0.0 || ^19.2.0-next.0",
- "@angular/service-worker": "^19.0.0 || ^19.2.0-next.0",
- "@angular/ssr": "^19.2.5",
- "karma": "^6.4.0",
- "less": "^4.2.0",
- "ng-packagr": "^19.0.0 || ^19.2.0-next.0",
- "postcss": "^8.4.0",
- "tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
- "typescript": ">=5.5 <5.9"
- },
- "peerDependenciesMeta": {
- "@angular/localize": {
- "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
- }
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/angular/angular-cli.git"
- },
- "packageManager": "pnpm@9.15.6",
- "engines": {
- "node": "^18.19.1 || ^20.11.1 || >=22.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"
- }
|