-
-
Notifications
You must be signed in to change notification settings - Fork 144
/
Copy pathpackage.json
100 lines (100 loc) · 3.26 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
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "suitecrm",
"version": "8.8.0",
"scripts": {
"ng": "ng",
"build-dev": "ng build core && ng build shell",
"build-dev:shell": "ng build shell",
"build-dev:core": "ng build core",
"build-dev:extension": "ng build \"$@\" --configuration dev",
"build": "ng build core --configuration production && ng build shell --configuration production ",
"build:shell": "ng build shell --configuration production",
"build:core": "ng build core --configuration production",
"build:extension": "ng build \"$@\" --configuration production",
"gen-index:core": "barrelsby --noHeader --delete -e '.*\\.spec.*' -q -d core/app/core/src/lib/ -n core",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"engines": {
"node": ">= 10.0.0"
},
"browserslist": [
"defaults"
],
"dependencies": {
"@angular-architects/module-federation": "^18.0.6",
"@angular/animations": "18.2.8",
"@angular/cdk": "^18.2.8",
"@angular/common": "18.2.8",
"@angular/compiler": "18.2.8",
"@angular/core": "18.2.8",
"@angular/forms": "18.2.8",
"@angular/localize": "18.2.8",
"@angular/platform-browser": "18.2.8",
"@angular/platform-browser-dynamic": "18.2.8",
"@angular/router": "18.2.8",
"@apollo/client": "^3.11.8",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@nrwl/workspace": "^18.3.5",
"@popperjs/core": "^2.11.8",
"@swimlane/ngx-charts": "^20.5.0",
"@tinymce/tinymce-angular": "^8.0.1",
"@types/object-hash": "^3.0.6",
"angular-svg-icon": "^17.0.0",
"apollo-angular": "^7.2.0",
"bootstrap": "^5.3.3",
"bootstrap-css-only": "^4.4.1",
"graphql": "^16.9.0",
"lodash-es": "^4.17.21",
"luxon": "3.5.0",
"mathjs": "^13.2.0",
"ng-animate": "^2.0.1",
"ng-dynamic-component": "^10.7.0",
"ngx-build-plus": "18.0.0",
"ngx-chips": "^3.0.0",
"object-hash": "^3.0.0",
"primeng": "^17.18.11",
"rxjs": "^7.8.1",
"tinymce": "^7.4.1",
"tslib": "^2.8.0",
"webpack": "^5.95.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.9",
"@angular-eslint/builder": "18.3.1",
"@angular/cli": "18.2.9",
"@angular/compiler-cli": "18.2.8",
"@angular/language-service": "18.2.8",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "^2.0.13",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "3.4.2",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"barrelsby": "^2.8.1",
"eslint": "^9.12.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-compat": "^6.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-jsdoc": "^50.4.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"glob": "^11.0.0",
"jasmine-core": "~5.4.0",
"jasmine-spec-reporter": "~7.0.0",
"json-merger": "^1.1.10",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^18.2.1",
"typescript": "~5.4.5"
},
"packageManager": "[email protected]"
}