1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

#34 added LocalCommentForm

This commit is contained in:
Fedor Katurov 2021-02-26 16:47:38 +07:00
parent d42a98957d
commit 8ae2dc02f0
6 changed files with 226 additions and 49 deletions

View file

@ -14,6 +14,7 @@
"connected-react-router": "^6.5.2",
"date-fns": "^2.4.1",
"flexbin": "^0.2.0",
"formik": "^2.2.6",
"insane": "^2.6.2",
"marked": "^2.0.0",
"node-sass": "4.14.1",
@ -36,7 +37,8 @@
"throttle-debounce": "^2.1.0",
"typescript": "^4.0.5",
"uuid4": "^1.1.4",
"web-vitals": "^0.2.4"
"web-vitals": "^0.2.4",
"yup": "^0.32.9"
},
"scripts": {
"start": "craco start",
@ -68,6 +70,7 @@
"@types/node": "^11.13.22",
"@types/ramda": "^0.26.33",
"@types/react-redux": "^7.1.11",
"@types/yup": "^0.29.11",
"craco-alias": "^2.1.1",
"craco-fast-refresh": "^1.0.2",
"prettier": "^1.18.2"