@v0xoss/user
Version:
Flexible User Profile Component.
57 lines • 1.4 kB
JSON
{
"name": "@v0xoss/user",
"version": "0.0.9",
"description": "Flexible User Profile Component.",
"keywords": [
"user"
],
"author": "v0xOSS <oss-developers@vezham.com>",
"homepage": "https://vezham.com",
"license": "MIT",
"main": "dist/index.js",
"sideEffects": false,
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vezham/heroui.git",
"directory": "packages/components/user"
},
"bugs": {
"url": "https://github.com/vezham/heroui/issues"
},
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"@v0xoss/theme": ">=0.0.0",
"@v0xoss/system": ">=0.0.0"
},
"dependencies": {
"@react-aria/focus": "3.20.5",
"@v0xoss/avatar": "0.0.9",
"@v0xoss/react-utils": "0.0.9",
"@v0xoss/shared-utils": "0.0.9"
},
"clean-package": "../../../clean-package.config.json",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup src --dts",
"dev": "pnpm build:fast --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",
"build:fast": "tsup src"
}
}