This commit is contained in:
shams mosowi
2019-10-08 08:37:32 +11:00
parent ef74c41145
commit be37012101
5 changed files with 134 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
"@types/node": "12.7.4",
"@types/ramda": "^0.26.21",
"@types/react": "^16.9.2",
"@types/react-color": "^3.0.1",
"@types/react-data-grid": "^4.0.3",
"@types/react-dom": "16.9.0",
"@types/react-router-dom": "^4.3.5",
@@ -25,13 +26,16 @@
"lodash": "^4.17.15",
"ramda": "^0.26.1",
"react": "^16.9.0",
"react-color": "^2.17.3",
"react-data-grid": "^6.1.0",
"react-data-grid-addons": "^6.1.0",
"react-dom": "^16.9.0",
"react-dropzone": "^10.1.8",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"start": "^5.1.0",
"typescript": "3.6.2",
"yarn": "^1.19.0",
"yup": "^0.27.0"
},
"scripts": {