forked from rero/ng-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.93 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
{
"name": "@rero/ng-core",
"version": "1.14.2",
"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",
"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}.json --fi ' '",
"postinstall": "ngcc"
},
"dependencies": {
"@angular/animations": "^11.2.9",
"@angular/common": "^11.2.9",
"@angular/compiler": "^11.2.9",
"@angular/core": "^11.2.9",
"@angular/forms": "^11.2.9",
"@angular/platform-browser": "^11.2.9",
"@angular/platform-browser-dynamic": "^11.2.9",
"@angular/router": "^11.2.9",
"@biesbjerg/ngx-translate-extract": "^7.0.3",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@ngx-formly/bootstrap": "^5.10.17",
"@ngx-formly/core": "^5.10.17",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"bootstrap": "^4.6.0",
"crypto-js": "^3.3.0",
"dot-prop": "^6.0.1",
"elliptic": ">=6.5.4",
"font-awesome": "^4.7.0",
"handlebars": "^4.7.7",
"hosted-git-info": ">=2.8.9",
"http-proxy": ">=1.18.1",
"kind-of": "^6.0",
"lodash": "^4.17.21",
"lodash-es": "4.17.14",
"minimist": ">=0.2.1",
"moment": "^2.29.1",
"ngx-bootstrap": "^6.2.0",
"ngx-bootstrap-slider": "^1.9.0",
"ngx-spinner": "^10.0.1",
"ngx-toastr": "^13.2.1",
"npm-registry-fetch": "^9.0.0",
"path-parse": ">=1.0.7",
"postcss": ">=8.2.10",
"rxjs": "^6.6.7",
"serialize-javascript": "^5.0.1",
"simplemde": "^1.11.2",
"socket.io": "^3.1.2",
"ssri": ">=8.0.1",
"tree-kill": ">=1.2.2",
"tslib": "^2.2.0",
"url-parse": "^1.5.3",
"y18n": ">=4.0.1",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.9",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular/cli": "^11.2.8",
"@angular/compiler-cli": "^11.2.9",
"@angular/language-service": "^11.2.9",
"@ngx-formly/schematics": "^5.10.17",
"@types/jasmine": "^3.6.9",
"@types/marked": "^2.0.3",
"@types/node": "^12.20.7",
"@types/simplemde": "^1.11.7",
"codelyzer": "^6.0.0",
"husky": "^4.3.8",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.4",
"ng-packagr": "^11.2.4",
"protractor": "^7.0.0",
"ts-node": "^9.1.1",
"tslint": "~6.1.0",
"typescript": "~4.1.0"
}
}