This commit is contained in:
Joseph Garrone 2021-02-20 12:15:33 +01:00
parent 80669e149c
commit 5aefbc777c
3 changed files with 3201 additions and 2638 deletions

5781
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -49,15 +49,15 @@
"homepage": "https://github.com/garronej/keycloak-react-theming", "homepage": "https://github.com/garronej/keycloak-react-theming",
"devDependencies": { "devDependencies": {
"@types/node": "^10.0.0", "@types/node": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^4.5.0", "@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.5.0", "@typescript-eslint/parser": "^4.15.1",
"denoify": "^0.5.10", "denoify": "^0.6.4",
"eslint": "^7.7.0", "eslint": "^7.20.0",
"eslint-config-prettier": "^6.14.0", "eslint-config-prettier": "^7.2.0",
"evt": "^1.8.11", "evt": "^1.8.11",
"husky": "^4.3.0", "husky": "^4.3.0",
"lint-staged": "^10.4.2", "lint-staged": "^10.5.4",
"prettier": "^2.0.5", "prettier": "^2.2.1",
"simplifyify": "^8.0.3", "simplifyify": "^8.0.3",
"terser": "^5.3.8", "terser": "^5.3.8",
"typescript": "^4.1.5" "typescript": "^4.1.5"

View File

@ -16,7 +16,5 @@
"jsx": "react-jsx", "jsx": "react-jsx",
"noFallthroughCasesInSwitch": true "noFallthroughCasesInSwitch": true
}, },
"include": [ "include": ["src"]
"src"
]
} }