diff --git a/package-lock.json b/package-lock.json index 2f16f45..d2132c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -839,6 +839,21 @@ "to-fast-properties": "^2.0.0" } }, + "@c0b41/ytclear": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@c0b41/ytclear/-/ytclear-1.0.0.tgz", + "integrity": "sha512-XRlrOlcUZhFURt6x1G1q40Oq4SvYr3j0NAcZeahx4N3em8eAY8831jPjeRBT+nQd762yYINanlfUX2uaG3UaaA==", + "requires": { + "minimist": "^1.1.1" + }, + "dependencies": { + "minimist": { + "version": "1.2.0", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + } + } + }, "@csstools/convert-colors": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/@csstools/convert-colors/-/convert-colors-1.4.0.tgz", @@ -15009,6 +15024,11 @@ "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" }, + "wikidata-sdk": { + "version": "5.15.9", + "resolved": "https://registry.npmjs.org/wikidata-sdk/-/wikidata-sdk-5.15.9.tgz", + "integrity": "sha512-I40/v7vW3gw1aLZ9/Yao4+I5ETPoOgE+3dt4rQxJkS510ow4nPb6DTtvA95zppmtDMDSNCNA1a7HN6FNRtAFQg==" + }, "wikijs": { "version": "4.8.1", "resolved": "https://registry.npmjs.org/wikijs/-/wikijs-4.8.1.tgz", diff --git a/package.json b/package.json index a36f4f7..a66ad41 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "dependencies": { "axios": "latest", "body-parser": "^1.18.3", + "@c0b41/ytclear": "^1.0.0", "bootstrap": "^4.1.3", "express": "^4.16.4", "lodash-id": "^0.14.0", @@ -17,6 +18,7 @@ "react-router-dom": "^4.3.1", "react-scripts": "2.1.1", "react-youtube": "^7.8.0", + "wikidata-sdk": "^5.15.9", "wikijs": "^4.8.1" }, "scripts": { diff --git a/public/index.html b/public/index.html index faa86e6..542ad55 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - react-4 + HazeTv