Update Keycloakify
This commit is contained in:
parent
8d0385448c
commit
7ebbd5f9d7
3 changed files with 131 additions and 21 deletions
14
package.json
14
package.json
|
|
@ -8,11 +8,10 @@
|
|||
"url": "git://github.com/codegouvfr/keycloakify-starter.git"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "copy-keycloak-resources-to-public",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"build-keycloak-theme": "yarn build && keycloakify",
|
||||
"storybook": "start-storybook -p 6006"
|
||||
"start": "copy-keycloak-resources-to-public && react-scripts start",
|
||||
"storybook": "copy-keycloak-resources-to-public && start-storybook -p 6006",
|
||||
"build": "react-scripts build && rimraf build/keycloak-resources",
|
||||
"build-keycloak-theme": "yarn build && keycloakify"
|
||||
},
|
||||
"keycloakify": {
|
||||
"themeName": "keycloakify-starter",
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
"dependencies": {
|
||||
"evt": "^2.5.7",
|
||||
"oidc-spa": "^4.0.0",
|
||||
"keycloakify": "^9.2.0",
|
||||
"keycloakify": "^9.3.0",
|
||||
"powerhooks": "^1.0.8",
|
||||
"react": "18.1.0",
|
||||
"react-dom": "18.1.0",
|
||||
|
|
@ -48,7 +47,8 @@
|
|||
"@storybook/node-logger": "^6.5.16",
|
||||
"@storybook/preset-create-react-app": "^4.1.2",
|
||||
"@storybook/react": "^6.5.16",
|
||||
"@storybook/testing-library": "^0.0.13"
|
||||
"@storybook/testing-library": "^0.0.13",
|
||||
"rimraf": "^5.0.5"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue