-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 2.29 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
{
"name": "angular-library-forms",
"version": "19.0.0",
"repository": "https://github.com/lab900/angular-library-forms",
"homepage": "https://lab900.github.io/angular-libraries/forms",
"author": "Lab900 <info@lab900.com> (https://lab900.com)",
"licens": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4900",
"build": "ng build",
"build:forms": "ng build forms",
"build:forms:prod": "npm run build:forms -- --configuration production",
"watch:forms": "npm run build:forms -- --watch",
"predeploy:showcase": "npm run build:forms:prod",
"deploy:showcase": "ng deploy",
"test": "ng test",
"test:silent": "ng test --silent",
"lint": "ng lint",
"prettier": "prettier --write .",
"clean": "rm -rf node_modules/ && npm install"
},
"dependencies": {
"@angular/animations": "^19.2.1",
"@angular/cdk": "^19.2.2",
"@angular/common": "^19.2.1",
"@angular/compiler": "^19.2.1",
"@angular/core": "^19.2.1",
"@angular/forms": "^19.2.1",
"@angular/material": "^19.2.2",
"@angular/platform-browser": "^19.2.1",
"@angular/platform-browser-dynamic": "^19.2.1",
"@angular/router": "^19.2.1",
"@kolkov/angular-editor": "^3.0.0-beta.2",
"@lab900/ui": "^19.0.0",
"@ngx-translate/core": "^16.0.4",
"@ngxmc/datetime-picker": "~19.2.2",
"ngx-markdown": "^19.1.0",
"ngx-mask": "^19.0.6",
"ngx-mat-select-search": "^8.0.0",
"prismjs": "^1.29.0",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/jest": "^19.0.0",
"@angular/build": "^19.2.1",
"@angular/cli": "^19.2.1",
"@angular/compiler-cli": "^19.2.1",
"@eslint/js": "^9.8.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.7",
"@types/node": "^20.11.1",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"angular-cli-ghpages": "^2.0.3",
"angular-eslint": "19.2.1",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-preset-angular": "^14.5.3",
"ng-mocks": "^14.13.3",
"ng-packagr": "^19.2.0",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"typescript": "~5.5.4"
}
}