-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·61 lines (61 loc) · 1.5 KB
/
package.json
File metadata and controls
executable file
·61 lines (61 loc) · 1.5 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
{
"name": "ngx-craft",
"version": "0.0.7",
"description": "Everything to make your work with Angular easier.",
"license": "MIT",
"author": "Sergej Sintschilin <seregpie@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/SeregPie/ngx-craft.git"
},
"scripts": {
"build": "ng build core",
"test": "ng test",
"format": "prettier --write ."
},
"peerDependencies": {
"@angular/common": ">=17.3",
"@angular/core": ">=17.3",
"@angular/forms": ">=17.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.4",
"@angular/animations": "^17.3.4",
"@angular/cli": "^17.3.4",
"@angular/common": "^17.3.4",
"@angular/compiler": "^17.3.4",
"@angular/compiler-cli": "^17.3.4",
"@angular/core": "^17.3.4",
"@angular/forms": "^17.3.4",
"@angular/platform-browser": "^17.3.4",
"@angular/platform-browser-dynamic": "^17.3.4",
"@angular/router": "^17.3.4",
"@faker-js/faker": "^8.4.1",
"@jsverse/transloco": "^7.4.0",
"@jsverse/transloco-messageformat": "^7.0.0",
"@messageformat/core": "^3.3.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"modern-normalize": "^2.0.0",
"ng-packagr": "^17.3.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"zone.js": "^0.14.4"
},
"keywords": [
"angular",
"control",
"form",
"media",
"query",
"reactivity",
"signal",
"util",
"validate"
]
}