UNPKG

rinlab

Version:

A comprehensive React component library for Solana blockchain interfaces with a nostalgic retro-computing aesthetic

54 lines 1.45 kB
{ "name": "rinlab", "version": "0.4.0", "description": "A comprehensive React component library for Solana blockchain interfaces with a nostalgic retro-computing aesthetic", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --external react", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build", "format": "prettier --write \"src/**/*.{ts,tsx}\"", "lint": "eslint \"src/**/*.{ts,tsx}\"", "test": "jest" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "framer-motion": "^12.4.4", "@radix-ui/react-toast": "^1.0.0", "tailwindcss": "^3.0.0", "lucide-react": "^0.475.0", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "tailwind-merge": "^3.0.1" }, "keywords": [ "defi", "solana", "react", "components", "retro", "blockchain", "ui", "ascii-art", "terminal", "vintage", "nostalgic" ], "author": "Aldrin Labs", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/aldrinlabs/rinlab" }, "bugs": { "url": "https://github.com/aldrinlabs/rinlab/issues" }, "homepage": "https://github.com/aldrinlabs/rinlab#readme", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" } }