diff --git a/.gitignore b/.gitignore index ea7e65f..92ad9b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ -# See https://help.github.com/ignore-files/ for more about ignoring files. +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies /node_modules +/.pnp +.pnp.js # testing /coverage diff --git a/package.json b/package.json index cb2b5d0..b44e8a3 100644 --- a/package.json +++ b/package.json @@ -3,16 +3,25 @@ "version": "0.0.0", "private": true, "dependencies": { - "@ant-design/icons": "^4.2.2", - "@rjsf/core": "^2.3.0", - "antd": "^4.6.3", + "@ant-design/icons": "^4.1.0", + "@gravel-form/antd": "^0.0.4", + "@gravel-form/core-rc": "^0.0.3", + "@testing-library/jest-dom": "^4.2.4", + "@testing-library/react": "^9.3.2", + "@testing-library/user-event": "^7.1.2", + "@types/jest": "^24.0.0", + "@types/json-schema": "^7.0.5", + "@types/lodash": "^4.14.151", + "@types/node": "^12.0.0", + "@types/react": "^16.9.0", + "@types/react-dom": "^16.9.0", + "antd": "^4.4.1", + "lodash": "^4.17.15", "react": "^16.13.1", "react-dom": "^16.13.1", - "react-redux": "^7.2.1", - "react-scripts": "^3.4.3", + "react-scripts": "^3.4.1", "redux": "^4.0.5", - "redux-persist": "^6.0.0", - "redux-undo": "^1.0.1" + "typescript": "~3.7.2" }, "scripts": { "start": "react-scripts start", @@ -37,10 +46,10 @@ ] }, "devDependencies": { - "gh-pages": "^3.1.0", - "husky": "^4.3.0", - "prettier": "^2.1.1", - "pretty-quick": "^3.0.0" + "gh-pages": "^2.2.0", + "husky": "^4.2.5", + "prettier": "^2.0.5", + "pretty-quick": "^2.0.1" }, "husky": { "hooks": { diff --git a/public/favicon.ico b/public/favicon.ico index a11777c..bcd5dfd 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index d147874..6a9f8c2 100644 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,17 @@
- - - + + + + + + - - + -