-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.84 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.84 KB
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
{
"name": "ngx-diff",
"version": "13.1.0",
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngx-diff --configuration production",
"test": "ng test ngx-diff --no-watch",
"lint": "ng lint",
"e2e": "ng e2e",
"release": "commit-and-tag-version"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.0.0",
"@angular/common": "^21.0.0",
"@angular/compiler": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/forms": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/platform-browser-dynamic": "^21.0.0",
"@angular/router": "^21.0.0",
"diff-match-patch-ts": "^0.8.0",
"rxjs": "~7.8.2",
"tslib": "^2.3.1"
},
"devDependencies": {
"@angular-devkit/core": "^21.0.0",
"@angular-eslint/builder": "^21.0.0",
"@angular-eslint/eslint-plugin": "^21.0.0",
"@angular-eslint/eslint-plugin-template": "^21.0.0",
"@angular-eslint/schematics": "21.3.1",
"@angular-eslint/template-parser": "^21.0.0",
"@angular/build": "^21.0.0",
"@angular/cli": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@angular/language-service": "^21.0.0",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^8.47.0",
"@typescript-eslint/parser": "^8.47.0",
"commit-and-tag-version": "^12.7.1",
"eslint": "^9.28.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "61.4.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"husky": "^9.0.11",
"jsdom": "^27.2.0",
"ng-packagr": "^21.0.0",
"prettier": "^3.5.3",
"typescript": "^5.9.3",
"vitest": "^4.0.13"
},
"standard-version": {
"skip": {
"commit": true,
"tag": true,
"bump": true
}
}
}