-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "angular-v9",
"version": "0.0.1",
"license": "UNLICENSED",
"private": true,
"scripts": {
"postinstall": "ngcc --properties es2015 browser module main"
},
"dependencies": {
"@angular/animations": "^9.0.0-rc.3",
"@angular/cdk": "^9.0.0-rc.4",
"@angular/common": "^9.0.0-rc.3",
"@angular/core": "^9.0.0-rc.3",
"@angular/forms": "^9.0.0-rc.3",
"@angular/material": "^9.0.0-rc.4",
"@angular/platform-browser": "^9.0.0-rc.3",
"rxjs": "^6.5.3",
"tslib": "^1.10.0",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular/bazel": "^9.0.0-rc.3",
"@angular/compiler": "^9.0.0-rc.3",
"@angular/compiler-cli": "^9.0.0-rc.3",
"@bazel/jasmine": "^0.40.0",
"@bazel/karma": "^0.40.0",
"@bazel/rollup": "^0.40.0",
"@bazel/terser": "^0.40.0",
"@bazel/typescript": "^0.40.0",
"@types/node": "^11.9.5",
"history-server": "^1.3.1",
"rollup": "^1.25.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"terser": "^4.4.0",
"typescript": "~3.6.4"
},
"engines": {
"node": ">=10.16.0",
"yarn": ">=1.17.0"
}
}