forked from rero/ng-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.84 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.84 KB
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
{
"name": "@rero/ng-core",
"version": "19.2.0",
"private": true,
"scripts": {
"ng": "ng",
"serve": "ng serve --configuration localhost",
"build-css": "postcss --config projects/rero/ng-core projects/rero/ng-core/tailwind.css -o projects/rero/ng-core/assets/scss/ng-core-tailwind.scss",
"build-lib": "ng build --configuration production @rero/ng-core",
"pack": "npm run build-css && 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,ar,cs,eo,es,nl,ta,uk}.json --fi ' '"
},
"dependencies": {
"@angular/animations": "^19.2.0",
"@angular/cdk": "^19.2.0",
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0",
"@angular/core": "^19.2.0",
"@angular/forms": "^19.2.0",
"@angular/platform-browser": "^19.2.0",
"@angular/platform-browser-dynamic": "^19.2.0",
"@angular/router": "^19.2.0",
"@ngx-formly/core": "^7.0.0",
"@ngx-formly/primeng": "^7.0.0",
"@ngx-translate/core": "^16.0.0",
"@ngx-translate/http-loader": "^16.0.0",
"@primeng/themes": "^19.0.7",
"crypto-js": "^4.2.0",
"easymde": "^2.20.0",
"font-awesome": "^4.7.0",
"generate-password-lite": "^1.0.2",
"katex": "^0.16.22",
"lodash-es": "^4.17.21",
"luxon": "^3.6.0",
"marked": "^16.0.0",
"ngx-spinner": "^19.0",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"primelocale": "^2.1.2",
"primeng": "^19.1.0",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.0",
"@angular/cli": "^19.2.0",
"@angular/compiler-cli": "^19.2.0",
"@angular/language-service": "^19.2.0",
"@ngx-formly/schematics": "^7.0.0",
"@tailwindcss/postcss": "^4.1.0",
"@types/jasmine": "~5.1.0",
"@types/katex": "^0.16.7",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@vendure/ngx-translate-extract": "^9.4.0",
"angular-eslint": "^19.8.1",
"eslint": "^9.33.0",
"jasmine-core": "~5.6.0",
"jasmine-spec-reporter": "~7.0.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",
"ng-packagr": "^19.2",
"postcss": "^8.5.3",
"postcss-rename": "^0.6.1",
"tailwindcss": "^4.1.0",
"tailwindcss-primeui": "^0.6.1",
"typescript": "~5.7.2",
"typescript-eslint": "^8.39.1"
}
}