UNPKG

@ragsters/raggie-wallet-connector

Version:

This is a React component built by the CryptoRaggies team to enable any React website to easily connect to popular Cardano wallets. The user's choice of wallet is persisted to local storage and the wallet connector will automatically reconnect the previou

107 lines (106 loc) 2.84 kB
{ "name": "@ragsters/raggie-wallet-connector", "description": "", "keywords": [ "cardano", "web3", "cip30", "cip-30", "ada" ], "bugs": { "url": "https://github.com/arressaye/raggie-wallet-connector/issues", "email": "admin@ragsters.productions" }, "license": "MIT", "private": false, "version": "1.0.1", "type": "module", "module": "dist/index.es.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.es.js", "types": "./dist/index.d.ts" }, "./styles": "./dist/style.css" }, "files": [ "/dist" ], "publishConfig": { "access": "public" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "eslintConfig": { "env": { "browser": true, "node": true, "es2020": true }, "extends": [ "eslint:recommended", "plugin:react/recommended" ], "parserOptions": { "sourceType": "module" } }, "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "publish-patch": "npm version patch && npm run build && npm publish" }, "dependencies": { "@emurgo/cardano-serialization-lib-browser": "^14.0.0", "@fortawesome/react-fontawesome": "^0.2.0", "@mantine/carousel": "^7.15.1", "@mantine/core": "^7.11.1", "@mantine/hooks": "^7.11.1", "@preact/signals-react": "^2.0.0", "@ragsters/purrse-web-plugin": "^1.0.0", "@tabler/icons-react": "^3.8.0", "buffer": "^6.0.3", "crypto-random-string": "^5.0.0", "embla-carousel-autoplay": "^7.1.0", "embla-carousel-react": "^7.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^5.2.1" }, "devDependencies": { "@preact/signals-react-transform": "^0.3.0", "@tailwindcss/postcss": "^4.0.15", "@types/node": "^20.12.5", "@types/react": "^18.2.64", "@types/react-dom": "^18.2.21", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "postcss": "^8.4.39", "postcss-preset-mantine": "^1.13.0", "postcss-simple-vars": "^7.0.1", "tailwindcss": "^4.0.15", "typescript": "^5.2.2", "vite": "^5.1.6", "vite-plugin-dts": "^3.8.1", "vite-plugin-top-level-await": "^1.4.1", "vite-plugin-wasm": "^3.3.0" } }