-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 KB
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
{
"name": "@angular/build-tooling",
"version": "0.0.0-{SCM_HEAD_SHA}",
"private": true,
"packageManager": "pnpm@10.32.1",
"engines": {
"npm": "Please use pnpm instead of NPM to install dependencies",
"yarn": "Please use pnpm instead of Yarn to install dependencies",
"pnpm": "10.32.1"
},
"scripts": {
"prepare": "husky",
"ng-dev": "bash ./tools/local-dev.sh",
"lint": "tslint -c tslint.json --project tsconfig.json",
"build-env-stamp": "tsx --tsconfig tsconfig.json ./ng-dev/release/stamping/_private_main.ts build-env-stamp",
"update-generated-files": "pnpm ng-dev misc update-generated-files"
},
"exports": {
"./*": {
"default": "./*"
}
},
"devDependencies": {
"@angular/compiler-cli": "22.0.0-next.3",
"@bazel/bazelisk": "1.28.1",
"@bazel/buildifier": "8.2.1",
"firebase-tools": "15.9.1",
"husky": "9.1.7",
"jasmine-core": "6.1.0",
"jasmine-reporters": "2.5.2",
"jasmine": "6.1.0",
"prettier": "3.8.1",
"tslib": "^2.5.2",
"tslint": "6.1.3",
"tsx": "^4.15.7",
"typescript": "5.9.3"
},
"pnpm": {
"packageExtensions": {
"grpc-gcp": {
"peerDependencies": {
"protobufjs": "*"
}
}
},
"onlyBuiltDependencies": [
"firebase-functions",
"tsx"
]
}
}