Much better support for frontend field validation
This commit is contained in:
18
package.json
18
package.json
@ -55,25 +55,25 @@
|
||||
],
|
||||
"homepage": "https://github.com/garronej/keycloakify",
|
||||
"peerDependencies": {
|
||||
"@emotion/react": "^11.4.1",
|
||||
"powerhooks": "^0.11.0",
|
||||
"react": "^16.8.0 || ^17.0.0",
|
||||
"tss-react": "^1.1.0",
|
||||
"powerhooks": "^0.9.6",
|
||||
"@emotion/react": "^11.4.1"
|
||||
"tss-react": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tss-react": "^1.1.0",
|
||||
"@emotion/react": "^11.4.1",
|
||||
"powerhooks": "^0.9.6",
|
||||
"@types/node": "^10.0.0",
|
||||
"@types/react": "^17.0.0",
|
||||
"copyfiles": "^2.4.1",
|
||||
"husky": "^4.3.8",
|
||||
"lint-staged": "^11.0.0",
|
||||
"powerhooks": "^0.11.0",
|
||||
"prettier": "^2.3.0",
|
||||
"properties-parser": "^0.3.1",
|
||||
"react": "^17.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"typescript": "^4.2.3",
|
||||
"husky": "^4.3.8",
|
||||
"lint-staged": "^11.0.0",
|
||||
"prettier": "^2.3.0"
|
||||
"tss-react": "^1.1.0",
|
||||
"typescript": "^4.2.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0-rc.5",
|
||||
|
Reference in New Issue
Block a user