mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 09:37:18 +08:00
119 lines
3.8 KiB
JSON
119 lines
3.8 KiB
JSON
{
|
|
"name": "@angular/devkit-repo",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Software Development Kit for Angular",
|
|
"bin": {
|
|
"architect": "./bin/architect",
|
|
"benchmark": "./bin/benchmark",
|
|
"build-optimizer": "./bin/build-optimizer",
|
|
"devkit-admin": "./bin/devkit-admin",
|
|
"ng": "./bin/ng",
|
|
"schematics": "./bin/schematics"
|
|
},
|
|
"keywords": [
|
|
"angular",
|
|
"Angular CLI",
|
|
"devkit",
|
|
"sdk",
|
|
"Angular DevKit"
|
|
],
|
|
"scripts": {
|
|
"admin": "node ./bin/devkit-admin",
|
|
"build": "npm run admin -- build",
|
|
"build-tsc": "tsc -p tsconfig.json",
|
|
"fix": "npm run admin -- lint --fix",
|
|
"lint": "npm run admin -- lint",
|
|
"prebuildifier": "bazel build --noshow_progress @com_github_bazelbuild_buildtools//buildifier",
|
|
"buildifier": "find . -type f \\( -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs $(bazel info bazel-bin)/external/com_github_bazelbuild_buildtools/buildifier/buildifier",
|
|
"templates": "node ./bin/devkit-admin templates",
|
|
"test": "node ./bin/devkit-admin test",
|
|
"test-large": "node ./bin/devkit-admin test --large --spec-reporter",
|
|
"test-cli-e2e": "node ./tests/legacy-cli/run_e2e",
|
|
"test:watch": "nodemon --watch packages -e ts ./bin/devkit-admin test",
|
|
"validate": "node ./bin/devkit-admin validate",
|
|
"validate-commits": "./bin/devkit-admin validate-commits",
|
|
"prepush": "node ./bin/devkit-admin hooks/pre-push",
|
|
"preinstall": "node ./tools/yarn/check-yarn.js",
|
|
"webdriver-update-appveyor": "webdriver-manager update --standalone false --gecko false --versions.chrome 2.37",
|
|
"webdriver-update-circleci": "webdriver-manager update --standalone false --gecko false --versions.chrome $CHROMEDRIVER_VERSION_ARG "
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular-cli.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.9.0 <11.0.0",
|
|
"yarn": ">=1.9.0 <2.0.0"
|
|
},
|
|
"author": "Angular Authors",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular/angular-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/angular/angular-cli",
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/angular/*",
|
|
"packages/angular_devkit/*",
|
|
"packages/ngtools/*",
|
|
"packages/schematics/*"
|
|
],
|
|
"nohoist": [
|
|
"@angular/compiler-cli"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"glob": "^7.0.3",
|
|
"node-fetch": "^2.2.0",
|
|
"quicktype-core": "^5.0.41",
|
|
"temp": "^0.8.3",
|
|
"tslint": "^5.11.0",
|
|
"typescript": "~3.1.1",
|
|
"yarn": "^1.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/compiler": "^7.0.0-rc.0",
|
|
"@angular/compiler-cli": "^7.0.0-rc.0",
|
|
"@bazel/typescript": "0.16.1",
|
|
"@ngtools/json-schema": "^1.1.0",
|
|
"@types/copy-webpack-plugin": "^4.4.1",
|
|
"@types/express": "^4.16.0",
|
|
"@types/glob": "^5.0.35",
|
|
"@types/inquirer": "^0.0.42",
|
|
"@types/istanbul": "^0.4.30",
|
|
"@types/jasmine": "^2.8.8",
|
|
"@types/loader-utils": "^1.1.3",
|
|
"@types/minimist": "^1.2.0",
|
|
"@types/node": "8.10.10",
|
|
"@types/request": "^2.47.1",
|
|
"@types/semver": "^5.5.0",
|
|
"@types/source-map": "0.5.2",
|
|
"@types/webpack": "^4.4.11",
|
|
"@types/webpack-dev-server": "^3.1.0",
|
|
"@types/webpack-sources": "^0.1.5",
|
|
"common-tags": "^1.8.0",
|
|
"conventional-changelog": "^1.1.0",
|
|
"conventional-commits-parser": "^3.0.0",
|
|
"gh-got": "^7.0.0",
|
|
"git-raw-commits": "^2.0.0",
|
|
"husky": "^0.14.3",
|
|
"istanbul": "^0.4.5",
|
|
"jasmine": "^2.6.0",
|
|
"jasmine-spec-reporter": "^3.2.0",
|
|
"license-checker": "^20.1.0",
|
|
"minimatch": "^3.0.4",
|
|
"minimist": "^1.2.0",
|
|
"rxjs": "~6.3.0",
|
|
"semver": "^5.3.0",
|
|
"source-map": "^0.5.6",
|
|
"source-map-support": "^0.5.0",
|
|
"spdx-satisfies": "^4.0.0",
|
|
"tar": "^4.4.4",
|
|
"through2": "^2.0.3",
|
|
"ts-node": "^5.0.0",
|
|
"tslint-no-circular-imports": "^0.5.0",
|
|
"tslint-sonarts": "^1.7.0"
|
|
}
|
|
}
|