@ultrade/react-embed
Version:
React component to easily embed an Ultrade application to your page
34 lines (33 loc) • 901 B
JSON
{
"name": "@ultrade/react-embed",
"version": "1.0.5",
"description": "React component to easily embed an Ultrade application to your page",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ultrade-org/react-embed.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ultrade-org/react-embed/issues"
},
"homepage": "https://github.com/ultrade-org/react-embed#readme",
"dependencies": {
"@blockshake/defly-connect": "^1.1.2",
"@perawallet/connect": "^1.2.2",
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.33"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"keywords": ["Ultrade", "DEX", "Exchange", "React"]
}