officiavoluptas
Version:
Desig: The Blockchain-Agnostic Multisig Solution
116 lines (115 loc) • 3.69 kB
JSON
{
"name": "@tryrolljs/design-system",
"description": "Shared components for Roll applications",
"version": "0.0.18",
"main": "dist/web/cjs/index.js",
"module": "dist/web/esm/index.js",
"files": [
"dist"
],
"peerDependencies": {
"@ethersproject/providers": "^5.4.5",
"@web3-react/core": "8.0.16-alpha.0",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.2.9",
"@web3-react/portis-connector": "^6.2.11",
"@web3-react/walletconnect-connector": "^6.2.10",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-native": ">=0.66.3",
"react-native-safe-area-context": "^3.3.2",
"react-native-svg": "^12.1.1",
"react-native-web": "^0.17.7",
"web3-react-core": "*"
},
"dependencies": {
"@floating-ui/react-dom": "^1.0.0",
"@floating-ui/react-dom-interactions": "^0.9.3",
"@floating-ui/react-native": "^0.8.0",
"boring-avatars": "^1.6.3",
"ethers": "^5.5.4",
"native-base": "^3.4.13",
"react-modal": "^3.14.4",
"react-native-linear-gradient": "^2.5.6",
"react-native-paper": "^4.10.1",
"react-native-web-linear-gradient": "^1.1.2"
},
"devDependencies": {
"@ethersproject/providers": "^5.4.5",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.0.1",
"@rollup/plugin-typescript": "^8.3.4",
"@rollup/plugin-url": "^7.0.0",
"@storybook/addon-actions": "^6.4.18",
"@storybook/addon-essentials": "^6.4.18",
"@storybook/addon-links": "^6.4.18",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storysource": "^6.5.10",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/react": "^6.4.18",
"@svgr/rollup": "^6.3.1",
"@svgr/webpack": "^6.3.1",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-modal": "^3.13.1",
"@types/react-native": "^0.66.4",
"@web3-react/core": "8.0.16-alpha.0",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.2.9",
"@web3-react/portis-connector": "^6.2.11",
"@web3-react/walletconnect-connector": "^6.2.10",
"autoprefixer": "^9",
"postcss": "8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native": "^0.66.3",
"react-native-safe-area-context": "^3.3.2",
"react-native-svg": "^12.1.1",
"react-native-web": "^0.17.7",
"react-refresh": "^0.14.0",
"rollup": "^2.78.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-node-externals": "^5.0.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-visualizer": "^5.8.1",
"storybook": "^6.5.10",
"tailwindcss": "^3.1.8",
"typescript": "^4.1.2",
"web3-react-core": "npm:@web3-react/core@^6.0.9"
},
"scripts": {
"build": "rollup -c",
"prerelease": "yarn build",
"start": "start-storybook"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/TuringAdvisoryGroup/tryrolljs/tree/main/packages/design-system",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TuringAdvisoryGroup/tryrolljs.git"
},
"engines": {
"npm": "~8.3.1",
"node": "16.14.0"
},
"keywords": [
"components",
"design",
"system",
"react",
"native"
]
}