forked from rero/ng-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.69 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
{
"name": "@rero/ng-core",
"version": "14.5.0",
"private": true,
"scripts": {
"ng": "ng",
"serve": "ng serve --configuration mocklab",
"build-lib": "ng build --configuration production @rero/ng-core",
"pack": "ng build --configuration production @rero/ng-core; npm pack dist/rero/ng-core",
"test-lib": "ng test @rero/ng-core",
"lint": "ng lint --cache",
"e2e": "ng e2e",
"extract_messages": "ngx-translate-extract -k -c -s -i ./projects/rero/ng-core/src -o ./projects/rero/ng-core/src/lib/translate/i18n/en_US.json --fi ' '",
"update_catalog": "ngx-translate-extract -k -c -s -i ./projects/rero/ng-core/src -o ./projects/rero/ng-core/src/lib/translate/i18n/{de,en,fr,it,es,nl}.json --fi ' '",
"postinstall": "ngcc"
},
"dependencies": {
"@angular/animations": "^14.3.0",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.3.0",
"@angular/compiler": "^14.3.0",
"@angular/core": "^14.3.0",
"@angular/forms": "^14.3.0",
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"@bartholomej/ngx-translate-extract": "^8.0.0",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@ngx-formly/bootstrap": "^5.12.4",
"@ngx-formly/core": "^5.12.4",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@types/marked": "^4.0.7",
"bootstrap": "^4.6.2",
"crypto-js": "^4.1.1",
"easymde": "^2.18.0",
"font-awesome": "^4.7.0",
"js-generate-password": "^0.1.7",
"lodash-es": "^4.17.21",
"marked": "^4.3.0",
"moment": "^2.29.1",
"ngx-bootstrap": "^9.0.0",
"ngx-spinner": "^14.0.0",
"ngx-toastr": "^15.2.0",
"primeicons": "^6.0.1",
"primeng": "^14.2.2",
"rxjs": "~7.5.0",
"tslib": "^2.5.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.11",
"@angular-eslint/builder": "14.1.2",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "^14.2.11",
"@angular/compiler-cli": "^14.3.0",
"@angular/language-service": "^14.3.0",
"@ngx-formly/schematics": "^5.12.4",
"@types/jasmine": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"jasmine-core": "^4.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.5.4",
"ng-packagr": "^14.2.1",
"typescript": "~4.8.4"
}
}