⚒️ Add uiball loaders & next-seo.

This commit is contained in:
pheralb 2022-06-28 13:15:35 +01:00
parent 0521099054
commit a6430cfdef
2 changed files with 35 additions and 0 deletions

33
package-lock.json generated
View File

@ -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",

View File

@ -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",