@aptos-labs/wallet-adapter-mui-design
Version:
Aptos Wallet Adapter mui design
56 lines • 1.61 kB
JSON
{
"name": "@aptos-labs/wallet-adapter-mui-design",
"version": "5.5.6",
"description": "Aptos Wallet Adapter mui design",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/aptos-labs/aptos-wallet-adapter.git"
},
"homepage": "https://github.com/aptos-labs/aptos-wallet-adapter",
"bugs": {
"url": "https://github.com/aptos-labs/aptos-wallet-adapter/issues"
},
"author": "aptoslabs.com",
"keywords": [
"Aptos",
"Aptos Labs",
"Wallet",
"Wallet Adapter",
"Wallet Adapter Provider",
"React"
],
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"tsup": "^8.4.0",
"typescript": "^5.8.3",
"@aptos-labs/wallet-adapter-tsconfig": "0.0.2"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.6",
"@aptos-labs/wallet-adapter-react": "8.3.3"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-router-dom": "^7.5.2"
},
"scripts": {
"build": "tsup src/index.tsx --format esm,cjs --dts --external react",
"dev": "tsup src/index.tsx --format esm,cjs --watch --dts --external react",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"lint": "biome lint src"
}
}