UNPKG

@dojima-ui/types

Version:

common types utilised by dojima organisation for webpages.

51 lines 1.26 kB
{ "name": "@dojima-ui/types", "version": "1.0.7-alpha.21", "description": "common types utilised by dojima organisation for webpages.", "keywords": [ "types", "dojima", "webpages" ], "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", "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/**/*" } ], "scripts": { "rollup-build": "rm -rf ./dist && rm -rf ./node_modules && rollup -c ../../rollup.config.js && tsc --emitDeclarationOnly", "size": "size-limit" }, "bugs": { "url": "https://github.com/dojimanetwork/dojima-ui/issues" }, "homepage": "https://github.com/dojimanetwork/dojima-ui#readme", "gitHead": "10c9d562c05a50086fc11dc9b5096ce051cf200d" }