-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.02 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
{
"name": "ngx-rerender",
"version": "1.3.0",
"license": "MIT",
"repository": "https://github.com/ngehlert/ngx-rerender",
"homepage": "https://github.com/ngehlert/ngx-rerender",
"keywords": [
"Angular",
"rerender",
"angular-directive",
"angular-component",
"directive",
"component"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngx-rerender",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:coverage": "ng test --configuration coverage",
"lint": "ng lint"
},
"dependencies": {
"@angular/animations": "17.2.3",
"@angular/common": "17.2.3",
"@angular/compiler": "17.2.3",
"@angular/core": "17.2.3",
"@angular/forms": "17.2.3",
"@angular/platform-browser": "17.2.3",
"@angular/platform-browser-dynamic": "17.2.3",
"@angular/router": "17.2.3",
"ngx-rerender": "1.2.0",
"rxjs": "7.5.5",
"tslib": "2.1.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-builders/jest": "17.0.2",
"@angular-devkit/build-angular": "17.2.1",
"@angular-eslint/builder": "17.2.1",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/schematics": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "17.2.1",
"@angular/compiler-cli": "17.2.3",
"@babel/core": "7.17.10",
"@babel/eslint-parser": "7.17.0",
"@babel/plugin-proposal-decorators": "7.17.9",
"@babel/preset-env": "7.17.10",
"@babel/preset-typescript": "7.16.7",
"@ngneat/spectator": "10.0.1",
"@types/jest": "28.1.8",
"@types/node": "12.11.1",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"eslint": "8.15.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"jest": "28.1.3",
"jest-environment-jsdom": "^29.5.0",
"jest-preset-angular": "13.0.0",
"ng-packagr": "17.2.0",
"typescript": "5.2.2"
}
}