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
82 lines (82 loc) · 3.02 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 3.02 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
79
80
81
82
{
"name": "@rero/ng-core",
"version": "21.1.1",
"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",
"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 ' '",
"format": "prettier --write projects/**/*.{ts,html,scss,json}",
"release": "semantic-release"
},
"dependencies": {
"@angular/animations": "^21.2.1",
"@angular/cdk": "^21.2.1",
"@angular/common": "^21.2.1",
"@angular/compiler": "^21.2.1",
"@angular/core": "^21.2.1",
"@angular/forms": "^21.2.1",
"@angular/platform-browser": "^21.2.1",
"@angular/platform-browser-dynamic": "^21.2.1",
"@angular/router": "^21.2.1",
"@ngrx/signals": "^21.0.1",
"@ngx-formly/core": "^7.1.0",
"@ngx-formly/primeng": "^7.1.0",
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"@primeuix/themes": "^2.0.3",
"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": "^17.0.0",
"ngx-spinner": "^21.0.0",
"primelocale": "^2.2.0",
"primeng": "^21.1.3",
"rxjs": "~7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "^21.2.0",
"@angular/cli": "^21.2.0",
"@angular/compiler-cli": "^21.2.1",
"@angular/language-service": "^21.2.1",
"@ngx-formly/schematics": "^7.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@tailwindcss/postcss": "^4.1.17",
"@types/crypto-js": "^4.2.2",
"@types/katex": "^0.16.7",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.7.1",
"@vendure/ngx-translate-extract": "^10.1.0",
"@vitest/browser-playwright": "^4.0.18",
"angular-eslint": "^21.2.0",
"eslint": "^9.39.0",
"jsdom": "^28.1.0",
"ng-packagr": "^21.2.0",
"playwright": "^1.58.2",
"postcss": "^8.5.3",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-rename": "^0.8.0",
"conventional-changelog-conventionalcommits": "^9.1.0",
"prettier": "^3.7.4",
"semantic-release": "^25.0.5",
"tailwindcss": "^4.2.0",
"tailwindcss-primeui": "^0.6.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0",
"vitest": "^4.0.18"
}
}