-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
92 lines (92 loc) · 3.05 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
{
"name": "ngx-scroll-to-first-invalid",
"version": "15.0.0",
"scripts": {
"prepare": "husky install",
"start": "ng serve",
"build:app": "ng build",
"build:lib": "ng build ngx-scroll-to-first-invalid-lib",
"lint": "ng lint",
"release:patch": "standard-version --release-as patch && git push --follow-tags origin master",
"release:minor": "standard-version --release-as minor && git push --follow-tags origin master",
"release:major": "standard-version --release-as major && git push --follow-tags origin master",
"deploy": "sh scripts/deploy.sh"
},
"husky": {
"hooks": {
"pre-push": "npm run ci"
}
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/forms": "^18.2.0",
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@ionic/angular": "^8.4.0",
"ngx-bootstrap": "18.1.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.5",
"@angular-devkit/build-ng-packagr": "0.1002.0",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "^18.2.5",
"@angular/compiler-cli": "^18.2.0",
"@angular/language-service": "^18.2.0",
"@types/jasmine": "~5.1.0",
"@types/jasminewd2": "2.0.10",
"@types/node": "18.14.0",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"bootstrap": "5.2.3",
"codelyzer": "6.0.2",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-regexp": "1.12.0",
"eslint-plugin-rxjs-angular": "2.0.0",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-sonarjs": "0.18.0",
"husky": "8.0.3",
"jasmine-core": "~5.2.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^18.2.0",
"prettier": "2.8.4",
"protractor": "5.4.2",
"standard-version": "9.5.0",
"ts-node": "10.9.1",
"tsickle": "0.46.3",
"tslint": "5.20.1",
"typescript": "~5.5.2",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@eslint/js": "9.13.0",
"@types/validator": "13.12.2",
"angular-eslint": "18.4.0",
"lint-staged": "15.2.10",
"prettier-eslint": "16.3.0",
"ts-loader": "9.5.1",
"typescript-eslint": "8.11.0"
}
}