UNPKG

@aioha/react-ui

Version:

Ready-made React modal for Aioha

69 lines 1.85 kB
{ "name": "@aioha/react-ui", "version": "1.7.0", "description": "Ready-made React modal for Aioha", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "keywords": [ "aioha", "react", "tailwindcss", "hive", "blockchain", "authentication" ], "author": "techcoderx", "license": "MIT", "homepage": "https://aioha.dev", "repository": { "url": "https://github.com/aioha-hive/react-ui" }, "bugs": { "url": "https://github.com/aioha-hive/react-ui/issues" }, "files": [ "lib", "dist", "LICENSE", "README.md" ], "devDependencies": { "@aioha/aioha": "^1.7.0", "@tailwindcss/cli": "^4.1.11", "@tailwindcss/vite": "^4.1.11", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "@vitejs/plugin-react-swc": "^3.11.0", "autoprefixer": "^10.4.21", "eslint": "^9.31.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.1.11", "typescript": "^5.8.3", "vite": "^7.0.5", "vite-plugin-dts": "^4.5.4", "vite-plugin-node-polyfills": "^0.24.0" }, "peerDependencies": { "@aioha/aioha": "^1.7.0", "react": "^19.1.0", "react-dom": "^19.1.0" }, "dependencies": { "@aioha/react-provider": "^1.7.0", "react-qr-code": "^2.0.18" }, "scripts": { "start": "vite", "dev": "vite", "clean": "rm -r dist/*", "build": "tsc --p ./tsconfig.build.json; npx @tailwindcss/cli -o dist/build.css --minify; cp lib/icons/*.svg dist/icons", "prepublish": "pnpm run clean; pnpm run build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" } }