mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-28 21:58:03 +08:00
100 lines
3.3 KiB
JSON
100 lines
3.3 KiB
JSON
{
|
|
"name": "suitecrm",
|
|
"version": "8.8.1",
|
|
"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": "19.8.4",
|
|
"@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.20",
|
|
"@angular-eslint/builder": "18.3.1",
|
|
"@angular/cli": "18.2.20",
|
|
"@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.38.0",
|
|
"@typescript-eslint/parser": "^8.38.0",
|
|
"barrelsby": "^2.8.1",
|
|
"eslint": "^9.31.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.3",
|
|
"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.1.0",
|
|
"ng-packagr": "^18.2.1",
|
|
"typescript": "~5.4.5"
|
|
},
|
|
"packageManager": "yarn@4.5.1"
|
|
}
|