mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 11:00:40 +08:00
- Added @ApolloClient. - Upgraded Apollo-Client to V3. - Upgraded Apollo-Angular to V2. Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
90 lines
2.6 KiB
JSON
90 lines
2.6 KiB
JSON
{
|
|
"name": "suitecrm",
|
|
"version": "8.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
],
|
|
"dependencies": {
|
|
"@angular/animations": "^9.1.12",
|
|
"@angular/cdk": "^9.2.4",
|
|
"@angular/common": "^9.1.12",
|
|
"@angular/compiler": "^9.1.12",
|
|
"@angular/core": "^9.1.12",
|
|
"@angular/forms": "^9.1.12",
|
|
"@angular/localize": "^9.1.12",
|
|
"@angular/material": "^9.2.4",
|
|
"@angular/platform-browser": "^9.1.12",
|
|
"@angular/platform-browser-dynamic": "^9.1.12",
|
|
"@angular/router": "^9.1.12",
|
|
"@apollo/client": "^3.3.4",
|
|
"@apollo/link-error": "^2.0.0-beta.3",
|
|
"@ng-bootstrap/ng-bootstrap": "^6.2.0",
|
|
"@swimlane/ngx-charts": "^14.0.0",
|
|
"@types/object-hash": "^1.3.4",
|
|
"ajv": "~6.9.1",
|
|
"angular-svg-icon": "^8.0.0",
|
|
"apollo-angular": "^2.1.0",
|
|
"bn-ng-idle": "^1.0.1",
|
|
"bootstrap-css-only": "^4.4.1",
|
|
"core-js": "^3.8.1",
|
|
"graphql": "^14.7.0",
|
|
"graphql-tag": "^2.11.0",
|
|
"lodash": "^4.17.20",
|
|
"luxon": "^1.25.0",
|
|
"ng-animate": "^0.3.4",
|
|
"ng-dynamic-component": "^6.1.0",
|
|
"ngx-chips": "^2.2.1",
|
|
"nyc": "~14.1.1",
|
|
"object-hash": "^2.0.2",
|
|
"rxjs": "^6.6.3",
|
|
"tslib": "^1.14.1",
|
|
"zone.js": "~0.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^0.901.12",
|
|
"@angular-eslint/builder": "0.0.1-alpha.18",
|
|
"@angular/cli": "^9.1.12",
|
|
"@angular/compiler-cli": "^9.1.12",
|
|
"@angular/language-service": "^9.1.12",
|
|
"@types/jasmine": "^3.6.2",
|
|
"@types/jasminewd2": "^2.0.6",
|
|
"@types/lodash": "^4.14.166",
|
|
"@types/luxon": "^1.25.0",
|
|
"@types/node": "^12.19.8",
|
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
"@typescript-eslint/parser": "^2.34.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"eslint-import-resolver-typescript": "^2.3.0",
|
|
"eslint-plugin-compat": "^3.8.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jasmine": "^4.1.1",
|
|
"eslint-plugin-jsdoc": "^21.0.0",
|
|
"eslint-plugin-prefer-arrow": "^1.2.2",
|
|
"jasmine-core": "~3.3.0",
|
|
"jasmine-spec-reporter": "^4.2.1",
|
|
"karma": "^5.2.3",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-cli": "^2.0.0",
|
|
"karma-coverage-istanbul-reporter": "^2.0.4",
|
|
"karma-firefox-launcher": "^1.3.0",
|
|
"karma-jasmine": "^2.0.1",
|
|
"karma-jasmine-html-reporter": "^1.5.4",
|
|
"prettier": "^1.16.1",
|
|
"protractor": "^7.0.0",
|
|
"ts-node": "^8.10.1",
|
|
"typescript": "~3.8.3"
|
|
}
|
|
}
|