Resubida app de ejemplo, la anterior no logueaba.
This commit is contained in:
36
package.json
36
package.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "okupamicoche-angular",
|
||||
"name": "sample-oauth",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
@@ -11,31 +11,33 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^10.2.4",
|
||||
"@angular/common": "^10.2.4",
|
||||
"@angular/compiler": "^10.2.4",
|
||||
"@angular/core": "^10.2.4",
|
||||
"@angular/forms": "^10.2.4",
|
||||
"@angular/platform-browser": "^10.2.4",
|
||||
"@angular/platform-browser-dynamic": "^10.2.4",
|
||||
"@angular/router": "^10.2.4",
|
||||
"angular-oauth2-oidc": "^10.0.3",
|
||||
"@angular/animations": "~10.2.4",
|
||||
"@angular/common": "~10.2.4",
|
||||
"@angular/compiler": "~10.2.4",
|
||||
"@angular/core": "~10.2.4",
|
||||
"@angular/forms": "~10.2.4",
|
||||
"@angular/platform-browser": "~10.2.4",
|
||||
"@angular/platform-browser-dynamic": "~10.2.4",
|
||||
"@angular/router": "~10.2.4",
|
||||
"angular-oauth2-oidc": "^9.2.2",
|
||||
"angular-oauth2-oidc-jwks": "^9.0.0",
|
||||
"rxjs": "~6.6.0",
|
||||
"tslib": "^2.0.0",
|
||||
"tslib": "^1.14.1",
|
||||
"zone.js": "~0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.1100.7",
|
||||
"@angular/cli": "^10.2.1",
|
||||
"@angular/compiler-cli": "^10.2.4",
|
||||
"@types/jasmine": "~3.6.0",
|
||||
"@angular-devkit/build-angular": "~0.1002.1",
|
||||
"@angular/cli": "~10.2.1",
|
||||
"@angular/compiler-cli": "~10.2.4",
|
||||
"@types/node": "^12.11.1",
|
||||
"@types/jasmine": "~3.5.0",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
"codelyzer": "^6.0.0",
|
||||
"jasmine-core": "~3.6.0",
|
||||
"jasmine-spec-reporter": "~5.0.0",
|
||||
"karma": "~5.1.0",
|
||||
"karma": "~5.0.0",
|
||||
"karma-chrome-launcher": "~3.1.0",
|
||||
"karma-coverage": "~2.0.3",
|
||||
"karma-coverage-istanbul-reporter": "~3.0.2",
|
||||
"karma-jasmine": "~4.0.0",
|
||||
"karma-jasmine-html-reporter": "^1.5.0",
|
||||
"protractor": "~7.0.0",
|
||||
|
||||
Reference in New Issue
Block a user