-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.28 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
{
"name": "angularity",
"version": "0.0.0",
"scripts": {
"prepare": "husky install",
"build": "nx run-many -t build --projects=* --exclude docs",
"release": "node scripts/release.mjs",
"format": "prettier --write \"{*,packages/**/*}.{html,css,less,scss,sass,ts,js,json,md}\" && eslint \"packages/**/*.ts\" --cache --fix"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "19.0.4",
"@angular/animations": "19.0.3",
"@angular/cdk": "19.0.2",
"@angular/cli": "~19.0.0",
"@angular/common": "19.0.3",
"@angular/compiler": "19.0.3",
"@angular/compiler-cli": "19.0.3",
"@angular/core": "19.0.3",
"@angular/elements": "19.0.3",
"@angular/forms": "19.0.3",
"@angular/platform-browser": "19.0.3",
"@angular/platform-browser-dynamic": "19.0.3",
"@angular/platform-server": "19.0.3",
"@angular/router": "19.0.3",
"@angular/ssr": "19.0.4",
"@material/material-color-utilities": "^0.3.0",
"@ng-doc/app": "19.1.0",
"@ng-doc/builder": "19.1.0",
"@ng-doc/core": "19.1.0",
"@ng-doc/keywords-loaders": "19.1.0",
"@ng-doc/ui-kit": "19.1.0",
"@nx/angular": "20.2.1",
"@nx/js": "20.2.1",
"@schematics/angular": "19.0.4",
"@types/express": "4.17.14",
"@types/jasmine": "~5.1.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"angular-cli-ghpages": "^2.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"express": "^4.19.2",
"firebase": "^10.14.1",
"husky": "^9.0.6",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lint-staged": "^15.2.0",
"ng-packagr": "19.0.1",
"nx": "20.2.1",
"prettier": "^3.2.4",
"rxfire": "^6.0.5",
"rxjs": "~7.8.0",
"simple-git": "^3.27.0",
"ts-pattern": "^5.2.0",
"tslib": "^2.3.0",
"type-container": "^1.0.1",
"typescript": "5.6.3",
"zone.js": "0.15.0"
},
"workspaces": [
"packages/*",
"docs"
]
}