2022-09-06 17:22:23 +00:00
|
|
|
{
|
2022-09-06 17:32:54 +00:00
|
|
|
"name": "keycloakify-advanced-starter",
|
2022-09-06 17:29:05 +00:00
|
|
|
"homepage": "https://demo-app-advanced.keycloakify.dev",
|
2022-10-05 23:21:38 +00:00
|
|
|
"version": "1.0.5",
|
2022-09-06 17:22:23 +00:00
|
|
|
"description": "A starter/demo project for keycloakify",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-09-06 17:32:54 +00:00
|
|
|
"url": "git://github.com/garronej/keycloakify-advanced-starter.git"
|
2022-09-06 17:22:23 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"keycloak": "yarn build && keycloakify",
|
|
|
|
"download-builtin-keycloak-theme": "download-builtin-keycloak-theme 15.0.2"
|
|
|
|
},
|
2022-09-07 10:30:14 +00:00
|
|
|
"keycloakify": {
|
|
|
|
"extraPages": [
|
|
|
|
"my-extra-page-1.ftl",
|
|
|
|
"my-extra-page-2.ftl"
|
|
|
|
]
|
|
|
|
},
|
2022-09-06 17:22:23 +00:00
|
|
|
"author": "u/garronej",
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [],
|
|
|
|
"dependencies": {
|
|
|
|
"@emotion/react": "^11.9.0",
|
2022-10-15 14:21:46 +00:00
|
|
|
"keycloakify": "^6.8.3",
|
2022-09-06 17:22:23 +00:00
|
|
|
"react": "18.1.0",
|
2022-09-07 10:30:14 +00:00
|
|
|
"react-dom": "18.1.0",
|
|
|
|
"evt": "^2.4.1"
|
2022-09-06 17:22:23 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^15.3.1",
|
|
|
|
"@types/react": "18.0.9",
|
|
|
|
"@types/react-dom": "18.0.4",
|
|
|
|
"react-scripts": "5.0.0",
|
|
|
|
"typescript": "^4.7.3"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|