mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
82 lines
2.4 KiB
JSON
82 lines
2.4 KiB
JSON
{
|
|
"name": "@sonr.io/ui",
|
|
"version": "0.0.10",
|
|
"private": true,
|
|
"main": "src/components/index.ts",
|
|
"types": "src/components/index.ts",
|
|
"exports": {
|
|
".": "./src/components/index.ts",
|
|
"./components": "./src/components/index.ts",
|
|
"./components/*": "./src/components/*.tsx",
|
|
"./components/ui/*": "./src/components/ui/*.tsx",
|
|
"./components/dashboard/*": "./src/components/dashboard/*.tsx",
|
|
"./lib/utils": "./src/lib/utils.ts",
|
|
"./lib/*": "./src/lib/*.ts",
|
|
"./hooks": "./src/hooks/index.ts",
|
|
"./hooks/*": "./src/hooks/*.ts",
|
|
"./styles/*": "./src/styles/*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --noEmit",
|
|
"build:ui": "tsc --noEmit",
|
|
"dev": "tsc --noEmit --watch",
|
|
"clean": "rm -rf dist",
|
|
"test": "echo 'No tests defined for @sonr.io/ui'",
|
|
"lint": "biome lint .",
|
|
"format": "biome format . --write",
|
|
"check": "biome check .",
|
|
"typecheck": "tsc --noEmit",
|
|
"release": "cz --no-raise 6,21 bump --yes --increment PATCH"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-toggle": "^1.1.10",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@react-three/fiber": "^9.3.0",
|
|
"@sonr.io/com": "workspace:*",
|
|
"@types/three": "^0.180.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^12.23.12",
|
|
"lucide-react": "^0.263.1",
|
|
"next": "14.2.32",
|
|
"react-day-picker": "^9.9.0",
|
|
"react-hook-form": "^7.62.0",
|
|
"recharts": "^3.1.2",
|
|
"tailwind-merge": "^2.5.4",
|
|
"three": "^0.180.0",
|
|
"zod": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.1.2",
|
|
"@types/react": "^18.3.23",
|
|
"@types/react-dom": "^19.1.9",
|
|
"concurrently": "^8.0.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tsc-alias": "^1.8.6",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|