-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.34 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
{
"name": "renovate-config",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:lacolaco/renovate-config.git",
"author": "Suguru Inatomi <[email protected]>",
"license": "MIT",
"devDependencies": {
"@angular-devkit/architect": "0.1102.5",
"@angular-devkit/build-angular": "0.1102.18",
"@angular-devkit/core": "11.2.18",
"@angular-devkit/schematics": "11.2.18",
"@angular-eslint/builder": "14.3.0",
"@angular-eslint/eslint-plugin": "14.3.0",
"@angular-eslint/template-parser": "14.3.0",
"@angular/cli": "11.2.18",
"@angular/compiler-cli": "11.2.14",
"@nguniversal/builders": "13.0.2",
"@storybook/addon-actions": "6.3.8",
"@storybook/addon-essentials": "6.3.8",
"@storybook/addon-links": "6.3.8",
"@storybook/angular": "6.3.8",
"@types/node": "16.11.26",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"typescript": "4.1.5"
},
"dependencies": {
"@angular/animations": "^11.2.6",
"@angular/cdk": "^11.2.5",
"@angular/common": "^11.2.6",
"@angular/compiler": "^11.2.6",
"@angular/core": "^11.2.6",
"@angular/forms": "^11.2.6",
"@angular/material": "^11.2.5",
"@angular/platform-browser": "^11.2.6",
"@nguniversal/common": "13.0.2",
"rxjs": "^6.6.6",
"zone.js": "^0.11.4"
}
}