First draft

This commit is contained in:
Joseph Garrone
2021-02-21 17:38:59 +01:00
parent 3af3178d42
commit 83755d1f5f
20 changed files with 698 additions and 1878 deletions

View File

@ -1,16 +1,21 @@
{
"name": "keycloak-react-theming",
"version": "0.0.2",
"description": "Provides a way to customise Keycloak login and register pages with React",
"description": "Provides a way to customize Keycloak login and register pages with React",
"repository": {
"type": "git",
"url": "git://github.com/garronej/keycloak-react-theming.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "src/index.js",
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"scripts": {
"test": "node dist/test/",
"build": "tsc",
"start": "webpack-dev-server --open",
"create": "webpack",
"enable_short_import_path": "npm run build && denoify_enable_short_npm_import_path"
},
"author": "u/garronej",
@ -27,8 +32,11 @@
"devDependencies": {
"@types/node": "^10.0.0",
"denoify": "^0.6.4",
"evt": "^1.8.11",
"lint-staged": "^10.5.4",
"evt": "beta",
"typescript": "^4.1.5"
},
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"node-html-parser": "^2.1.0"
}
}