chore: moved exampled to frontend
1
.gitignore
vendored
@ -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
|
||||||
|
|||||||
@ -25,10 +25,7 @@
|
|||||||
"styles": [
|
"styles": [
|
||||||
"src/styles.css"
|
"src/styles.css"
|
||||||
],
|
],
|
||||||
"scripts": [],
|
"scripts": []
|
||||||
"allowedCommonJsDependencies": [
|
|
||||||
"@teamhanko/hanko-elements"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 906 B After Width: | Height: | Size: 906 B |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@ -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"
|
||||||
|
Before Width: | Height: | Size: 906 B After Width: | Height: | Size: 906 B |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@ -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",
|
||||||
|
Before Width: | Height: | Size: 906 B After Width: | Height: | Size: 906 B |
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 906 B After Width: | Height: | Size: 906 B |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |