forked from angular/dev-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
156 lines (156 loc) · 4.95 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
{
"name": "@angular/dev-infra-private",
"version": "0.0.0-{SCM_HEAD_SHA}",
"bin": {
"ng-dev": "./ng-dev/bundles/cli.mjs"
},
"private": true,
"scripts": {
"prepare": "husky install",
"ng-dev": "bash ./tools/local-dev.sh",
"lint": "yarn tslint -c tslint.json --project tsconfig.json",
"build-env-stamp": "ts-node --transpile-only --esm --project tsconfig.json ./ng-dev/release/stamping/_private_main.ts build-env-stamp",
"update-generated-files": "ts-node --transpile-only --esm --project tsconfig.json ./tools/update-generated-files.ts"
},
"exports": {
"./ng-dev": {
"types": "./ng-dev/index.d.ts",
"default": "./ng-dev/bundles/index.mjs"
},
"./ng-dev/*": {
"types": "./ng-dev/*.d.ts",
"default": "./ng-dev/bundles/*.mjs"
},
"./*": {
"default": "./*"
}
},
"packageManager": "[email protected]",
"dependencies": {
"@angular-devkit/build-angular": "14.1.0-next.2",
"@angular/benchpress": "0.3.0",
"@babel/core": "^7.16.0",
"@bazel/buildifier": "5.1.0",
"@bazel/concatjs": "5.5.0",
"@bazel/esbuild": "5.5.0",
"@bazel/protractor": "5.5.0",
"@bazel/runfiles": "5.5.0",
"@bazel/terser": "5.5.0",
"@bazel/typescript": "5.5.0",
"@microsoft/api-extractor": "7.25.2",
"@types/browser-sync": "^2.26.3",
"@types/node": "16.10.9",
"@types/selenium-webdriver": "^4.0.18",
"@types/send": "^0.17.1",
"@types/tmp": "^0.2.1",
"@types/uuid": "^8.3.1",
"@types/yargs": "^17.0.0",
"@yarnpkg/lockfile": "^1.1.0",
"browser-sync": "^2.27.7",
"clang-format": "1.8.0",
"prettier": "2.7.1",
"protractor": "^7.0.0",
"selenium-webdriver": "4.2.0",
"send": "^0.18.0",
"tmp": "^0.2.1",
"true-case-path": "^2.2.1",
"tslib": "^2.3.0",
"typescript": "~4.7.3",
"uuid": "^8.3.2",
"yargs": "^17.0.0"
},
"devDependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^5.0.0",
"@angular/animations": "14.1.0-next.2",
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
"@angular/cdk": "14.1.0-next.2",
"@angular/cli": "14.1.0-next.2",
"@angular/common": "14.1.0-next.2",
"@angular/compiler": "14.1.0-next.2",
"@angular/compiler-cli": "14.1.0-next.2",
"@angular/core": "14.1.0-next.2",
"@angular/fire": "^7.1.0-rc",
"@angular/forms": "14.1.0-next.2",
"@angular/material": "14.1.0-next.2",
"@angular/platform-browser": "14.1.0-next.2",
"@angular/platform-browser-dynamic": "14.1.0-next.2",
"@angular/router": "14.1.0-next.2",
"@bazel/bazelisk": "^1.11.0",
"@bazel/jasmine": "5.5.0",
"@google-cloud/firestore": "^5.0.2",
"@google-cloud/storage": "^6.0.0",
"@octokit/auth-app": "^3.6.0",
"@octokit/core": "^3.5.1",
"@octokit/graphql": "^4.8.0",
"@octokit/graphql-schema": "^10.72.0",
"@octokit/plugin-paginate-rest": "^2.13.5",
"@octokit/plugin-rest-endpoint-methods": "^5.3.3",
"@octokit/request-error": "^2.1.0",
"@octokit/rest": "^18.7.0",
"@octokit/types": "^6.16.6",
"@octokit/webhooks-types": "^5.5.1",
"@types/babel__core": "^7.1.19",
"@types/cli-progress": "^3.9.1",
"@types/conventional-commits-parser": "^3.0.1",
"@types/ejs": "^3.0.6",
"@types/events": "^3.0.0",
"@types/folder-hash": "^4.0.1",
"@types/git-raw-commits": "^2.0.0",
"@types/glob": "^7.1.3",
"@types/inquirer": "8.2.1",
"@types/jasmine": "^4.0.0",
"@types/jsdom": "^16.2.13",
"@types/semver": "^7.3.6",
"@types/supports-color": "^8.1.1",
"@types/wait-on": "^5.3.1",
"@types/which": "^2.0.1",
"@types/yarnpkg__lockfile": "^1.1.5",
"chalk": "^5.0.1",
"cli-progress": "^3.7.0",
"conventional-commits-parser": "^3.2.1",
"ejs": "^3.1.6",
"escodegen": "^1.13.0",
"firebase": "9.8.3",
"firebase-admin": "^11.0.0",
"firebase-functions": "^3.21.2",
"firebase-tools": "^11.0.1",
"folder-hash": "^4.0.2",
"font-color-contrast": "^11.1.0",
"gcip-cloud-functions": "0.0.3",
"git-raw-commits": "^2.0.10",
"glob": "7.2.0",
"husky": "^8.0.0",
"inquirer": "^8.0.0",
"jasmine": "~4.2.0",
"jasmine-core": "~4.2.0",
"jsdom": "^20.0.0",
"karma": "^6.3.15",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "~2.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.0.0",
"karma-jasmine-html-reporter": "~2.0.0",
"karma-requirejs": "^1.1.0",
"karma-sourcemap-loader": "^0.3.8",
"minimatch": "^5.0.0",
"multimatch": "^5.0.0",
"nock": "^13.0.3",
"node-fetch": "^3.2.5",
"protobufjs": "^6.11.3",
"requirejs": "^2.3.6",
"rxjs": "^7.4.0",
"semver": "^7.3.5",
"supports-color": "9.2.2",
"ts-node": "^10.8.1",
"tslint": "^6.1.3",
"typed-graphqlify": "^3.1.1",
"wait-on": "^6.0.0",
"which": "^2.0.2",
"yaml": "^2.0.0",
"zone.js": "^0.11.4"
},
"resolutions": {
"@angular/benchpress/@angular/core": "14.1.0-next.2"
}
}