Added avatar package

master
TZGyn 2 years ago
parent eb86a49bc4
commit eabc393a7a
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -9,6 +9,7 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@nextui-org/avatar": "^2.0.11",
"@nextui-org/button": "2.0.0", "@nextui-org/button": "2.0.0",
"@nextui-org/card": "^2.0.11", "@nextui-org/card": "^2.0.11",
"@nextui-org/checkbox": "^2.0.12", "@nextui-org/checkbox": "^2.0.12",

@ -5,6 +5,9 @@ settings:
excludeLinksFromLockfile: false excludeLinksFromLockfile: false
dependencies: dependencies:
'@nextui-org/avatar':
specifier: ^2.0.11
version: 2.0.11(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.3.2)
'@nextui-org/button': '@nextui-org/button':
specifier: 2.0.0 specifier: 2.0.0
version: 2.0.0(framer-motion@10.15.2)(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.3.2) version: 2.0.0(framer-motion@10.15.2)(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.3.2)
@ -890,6 +893,25 @@ packages:
- tailwindcss - tailwindcss
dev: false dev: false
/@nextui-org/avatar@2.0.11(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.3.2):
resolution: {integrity: sha512-AAbZrTyyiLbJJZRs94HRilg7J/YF42NBtPQf+GfGvgtjc6pFFrLwlKZrRKBqChx+nzvrkDdmiCFBp6t+MBRIvg==}
peerDependencies:
react: '>=18'
dependencies:
'@nextui-org/react-utils': 2.0.6(react@18.2.0)
'@nextui-org/shared-utils': 2.0.2(react@18.2.0)
'@nextui-org/system': 2.0.5(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.3.2)
'@nextui-org/theme': 2.0.5(tailwindcss@3.3.2)
'@nextui-org/use-image': 2.0.2(react@18.2.0)
'@react-aria/focus': 3.14.0(react@18.2.0)
'@react-aria/interactions': 3.17.0(react@18.2.0)
'@react-aria/utils': 3.19.0(react@18.2.0)
react: 18.2.0
transitivePeerDependencies:
- react-dom
- tailwindcss
dev: false
/@nextui-org/button@2.0.0(framer-motion@10.15.2)(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.3.2): /@nextui-org/button@2.0.0(framer-motion@10.15.2)(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.3.2):
resolution: {integrity: sha512-VU04cOQEDQ232T9Spa+OkQeqGGHCHZ+M9c1WmVhR9jHYbt2wYK6UK7K7COrBDWL+jOi6Y6ztLLkrqP+1myteKg==} resolution: {integrity: sha512-VU04cOQEDQ232T9Spa+OkQeqGGHCHZ+M9c1WmVhR9jHYbt2wYK6UK7K7COrBDWL+jOi6Y6ztLLkrqP+1myteKg==}
peerDependencies: peerDependencies:

Loading…
Cancel
Save