forked from angular/angular-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
157 lines (157 loc) · 5.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"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",
"bazel:format": "find . -type f \\( -name \"*.bzl\" -or -name WORKSPACE -or -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs buildifier -v --warnings=attr-cfg,attr-license,attr-non-empty,attr-output-default,attr-single-file,constant-glob,ctx-args,depset-iteration,depset-union,dict-concatenation,duplicated-name,filetype,git-repository,http-archive,integer-division,load,load-on-top,native-build,native-package,output-group,package-name,package-on-top,positional-args,redefined-variable,repository-name,same-origin-load,string-iteration,unused-variable",
"bazel:lint": "yarn bazel:format --lint=warn",
"bazel:lint-fix": "yarn bazel:format --lint=fix",
"bazel:test": "bazel test //...",
"build": "npm run admin -- build",
"build-tsc": "tsc -p tsconfig.json",
"debug:test": "node --inspect-brk ./bin/devkit-admin test",
"debug:test-large": "node --inspect-brk ./bin/devkit-admin test --large --spec-reporter",
"fix": "npm run admin -- lint --fix",
"lint": "npm run admin -- lint",
"templates": "node ./bin/devkit-admin templates",
"test": "node ./bin/devkit-admin test",
"test-large": "node ./bin/devkit-admin test --large --spec-reporter",
"validate": "node ./bin/devkit-admin validate",
"validate-commits": "./bin/devkit-admin validate-commits",
"preinstall": "node ./tools/yarn/check-yarn.js",
"//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 79.0.3945.16",
"ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
},
"engines": {
"node": ">=10.13.0 <13.0.0",
"yarn": ">=1.17.3 <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": {
"@types/debug": "^4.1.2",
"@types/node-fetch": "^2.1.6",
"@types/progress": "^2.0.3",
"@types/universal-analytics": "^0.4.2",
"@types/uuid": "^3.4.4",
"debug": "^4.1.1",
"glob": "^7.0.3",
"node-fetch": "^2.2.0",
"prettier": "^1.16.4",
"puppeteer": "2.0.0",
"quicktype-core": "^6.0.15",
"temp": "^0.9.0",
"tslint": "^5.15.0",
"typescript": "3.6.4"
},
"devDependencies": {
"@angular/compiler": "9.0.0-rc.6",
"@angular/compiler-cli": "9.0.0-rc.6",
"@bazel/bazel": "1.2.0",
"@bazel/buildifier": "0.29.0",
"@bazel/jasmine": "0.42.3",
"@bazel/karma": "0.42.3",
"@bazel/labs": "0.42.3",
"@bazel/typescript": "0.42.3",
"@types/babel__core": "7.1.3",
"@types/browserslist": "^4.4.0",
"@types/caniuse-lite": "^1.0.0",
"@types/clean-css": "^4.2.1",
"@types/copy-webpack-plugin": "^4.4.1",
"@types/express": "^4.16.0",
"@types/fast-json-stable-stringify": "^2.0.0",
"@types/find-cache-dir": "^2.0.0",
"@types/glob": "^7.0.0",
"@types/inquirer": "^0.0.44",
"@types/jasmine": "~3.5.0",
"@types/karma": "^3.0.2",
"@types/loader-utils": "^1.1.3",
"@types/minimist": "^1.2.0",
"@types/node": "10.12.30",
"@types/npm-package-arg": "^6.1.0",
"@types/request": "^2.47.1",
"@types/rimraf": "^2.0.2",
"@types/semver": "^6.0.0",
"@types/webpack": "^4.32.1",
"@types/webpack-dev-server": "^3.1.7",
"@types/webpack-sources": "^0.1.5",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "6.10.2",
"ansi-colors": "3.2.4",
"common-tags": "^1.8.0",
"conventional-changelog": "^1.1.0",
"conventional-commits-parser": "^3.0.0",
"gh-got": "^8.0.1",
"git-raw-commits": "^2.0.0",
"husky": "^1.3.1",
"jasmine": "^3.3.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "~4.4.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"license-checker": "^20.1.0",
"minimatch": "^3.0.4",
"minimist": "^1.2.0",
"npm-registry-client": "8.6.0",
"ora": "^4.0.2",
"pacote": "10.2.1",
"pidtree": "^0.3.0",
"pidusage": "^2.0.17",
"rxjs": "6.5.3",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz",
"semver": "6.3.0",
"source-map": "^0.7.3",
"source-map-support": "^0.5.0",
"spdx-satisfies": "^4.0.0",
"tar": "^4.4.4",
"through2": "^2.0.3",
"tree-kill": "^1.2.0",
"ts-api-guardian": "0.4.6",
"ts-node": "^5.0.0",
"tslint-no-circular-imports": "^0.7.0",
"tslint-sonarts": "1.9.0",
"verdaccio": "4.3.5"
},
"husky": {
"hooks": {
"pre-push": "node ./bin/devkit-admin hooks/pre-push"
}
}
}