mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
⚒️ Add uiball loaders & next-seo.
This commit is contained in:
parent
0521099054
commit
a6430cfdef
33
package-lock.json
generated
33
package-lock.json
generated
@ -12,11 +12,13 @@
|
|||||||
"@chakra-ui/react": "2.1.2",
|
"@chakra-ui/react": "2.1.2",
|
||||||
"@emotion/react": "11.9.0",
|
"@emotion/react": "11.9.0",
|
||||||
"@emotion/styled": "11.8.1",
|
"@emotion/styled": "11.8.1",
|
||||||
|
"@uiball/loaders": "1.2.6",
|
||||||
"canvas-confetti": "1.5.1",
|
"canvas-confetti": "1.5.1",
|
||||||
"downloadjs": "1.4.7",
|
"downloadjs": "1.4.7",
|
||||||
"framer-motion": "6.3.9",
|
"framer-motion": "6.3.9",
|
||||||
"next": "12.1.6",
|
"next": "12.1.6",
|
||||||
"next-pwa": "5.5.4",
|
"next-pwa": "5.5.4",
|
||||||
|
"next-seo": "^5.4.0",
|
||||||
"nextjs-progressbar": "0.0.14",
|
"nextjs-progressbar": "0.0.14",
|
||||||
"phosphor-react": "1.4.1",
|
"phosphor-react": "1.4.1",
|
||||||
"react": "18.1.0",
|
"react": "18.1.0",
|
||||||
@ -3571,6 +3573,15 @@
|
|||||||
"url": "https://opencollective.com/typescript-eslint"
|
"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": {
|
"node_modules/@vitejs/plugin-react": {
|
||||||
"version": "1.3.2",
|
"version": "1.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz",
|
||||||
@ -7416,6 +7427,16 @@
|
|||||||
"next": ">=9.0.0"
|
"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": {
|
"node_modules/nextjs-progressbar": {
|
||||||
"version": "0.0.14",
|
"version": "0.0.14",
|
||||||
"resolved": "https://registry.npmjs.org/nextjs-progressbar/-/nextjs-progressbar-0.0.14.tgz",
|
"resolved": "https://registry.npmjs.org/nextjs-progressbar/-/nextjs-progressbar-0.0.14.tgz",
|
||||||
@ -12296,6 +12317,12 @@
|
|||||||
"eslint-visitor-keys": "^3.3.0"
|
"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": {
|
"@vitejs/plugin-react": {
|
||||||
"version": "1.3.2",
|
"version": "1.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz",
|
||||||
@ -15137,6 +15164,12 @@
|
|||||||
"workbox-window": "^6.5.3"
|
"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": {
|
"nextjs-progressbar": {
|
||||||
"version": "0.0.14",
|
"version": "0.0.14",
|
||||||
"resolved": "https://registry.npmjs.org/nextjs-progressbar/-/nextjs-progressbar-0.0.14.tgz",
|
"resolved": "https://registry.npmjs.org/nextjs-progressbar/-/nextjs-progressbar-0.0.14.tgz",
|
||||||
|
@ -23,11 +23,13 @@
|
|||||||
"@chakra-ui/react": "2.1.2",
|
"@chakra-ui/react": "2.1.2",
|
||||||
"@emotion/react": "11.9.0",
|
"@emotion/react": "11.9.0",
|
||||||
"@emotion/styled": "11.8.1",
|
"@emotion/styled": "11.8.1",
|
||||||
|
"@uiball/loaders": "1.2.6",
|
||||||
"canvas-confetti": "1.5.1",
|
"canvas-confetti": "1.5.1",
|
||||||
"downloadjs": "1.4.7",
|
"downloadjs": "1.4.7",
|
||||||
"framer-motion": "6.3.9",
|
"framer-motion": "6.3.9",
|
||||||
"next": "12.1.6",
|
"next": "12.1.6",
|
||||||
"next-pwa": "5.5.4",
|
"next-pwa": "5.5.4",
|
||||||
|
"next-seo": "5.4.0",
|
||||||
"nextjs-progressbar": "0.0.14",
|
"nextjs-progressbar": "0.0.14",
|
||||||
"phosphor-react": "1.4.1",
|
"phosphor-react": "1.4.1",
|
||||||
"react": "18.1.0",
|
"react": "18.1.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user