From a6430cfdefae07f6321307dd652eeb320339e9f4 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 28 Jun 2022 13:15:35 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=92=EF=B8=8F=20Add=20uiball=20loaders=20&?= =?UTF-8?q?=20next-seo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 33 +++++++++++++++++++++++++++++++++ package.json | 2 ++ 2 files changed, 35 insertions(+) diff --git a/package-lock.json b/package-lock.json index d03bdc1..36a0c59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,11 +12,13 @@ "@chakra-ui/react": "2.1.2", "@emotion/react": "11.9.0", "@emotion/styled": "11.8.1", + "@uiball/loaders": "1.2.6", "canvas-confetti": "1.5.1", "downloadjs": "1.4.7", "framer-motion": "6.3.9", "next": "12.1.6", "next-pwa": "5.5.4", + "next-seo": "^5.4.0", "nextjs-progressbar": "0.0.14", "phosphor-react": "1.4.1", "react": "18.1.0", @@ -3571,6 +3573,15 @@ "url": "https://opencollective.com/typescript-eslint" } }, + "node_modules/@uiball/loaders": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@uiball/loaders/-/loaders-1.2.6.tgz", + "integrity": "sha512-Db3be5pG9ciZa1Rxr6Iwv8bIwVP+g00m3GYQFsu3j7B9T16MpHhnGXLksuNtKlePdP3FCTFGpFrXbJz4GG/OOg==", + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, "node_modules/@vitejs/plugin-react": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz", @@ -7416,6 +7427,16 @@ "next": ">=9.0.0" } }, + "node_modules/next-seo": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-5.4.0.tgz", + "integrity": "sha512-R9DhajPwJnR/lsF2hZ8cN8uqr5CVITsRrCG1AF5+ufcaybKYOvnH8sH9MaH4/hpkps3PQ9H71S7J7SPYixAYzQ==", + "peerDependencies": { + "next": "^8.1.1-canary.54 || >=9.0.0", + "react": ">=16.0.0", + "react-dom": ">=16.0.0" + } + }, "node_modules/nextjs-progressbar": { "version": "0.0.14", "resolved": "https://registry.npmjs.org/nextjs-progressbar/-/nextjs-progressbar-0.0.14.tgz", @@ -12296,6 +12317,12 @@ "eslint-visitor-keys": "^3.3.0" } }, + "@uiball/loaders": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@uiball/loaders/-/loaders-1.2.6.tgz", + "integrity": "sha512-Db3be5pG9ciZa1Rxr6Iwv8bIwVP+g00m3GYQFsu3j7B9T16MpHhnGXLksuNtKlePdP3FCTFGpFrXbJz4GG/OOg==", + "requires": {} + }, "@vitejs/plugin-react": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz", @@ -15137,6 +15164,12 @@ "workbox-window": "^6.5.3" } }, + "next-seo": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/next-seo/-/next-seo-5.4.0.tgz", + "integrity": "sha512-R9DhajPwJnR/lsF2hZ8cN8uqr5CVITsRrCG1AF5+ufcaybKYOvnH8sH9MaH4/hpkps3PQ9H71S7J7SPYixAYzQ==", + "requires": {} + }, "nextjs-progressbar": { "version": "0.0.14", "resolved": "https://registry.npmjs.org/nextjs-progressbar/-/nextjs-progressbar-0.0.14.tgz", diff --git a/package.json b/package.json index 3794a25..f764543 100644 --- a/package.json +++ b/package.json @@ -23,11 +23,13 @@ "@chakra-ui/react": "2.1.2", "@emotion/react": "11.9.0", "@emotion/styled": "11.8.1", + "@uiball/loaders": "1.2.6", "canvas-confetti": "1.5.1", "downloadjs": "1.4.7", "framer-motion": "6.3.9", "next": "12.1.6", "next-pwa": "5.5.4", + "next-seo": "5.4.0", "nextjs-progressbar": "0.0.14", "phosphor-react": "1.4.1", "react": "18.1.0",