mirror of
https://github.com/angular/angular-cli.git
synced 2025-04-19 16:18:03 +08:00
With the migration to `rules_js`, package specific dependencies now only need to be referenced with the source `package.json` for each specific package. Most of the `@angular/build` specific dependencies have now been moved. This is not exhaustive and further changes will continue to move additional dependencies.
198 lines
6.5 KiB
JSON
198 lines
6.5 KiB
JSON
{
|
|
"name": "@angular/devkit-repo",
|
|
"version": "20.0.0-next.1",
|
|
"private": true,
|
|
"description": "Software Development Kit for Angular",
|
|
"keywords": [
|
|
"angular",
|
|
"Angular CLI",
|
|
"devkit",
|
|
"sdk",
|
|
"Angular DevKit"
|
|
],
|
|
"scripts": {
|
|
"admin": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/devkit-admin.mjs",
|
|
"bazel": "bazelisk",
|
|
"test": "bazel test //packages/...",
|
|
"build": "pnpm -s admin build",
|
|
"lint": "eslint --cache --max-warnings=0 \"**/*.@(ts|mts|cts)\"",
|
|
"templates": "pnpm -s admin templates",
|
|
"validate": "pnpm -s admin validate",
|
|
"postinstall": "pnpm -s webdriver-update && husky",
|
|
"//webdriver-update-README": "ChromeDriver version must match Puppeteer Chromium version, see https://github.com/GoogleChrome/puppeteer/releases http://chromedriver.chromium.org/downloads",
|
|
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 106.0.5249.21",
|
|
"public-api:check": "node goldens/public-api/manage.js test",
|
|
"ng-dev": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only node_modules/@angular/ng-dev/bundles/cli.mjs",
|
|
"public-api:update": "node goldens/public-api/manage.js accept",
|
|
"ts-circular-deps": "pnpm -s ng-dev ts-circular-deps --config ./scripts/circular-deps-test.conf.mjs",
|
|
"check-tooling-setup": "tsc --project .ng-dev/tsconfig.json",
|
|
"diff-release-package": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/diff-release-package.mts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular-cli.git"
|
|
},
|
|
"packageManager": "pnpm@9.15.6",
|
|
"engines": {
|
|
"node": "^20.11.1 || >=22.0.0",
|
|
"npm": "Please use pnpm instead of NPM to install dependencies",
|
|
"yarn": "Please use pnpm instead of Yarn to install dependencies",
|
|
"pnpm": "^9.15.6"
|
|
},
|
|
"author": "Angular Authors",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular/angular-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/angular/angular-cli",
|
|
"devDependencies": {
|
|
"@angular/animations": "20.0.0-next.2",
|
|
"@angular/cdk": "20.0.0-next.1",
|
|
"@angular/common": "20.0.0-next.2",
|
|
"@angular/compiler": "20.0.0-next.2",
|
|
"@angular/compiler-cli": "20.0.0-next.2",
|
|
"@angular/core": "20.0.0-next.2",
|
|
"@angular/forms": "20.0.0-next.2",
|
|
"@angular/localize": "20.0.0-next.2",
|
|
"@angular/material": "20.0.0-next.1",
|
|
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9fd3adb2e8b9a0fef1ba5bc905a900e018445e05",
|
|
"@angular/platform-browser": "20.0.0-next.2",
|
|
"@angular/platform-browser-dynamic": "20.0.0-next.2",
|
|
"@angular/platform-server": "20.0.0-next.2",
|
|
"@angular/router": "20.0.0-next.2",
|
|
"@angular/service-worker": "20.0.0-next.2",
|
|
"@babel/core": "7.26.10",
|
|
"@babel/generator": "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",
|
|
"@bazel/bazelisk": "1.25.0",
|
|
"@bazel/buildifier": "8.0.3",
|
|
"@eslint/compat": "1.2.7",
|
|
"@eslint/eslintrc": "3.3.0",
|
|
"@eslint/js": "9.22.0",
|
|
"@rollup/plugin-alias": "^5.1.1",
|
|
"@rollup/plugin-commonjs": "^28.0.0",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.0.5",
|
|
"@stylistic/eslint-plugin": "^4.0.0",
|
|
"@types/babel__core": "7.20.5",
|
|
"@types/babel__generator": "^7.6.8",
|
|
"@types/browser-sync": "^2.27.0",
|
|
"@types/express": "^4.16.0",
|
|
"@types/http-proxy": "^1.17.4",
|
|
"@types/ini": "^4.0.0",
|
|
"@types/jasmine": "~5.1.0",
|
|
"@types/jasmine-reporters": "^2",
|
|
"@types/karma": "^6.3.0",
|
|
"@types/less": "^3.0.3",
|
|
"@types/loader-utils": "^2.0.0",
|
|
"@types/lodash": "^4.17.0",
|
|
"@types/node": "^20.17.19",
|
|
"@types/npm-package-arg": "^6.1.0",
|
|
"@types/pacote": "^11.1.3",
|
|
"@types/picomatch": "^3.0.0",
|
|
"@types/progress": "^2.0.3",
|
|
"@types/resolve": "^1.17.1",
|
|
"@types/semver": "^7.3.12",
|
|
"@types/shelljs": "^0.8.11",
|
|
"@types/watchpack": "^2.4.4",
|
|
"@types/yargs": "^17.0.20",
|
|
"@types/yargs-parser": "^21.0.0",
|
|
"@types/yarnpkg__lockfile": "^1.1.5",
|
|
"@typescript-eslint/eslint-plugin": "8.26.1",
|
|
"@typescript-eslint/parser": "8.26.1",
|
|
"@web/test-runner": "^0.20.0",
|
|
"ajv": "8.17.1",
|
|
"ansi-colors": "4.1.3",
|
|
"beasties": "0.2.0",
|
|
"browser-sync": "3.0.3",
|
|
"browserslist": "^4.21.5",
|
|
"buffer": "6.0.3",
|
|
"esbuild": "0.25.1",
|
|
"esbuild-wasm": "0.25.1",
|
|
"eslint": "9.22.0",
|
|
"eslint-config-prettier": "10.1.1",
|
|
"eslint-plugin-header": "3.1.1",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"express": "4.21.2",
|
|
"fast-glob": "3.3.3",
|
|
"globals": "16.0.0",
|
|
"http-proxy": "^1.18.1",
|
|
"http-proxy-middleware": "3.0.3",
|
|
"https-proxy-agent": "7.0.6",
|
|
"husky": "9.1.7",
|
|
"istanbul-lib-instrument": "6.0.3",
|
|
"jasmine": "~5.6.0",
|
|
"jasmine-core": "~5.6.0",
|
|
"jasmine-reporters": "^2.5.2",
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
"karma-source-map-support": "1.4.0",
|
|
"listr2": "8.2.5",
|
|
"lodash": "^4.17.21",
|
|
"npm": "^11.0.0",
|
|
"open": "10.1.0",
|
|
"ora": "5.4.1",
|
|
"prettier": "^3.0.0",
|
|
"protractor": "~7.0.0",
|
|
"puppeteer": "18.2.1",
|
|
"quicktype-core": "23.0.171",
|
|
"rollup": "4.36.0",
|
|
"rollup-license-plugin": "~3.0.1",
|
|
"rollup-plugin-sourcemaps": "^0.6.0",
|
|
"rxjs": "7.8.2",
|
|
"semver": "7.7.1",
|
|
"shelljs": "^0.9.0",
|
|
"source-map-support": "0.5.21",
|
|
"symbol-observable": "4.0.0",
|
|
"tar": "^7.0.0",
|
|
"tree-kill": "1.2.2",
|
|
"ts-node": "^10.9.1",
|
|
"tslib": "2.8.1",
|
|
"typescript": "5.8.2",
|
|
"undici": "7.5.0",
|
|
"unenv": "^1.10.0",
|
|
"verdaccio": "6.0.5",
|
|
"verdaccio-auth-memory": "^10.0.0",
|
|
"yargs-parser": "21.1.1",
|
|
"zone.js": "^0.15.0"
|
|
},
|
|
"dependenciesMeta": {
|
|
"esbuild": {
|
|
"built": true
|
|
},
|
|
"puppeteer": {
|
|
"built": true
|
|
}
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"puppeteer",
|
|
"webdriver-manager"
|
|
],
|
|
"overrides": {
|
|
"@angular/build": "workspace:*"
|
|
},
|
|
"packageExtensions": {
|
|
"grpc-gcp": {
|
|
"peerDependencies": {
|
|
"protobufjs": "*"
|
|
}
|
|
},
|
|
"@angular/platform-server": {
|
|
"peerDependencies": {
|
|
"rxjs": "*"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"resolutions": {
|
|
"typescript": "5.8.2"
|
|
}
|
|
}
|