-
-
Notifications
You must be signed in to change notification settings - Fork 203
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.51 KB
/
Copy pathpackage.json
File metadata and controls
110 lines (110 loc) · 3.51 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "suitecrm",
"version": "8.10.2",
"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.14",
"@angular/cdk": "^18.2.14",
"@angular/common": "18.2.14",
"@angular/compiler": "18.2.14",
"@angular/core": "18.2.14",
"@angular/forms": "18.2.14",
"@angular/localize": "18.2.14",
"@angular/platform-browser": "18.2.14",
"@angular/platform-browser-dynamic": "18.2.14",
"@angular/router": "18.2.14",
"@apollo/client": "~3.11.8",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@nrwl/workspace": "19.8.14",
"@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.1",
"bootstrap": "^5.3.8",
"bootstrap-css-only": "^4.4.1",
"dompurify": "^3.4.11",
"graphql": "^16.12.0",
"lodash-es": "^4.18.1",
"luxon": "3.7.2",
"mathjs": "15.2.0",
"monaco-editor": "^0.55.1",
"ng-animate": "^2.0.1",
"ng-dynamic-component": "^10.8.2",
"ngx-build-plus": "18.0.0",
"ngx-chips": "^3.0.0",
"object-hash": "^3.0.0",
"primeng": "^17.18.15",
"rxjs": "^7.8.2",
"squire-rte": "^2.4.2",
"tinymce": "^7.9.3",
"tslib": "^2.8.1",
"webpack": "~5.95.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.21",
"@angular-eslint/builder": "18.4.3",
"@angular/cli": "18.2.21",
"@angular/compiler-cli": "18.2.14",
"@angular/language-service": "18.2.14",
"@types/jasmine": "~5.1.15",
"@types/jasminewd2": "^2.0.13",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "3.7.1",
"@typescript-eslint/eslint-plugin": "^8.60.0",
"@typescript-eslint/parser": "^8.60.0",
"barrelsby": "^2.8.1",
"eslint": "^9.39.2",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-compat": "^6.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-jsdoc": "^50.8.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"glob": "^11.1.0",
"jasmine-core": "~5.4.0",
"jasmine-spec-reporter": "~7.0.0",
"json-merger": "^3.0.0",
"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.2.0",
"ng-packagr": "^18.2.1",
"typescript": "~5.4.5"
},
"resolutions": {
"jsonpath": "^1.3.0",
"lodash": "^4.18.0",
"tar": "^7.5.16",
"qs": "^6.15.2",
"node-forge": "^1.4.0"
},
"packageManager": "yarn@4.10.3"
}