google charts

This commit is contained in:
Zadat Olayinka
2020-10-26 01:23:50 +01:00
parent 8c103ed6ac
commit 5bfe4d4f86
2 changed files with 14 additions and 0 deletions

13
package-lock.json generated
View File

@@ -2726,11 +2726,24 @@
"resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.0.tgz",
"integrity": "sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA=="
},
"react-google-charts": {
"version": "3.0.15",
"resolved": "https://registry.npmjs.org/react-google-charts/-/react-google-charts-3.0.15.tgz",
"integrity": "sha512-78s5xOQOJvL+jIewrWQZEHtlVk+5Yh4zZy+ODA1on1o1FaRjKWXxoo4n4JQl1XuqkF/A9NWque3KqM6pMggjzQ==",
"requires": {
"react-load-script": "^0.0.6"
}
},
"react-is": {
"version": "16.13.0",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.0.tgz",
"integrity": "sha512-GFMtL0vHkiBv9HluwNZTggSn/sCyEt9n02aM0dSAjGGyqyNlAyftYm4phPxdvCigG15JreC5biwxCgTAJZ7yAA=="
},
"react-load-script": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/react-load-script/-/react-load-script-0.0.6.tgz",
"integrity": "sha512-aRGxDGP9VoLxcsaYvKWIW+LRrMOzz2eEcubTS4NvQPPugjk2VvMhow0wWTkSl7RxookomD1MwcP4l5UStg5ShQ=="
},
"react-markdown": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-4.3.1.tgz",

View File

@@ -5,6 +5,7 @@
"main": "index.js",
"dependencies": {
"prismjs": "^1.20.0",
"react-google-charts": "^3.0.15",
"react-markdown": "^4.3.1",
"react-simple-code-editor": "^0.11.0"
},