chore: moved exampled to frontend

This commit is contained in:
Felix Dubrownik
2023-03-03 14:11:13 +01:00
parent 541f94131a
commit b9fa81f76b
134 changed files with 22 additions and 40368 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@
hanko hanko
.turbo .turbo
.angular
# Dependency directories (remove the comment below to include it) # Dependency directories (remove the comment below to include it)
node_modules node_modules

View File

@ -25,10 +25,7 @@
"styles": [ "styles": [
"src/styles.css" "src/styles.css"
], ],
"scripts": [], "scripts": []
"allowedCommonJsDependencies": [
"@teamhanko/hanko-elements"
]
}, },
"configurations": { "configurations": {
"production": { "production": {

View File

@ -15,22 +15,29 @@
"@angular/platform-browser": "^15.2.0", "@angular/platform-browser": "^15.2.0",
"@angular/platform-browser-dynamic": "^15.2.0", "@angular/platform-browser-dynamic": "^15.2.0",
"@angular/router": "^15.2.0", "@angular/router": "^15.2.0",
"@teamhanko/hanko-elements": "^0.2.0-alpha", "angular-in-memory-web-api": "~0.15.0",
"rxjs": "~7.5.0", "rxjs": "~7.8.0",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"zone.js": "~0.11.4" "zone.js": "~0.12.0",
"@teamhanko/hanko-elements": "^0.2.1-alpha"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^15.2.0", "@angular-devkit/build-angular": "^15.2.0",
"@angular/cli": "~15.2.0", "@angular/cli": "^15.2.0",
"@angular/compiler-cli": "^15.2.0", "@angular/compiler-cli": "^15.2.0",
"@types/jasmine": "~4.0.0", "@types/jasmine": "~4.3.0",
"jasmine-core": "~4.3.0", "@types/node": "^16.11.35",
"copyfiles": "^2.4.1",
"jasmine-core": "~4.5.0",
"jasmine-marbles": "~0.9.2",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0", "karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0", "karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0", "karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0", "karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0", "karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.9.5" "protractor": "~7.0.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.3"
} }
} }

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 906 B

After

Width:  |  Height:  |  Size: 906 B

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -6,7 +6,7 @@
"build": "next build" "build": "next build"
}, },
"dependencies": { "dependencies": {
"@teamhanko/hanko-elements": "^0.2.0-alpha", "@teamhanko/hanko-elements": "^0.2.1-alpha",
"next": "^13.2.1", "next": "^13.2.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"

View File

Before

Width:  |  Height:  |  Size: 906 B

After

Width:  |  Height:  |  Size: 906 B

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -2,7 +2,7 @@
"name": "example-react", "name": "example-react",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@teamhanko/hanko-elements": "^0.2.0-alpha", "@teamhanko/hanko-elements": "^0.2.1-alpha",
"@types/react": "^18.0.19", "@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.6",
"react": "^18.2.0", "react": "^18.2.0",

View File

Before

Width:  |  Height:  |  Size: 906 B

After

Width:  |  Height:  |  Size: 906 B

View File

@ -17,7 +17,7 @@
"vite": "^3.2.5" "vite": "^3.2.5"
}, },
"dependencies": { "dependencies": {
"@teamhanko/hanko-elements": "^0.2.0-alpha", "@teamhanko/hanko-elements": "^0.2.1-alpha",
"svelte-navigator": "^3.2.2" "svelte-navigator": "^3.2.2"
} }
} }

View File

Before

Width:  |  Height:  |  Size: 906 B

After

Width:  |  Height:  |  Size: 906 B

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Some files were not shown because too many files have changed in this diff Show More