UNPKG

@dojima-ui/button

Version:
55 lines 1.35 kB
{ "name": "@dojima-ui/button", "version": "1.0.9-alpha.17", "description": "button used for dojima webpages.", "keywords": [ "dojima", "button" ], "author": "Bhagath reddy <bhagath.reddy@dojima.network>", "license": "ISC", "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "types": "dist/index.d.ts", "directories": { "lib": "lib" }, "peerDependencies": { "@mui/material": "^5.1.0", "@mui/styles": "^5.1.1", "react": "^17.0.2", "react-dom": "^17.0.2", "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0" }, "files": [ "lib", "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/dojimanetwork/dojima-ui.git" }, "size-limit": [ { "path": "./dist/**/*", "limit": "10kB" } ], "scripts": { "rollup-build": "rm -rf ./dist && rm -rf ./node_modules && rollup -c ../../rollup.config.js && tsc --emitDeclarationOnly", "size": "size-limit --why" }, "bugs": { "url": "https://github.com/dojimanetwork/dojima-ui/issues" }, "homepage": "https://github.com/dojimanetwork/dojima-ui#readme", "dependencies": { "@dojima-ui/types": "^1.0.7-alpha.19" }, "gitHead": "10c9d562c05a50086fc11dc9b5096ce051cf200d" }