-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 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
52
53
54
55
56
{
"name": "rules_angular",
"version": "1.0.0",
"description": "",
"scripts": {
"ng-dev": "bash ../../../tools/local-dev.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"pnpm": {
"onlyBuiltDependencies": [],
"packageExtensions": {
"grpc-gcp": {
"peerDependencies": {
"protobufjs": "*"
}
}
}
},
"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"
},
"dependencies": {
"@angular/compiler-cli": "22.0.0-next.3",
"typescript": "5.9.3"
},
"devDependencies": {
"@angular/build": "22.0.0-next.1",
"@angular/cli": "22.0.0-next.1",
"@angular/common": "22.0.0-next.3",
"@angular/compiler": "22.0.0-next.3",
"@angular/core": "22.0.0-next.3",
"@angular/platform-browser": "22.0.0-next.3",
"@babel/core": "^7.28.5",
"@bazel/bazelisk": "1.28.1",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/node": "^22.10.1",
"json-stable-stringify": "^1.2.1",
"lru-cache": "^11.1.0",
"magic-string": "0.30.21",
"memfs": "^4.14.0",
"rollup": "^4.59.0",
"rollup-plugin-dts": "6.3.0",
"rollup-plugin-sourcemaps2": "^0.5.0",
"rxjs": "^7.8.2",
"tinyglobby": "0.2.15",
"tslib": "^2.8.1",
"zod": "^4.1.13",
"zone.js": "^0.16.0"
}
}