This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 483
/
package.json
109 lines (109 loc) · 3.75 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
{
"name": "nguniversal",
"main": "index.js",
"version": "17.0.0-next.0",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/angular/universal"
},
"bugs": {
"url": "https://github.com/angular/universal/issues"
},
"config": {
"engine-strict": true
},
"engines": {
"node": "^16.14.0 || ^18.10.0",
"yarn": ">=1.21.1 <2",
"npm": "Please use yarn instead of NPM to install dependencies"
},
"scripts": {
"postinstall": "patch-package --patch-dir tools/postinstall/patches",
"lint": "eslint --cache --max-warnings=0 \"**/*.ts\"",
"ng-dev": "cross-env TS_NODE_PROJECT=$PWD/.ng-dev/tsconfig.json TS_NODE_TRANSPILE_ONLY=1 node --no-warnings --loader ts-node/esm node_modules/@angular/ng-dev/bundles/cli.mjs",
"build": "npm run bazel:build",
"bazel:build": "bazel build //modules/...",
"test": "bazel test //modules/...",
"build:watch": "ibazel build //modules/...",
"test:watch": "ibazel test //modules/...",
"check-tooling-setup": "tsc --project .ng-dev/tsconfig.json"
},
"resolutions": {
"@types/node": "^14.15.0"
},
"devDependencies": {
"@angular-devkit/architect": "0.1602.0",
"@angular-devkit/build-angular": "16.2.0",
"@angular-devkit/core": "16.2.0",
"@angular-devkit/schematics": "16.2.0",
"@angular/animations": "16.2.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#754afe314d2e82b49c6041d902fda6861272e901",
"@angular/cli": "16.2.0",
"@angular/common": "16.2.0",
"@angular/compiler": "16.2.0",
"@angular/compiler-cli": "16.2.0",
"@angular/core": "16.2.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ee235a0d8aa955a43267fe6733ab362c4e84ca92",
"@angular/platform-browser": "16.2.0",
"@angular/platform-browser-dynamic": "16.2.0",
"@angular/platform-server": "16.2.0",
"@angular/router": "16.2.0",
"@angular/service-worker": "16.2.0",
"@bazel/bazelisk": "1.12.1",
"@bazel/buildifier": "6.1.2",
"@bazel/concatjs": "5.8.1",
"@bazel/esbuild": "5.8.1",
"@bazel/ibazel": "0.16.2",
"@bazel/jasmine": "5.8.1",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@schematics/angular": "16.2.0",
"@types/browser-sync": "^2.26.1",
"@types/express": "~4.17.6",
"@types/fs-extra": "^11.0.0",
"@types/jasmine": "^4.0.0",
"@types/jsdom": "^21.0.0",
"@types/node": "^14.15.0",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "6.3.0",
"browser-sync": "^2.26.7",
"critters": "0.0.20",
"cross-env": "^7.0.3",
"domino": "^2.1.2",
"esbuild": "^0.18.0",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.28.0",
"express": "^4.15.2",
"guess-parser": "^0.4.12",
"http-proxy-middleware": "^2.0.0",
"jasmine": "^4.0.0",
"jasmine-core": "^4.0.0",
"jsdom": "22.1.0",
"node-fetch": "^2.6.1",
"ora": "^5.1.0",
"patch-package": "^7.0.0",
"piscina": "~4.1.0",
"prettier": "^2.2.1",
"protractor": "7.0.0",
"rollup": "~3.27.0",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "^7.0.0",
"shelljs": "^0.8.3",
"source-map-support": "^0.5.9",
"terser": "^5.0.0",
"tree-kill": "^1.2.1",
"ts-node": "10.9.1",
"tslib": "~2.6.0",
"tsutils": "^3.0.0",
"typescript": "5.1.6",
"xhr2": "^0.2.0",
"zone.js": "^0.13.0"
}
}