SuiteCRM-Core/package.json
Dillon-Brown 07cfbf4d37 Add default session expiration
- Sets default cookie lifetime to use PHP.ini value.
- Adds bn-ng-idle to handle idle user.
- Sets default timeout to 3600 seconds to log the user out and redirect to the login page.
- Displays a warning message to the user on session timeout.

Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-30 19:21:34 +01:00

85 lines
2.4 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": "^8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/router": "^8.2.14",
"@ng-bootstrap/ng-bootstrap": "^4.2.2",
"@types/object-hash": "^1.3.1",
"ajv": "~6.9.1",
"angular-svg-icon": "^8.0.0",
"apollo-angular": "^1.8.0",
"apollo-angular-link-http": "^1.9.0",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"bn-ng-idle": "^1.0.1",
"apollo-link-error": "^1.1.12",
"bootstrap-css-only": "^4.4.1",
"chart.js": "^2.8.0",
"chartjs-plugin-annotation": "^0.5.7",
"core-js": "^3.6.4",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"ng-animate": "^0.3.4",
"ng2-charts": "^2.2.3",
"nyc": "~14.1.1",
"object-hash": "^2.0.2",
"rxjs": "^6.3.3",
"tslib": "^1.9.3",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.25",
"@angular-eslint/builder": "0.0.1-alpha.18",
"@angular/cli": "^8.3.25",
"@angular/compiler-cli": "^8.2.14",
"@angular/language-service": "^8.2.14",
"@types/jasmine": "^3.5.3",
"@types/jasminewd2": "^2.0.6",
"@types/node": "^10.17.14",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
"eslint-plugin-compat": "^3.5.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jasmine": "^4.1.0",
"eslint-plugin-jsdoc": "^21.0.0",
"eslint-plugin-prefer-arrow": "^1.1.7",
"jasmine-core": "~3.3.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.5.2",
"prettier": "^1.16.1",
"protractor": "^5.4.3",
"ts-node": "^8.6.2",
"typescript": "~3.5.3"
}
}