diff options
author | Emiliano Ciavatta | 2020-10-20 15:45:18 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2020-10-20 15:45:18 +0000 |
commit | e4b73c0c3ce2c8817ddd1b8cfaa672823b59a422 (patch) | |
tree | 105e92d231a6c3c8759b0eab4d326de2b36221bf /frontend/package.json | |
parent | 0c13228651cb298194a5d97615e74f5fc7749fdc (diff) | |
parent | cf062076f238d97d6d01fe6e542b5f8c77a624ba (diff) |
Merge branch 'develop' into main
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index b3ad03a..9c1c35a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,9 +23,11 @@ "react-dom": "^16.13.1", "react-input-mask": "^3.0.0-alpha.2", "react-json-view": "^1.19.1", + "react-reflex": "^3.1.0", "react-router": "^5.1.2", "react-router-dom": "^5.1.2", "react-scripts": "3.4.1", + "react-string-replace": "^0.4.4", "react-tag-autocomplete": "^6.0.0-beta.6", "react-timeseries-charts": "^0.16.1", "typed.js": "^2.0.11" @@ -50,5 +52,9 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "license": "GPL-3.0", + "resolutions": { + "object-path": "0.11.5" } } |