@dojima-ui/theme
Version:
A dojima theme used across webpages developed in organisation.
51 lines • 1.27 kB
JSON
{
"name": "@dojima-ui/theme",
"version": "1.0.2-alpha.7",
"description": "A dojima theme used across webpages developed in organisation.",
"keywords": [
"theme",
"material ui",
"dojima"
],
"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"
}