63 lines
1.9 KiB
JSON
Executable File
63 lines
1.9 KiB
JSON
Executable File
{
|
|
"name": "keycloak-react-theming",
|
|
"version": "0.0.32",
|
|
"description": "Keycloak theme generator for Reacts app",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/garronej/keycloak-react-theming.git"
|
|
},
|
|
"main": "dist/lib/index.js",
|
|
"types": "dist/lib/index.d.ts",
|
|
"scripts": {
|
|
"clean": "rimraf dist/",
|
|
"build": "yarn clean && tsc && yarn grant-exec-perms && yarn copy-files",
|
|
"grant-exec-perms": "node dist/bin/tools/grant-exec-perms.js",
|
|
"test": "node dist/test",
|
|
"enable_short_import_path": "yarn build && denoify_enable_short_npm_import_path",
|
|
"copy-files": "copyfiles -u 1 src/**/*.ftl src/**/*.xml dist/",
|
|
"generate-messages": "node dist/bin/generate-i18n-messages.js",
|
|
"watch": "tsc -w"
|
|
},
|
|
"bin": {
|
|
"build-keycloak-theme": "dist/bin/build-keycloak-theme/index.js",
|
|
"install-builtin-keycloak-themes": "dist/bin/install-builtin-keycloak-themes.js"
|
|
},
|
|
"author": "u/garronej",
|
|
"license": "MIT",
|
|
"files": [
|
|
"src/",
|
|
"!src/test/",
|
|
"dist/",
|
|
"!dist/test/",
|
|
"!dist/tsconfig.tsbuildinfo"
|
|
],
|
|
"keywords": [
|
|
"keycloak",
|
|
"react",
|
|
"theme",
|
|
"FreeMarker",
|
|
"ftl",
|
|
"login",
|
|
"register"
|
|
],
|
|
"homepage": "https://github.com/garronej/keycloak-react-theming",
|
|
"devDependencies": {
|
|
"@types/node": "^10.0.0",
|
|
"@types/react": "^17.0.0",
|
|
"copyfiles": "^2.4.1",
|
|
"denoify": "^0.6.5",
|
|
"properties-parser": "^0.3.1",
|
|
"react": "^17.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^4.1.5"
|
|
},
|
|
"dependencies": {
|
|
"scripting-tools": "^0.19.13",
|
|
"cheerio": "^1.0.0-rc.5",
|
|
"evt": "2.0.0-beta.15",
|
|
"minimal-polyfills": "^2.1.6",
|
|
"powerhooks": "^0.0.17",
|
|
"tss-react": "^0.0.9"
|
|
}
|
|
}
|