@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
77 lines • 2.11 kB
JSON
{
"name": "@turnkey/react-wallet-kit",
"version": "1.0.0-beta.5",
"description": "The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./styles.css": "./dist/styles.css"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"turnkey"
],
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.2.6",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@noble/hashes": "^1.8.0",
"buffer": "^6.0.3",
"clsx": "^2.1.1",
"libphonenumber-js": "^1.11.14",
"qrcode.react": "^4.2.0",
"react-international-phone": "^4.3.0",
"@turnkey/iframe-stamper": "^2.6.0-beta.0",
"@turnkey/core": "1.0.0-beta.5",
"@turnkey/sdk-types": "0.4.0-beta.5"
},
"devDependencies": {
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-strip": "^3.0.4",
"@tailwindcss/postcss": "^4.1.10",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.0.1",
"glob": "^8.0.3",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^4.1.10",
"typescript": "5.4.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public",
"tag": "beta"
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf ./dist ./.cache",
"typecheck": "tsc -p tsconfig.typecheck.json"
}
}