SuiteCRM-Core/package.json

101 lines
3.3 KiB
JSON
Raw Permalink Normal View History

2021-03-30 19:12:01 +01:00
{
"name": "suitecrm",
2025-08-06 12:16:29 +00:00
"version": "8.8.1",
2021-03-30 19:12:01 +01:00
"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 ",
2021-06-25 12:17:45 +01:00
"build:shell": "ng build shell --configuration production",
"build:core": "ng build core --configuration production",
"build:extension": "ng build \"$@\" --configuration production",
2024-10-16 18:11:39 +01:00
"gen-index:core": "barrelsby --noHeader --delete -e '.*\\.spec.*' -q -d core/app/core/src/lib/ -n core",
2021-03-30 19:12:01 +01:00
"lint": "ng lint",
"e2e": "ng e2e"
2021-03-30 19:12:01 +01:00
},
"private": true,
"engines": {
"node": ">= 10.0.0"
},
"browserslist": [
"defaults"
],
2021-03-30 19:12:01 +01:00
"dependencies": {
"@angular-architects/module-federation": "^18.0.6",
2024-10-16 17:42:09 +01:00
"@angular/animations": "18.2.8",
2024-10-16 17:45:52 +01:00
"@angular/cdk": "^18.2.8",
2024-10-16 17:42:09 +01:00
"@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",
2024-10-16 18:18:42 +01:00
"@apollo/client": "^3.11.8",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
2025-08-06 12:16:29 +00:00
"@nrwl/workspace": "19.8.4",
2024-07-17 18:36:59 +03:00
"@popperjs/core": "^2.11.8",
"@swimlane/ngx-charts": "^20.5.0",
"@tinymce/tinymce-angular": "^8.0.1",
2024-07-17 18:36:59 +03:00
"@types/object-hash": "^3.0.6",
"angular-svg-icon": "^17.0.0",
2024-10-16 18:18:42 +01:00
"apollo-angular": "^7.2.0",
2024-07-17 18:36:59 +03:00
"bootstrap": "^5.3.3",
2020-02-11 14:41:31 +00:00
"bootstrap-css-only": "^4.4.1",
2024-07-17 18:36:59 +03:00
"graphql": "^16.9.0",
"lodash-es": "^4.17.21",
2024-10-16 18:05:04 +01:00
"luxon": "3.5.0",
2024-10-16 18:24:15 +01:00
"mathjs": "^13.2.0",
2023-05-24 19:43:20 +03:00
"ng-animate": "^2.0.1",
2024-07-17 18:36:59 +03:00
"ng-dynamic-component": "^10.7.0",
2024-07-19 14:41:12 +03:00
"ngx-build-plus": "18.0.0",
2023-05-24 19:55:37 +03:00
"ngx-chips": "^3.0.0",
2023-05-25 16:26:31 +03:00
"object-hash": "^3.0.0",
2024-10-16 18:28:47 +01:00
"primeng": "^17.18.11",
2023-05-31 18:51:31 +03:00
"rxjs": "^7.8.1",
2024-10-16 18:41:33 +01:00
"tinymce": "^7.4.1",
2024-10-16 18:31:10 +01:00
"tslib": "^2.8.0",
2024-10-16 18:28:10 +01:00
"webpack": "^5.95.0",
2024-10-16 18:13:03 +01:00
"zone.js": "~0.14.10"
2021-03-30 19:12:01 +01:00
},
"devDependencies": {
2025-08-06 12:16:29 +00:00
"@angular-devkit/build-angular": "18.2.20",
2024-10-16 18:00:58 +01:00
"@angular-eslint/builder": "18.3.1",
2025-08-06 12:16:29 +00:00
"@angular/cli": "18.2.20",
2024-10-16 17:42:09 +01:00
"@angular/compiler-cli": "18.2.8",
"@angular/language-service": "18.2.8",
2024-10-16 17:56:34 +01:00
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "^2.0.13",
2024-10-16 18:22:28 +01:00
"@types/lodash-es": "^4.17.12",
2024-10-16 18:05:04 +01:00
"@types/luxon": "3.4.2",
2025-08-06 12:16:29 +00:00
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
2024-10-16 18:11:39 +01:00
"barrelsby": "^2.8.1",
2025-08-06 12:16:29 +00:00
"eslint": "^9.31.0",
"eslint-import-resolver-alias": "^1.1.2",
2024-10-16 18:00:58 +01:00
"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",
2025-08-06 12:16:29 +00:00
"glob": "^11.0.3",
2024-10-16 17:56:34 +01:00
"jasmine-core": "~5.4.0",
"jasmine-spec-reporter": "~7.0.0",
2025-08-06 12:16:29 +00:00
"json-merger": "^3.0.0",
2024-10-16 17:56:34 +01:00
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
2021-03-30 19:12:01 +01:00
"karma-cli": "^2.0.0",
2024-10-16 17:56:34 +01:00
"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",
2024-10-16 17:42:09 +01:00
"ng-packagr": "^18.2.1",
2024-10-16 18:21:37 +01:00
"typescript": "~5.4.5"
2024-10-16 17:09:34 +01:00
},
2024-10-22 11:35:15 +01:00
"packageManager": "yarn@4.5.1"
2024-07-17 18:36:59 +03:00
}