improvement(validation): use config schema definition for validation (#1363)

This commit is contained in:
Caleb
2018-08-07 10:27:15 -06:00
committed by Shawn Erquhart
parent 7bcdb2053d
commit 8cc6dc78ec
9 changed files with 321 additions and 200 deletions

View File

@ -19,6 +19,8 @@
],
"license": "MIT",
"dependencies": {
"ajv": "^6.4.0",
"ajv-errors": "^1.0.0",
"create-react-class": "^15.6.0",
"diacritics": "^1.3.0",
"emotion": "^9.2.6",