-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
133 lines (133 loc) · 5.6 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "ng-aquila-workspace",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"ng-high-memory": "cross-env NODE_OPTIONS=--max-old-space-size=7680 ng",
"start": "npm run build:package && npm run library:generate:docs && ng serve opensource-documentation",
"build": "npm run build:lib && npm run build:docs",
"build:lib": "npm run ng-high-memory -- build ng-aquila && npm run build:package",
"build:docs": "npm run library:generate:docs && npm run ng-high-memory -- build opensource-documentation",
"build:package": "node ./scripts/build-package.js",
"format": "prettier . --check",
"format:fix": "prettier . --write",
"lint": "eslint projects/ng-aquila/src/schematics/**/*.ts && eslint projects/ngx-docs-cli/**/*.ts && ng lint",
"lint:fix": "eslint --fix projects/ng-aquila/src/schematics/**/*.ts && eslint --fix projects/ngx-docs-cli/**/*.ts && ng lint --fix",
"postinstall": "node projects/ng-aquila/src/phone-input/extract-calling-codes.js",
"prepare": "husky install &",
"release": "standard-version -n",
"test": "npm run test:schematics && npm run test:docs-ui:coverage && npm run test:lib:coverage",
"test:lib": "npm run build:package && ng test ng-aquila",
"test:lib:coverage": "npm run build:package && ng test ng-aquila --watch=false --code-coverage",
"test:docs-ui": "ng test ngx-docs-ui",
"test:docs-ui:coverage": "ng test ngx-docs-ui --watch=false --code-coverage",
"test:schematics": "npm run build:package && jasmine --config=projects/ng-aquila/src/schematics/test/jasmine.json",
"browserslist": "browserslist --coverage && browserslist",
"browserslist:update": "browserslist --update-db",
"library:generate:docs": "npm run cli -- generate projects/ng-aquila",
"cli": "ts-node --project projects/ngx-docs-cli/tsconfig.json ./projects/ngx-docs-cli/src/main"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://www.github.com/allianz/ng-aquila.git"
},
"sideEffects": false,
"private": true,
"dependencies": {
"@angular/animations": "^18.2.11",
"@angular/cdk": "^18.2.12",
"@angular/common": "^18.2.11",
"@angular/compiler": "^18.2.11",
"@angular/core": "^18.2.11",
"@angular/forms": "^18.2.11",
"@angular/platform-browser": "^18.2.11",
"@angular/platform-browser-dynamic": "^18.2.11",
"@angular/router": "^18.2.11",
"@commander-js/extra-typings": "^11.1.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"ag-grid-angular": "^31.3.4",
"ag-grid-community": "^31.2.0",
"chalk": "^4.1.2",
"fuse.js": "^7.0.0",
"highlight.js": "^11.10.0",
"i18n-iso-countries": "^7.13.0",
"iban": "^0.0.14",
"libphonenumber-js": "^1.11.14",
"moment": "^2.30.1",
"ngx-color-picker": "^16.0.0",
"parse-color": "^1.0.0",
"rxjs": "~6.6.7",
"tslib": "^2.8.1",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
"@angular-devkit/schematics-cli": "^18.2.11",
"@angular-eslint/builder": "^18.4.0",
"@angular-eslint/eslint-plugin": "^18.1.0",
"@angular-eslint/eslint-plugin-template": "^18.1.0",
"@angular-eslint/schematics": "^18.4.0",
"@angular-eslint/template-parser": "^18.4.0",
"@angular/cli": "^18.2.11",
"@angular/compiler-cli": "^18.2.11",
"@angular/language-service": "^18.2.11",
"@angular/localize": "^18.2.11",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-angular": "^18.6.1",
"@types/fs-extra": "^11.0.4",
"@types/iban": "^0.0.32",
"@types/jasmine": "^5.1.4",
"@types/node": "^18.19.64",
"@types/parse-color": "^1.0.3",
"@types/shelljs": "^0.8.15",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"axe-core": "^4.10.2",
"chokidar": "^3.6.0",
"commander": "^11.1.0",
"core-js": "^3.39.0",
"cross-env": "^7.0.3",
"dgeni": "^0.4.14",
"dgeni-packages": "^0.30.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"front-matter": "^4.0.2",
"fs-extra": "^11.2.0",
"glob": "^7.2.3",
"husky": "^8.0.3",
"jasmine": "^5.4.0",
"jasmine-core": "^5.4.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-viewport": "^1.0.9",
"lint-staged": "^15.2.10",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"ng-packagr": "^18.2.1",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"shelljs": "^0.8.5",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
},
"peerDependencies": {
"dayjs": "^1.11.13",
"decimal.js": "^10.4.3"
}
}