@kushki/suka-material-ui-theme
Version:
Suk'a Material UI theme
62 lines (61 loc) • 1.6 kB
JSON
{
"name": "@kushki/suka-material-ui-theme",
"version": "1.0.4",
"description": "Suk'a Material UI theme",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"private": false,
"scripts": {
"clean": "rimraf dist",
"build": "rollup -c",
"test": "echo \"mui-theme: No tests configured. Perhaps you'd like to do this?\" && exit 0",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kushki/suka-material-ui-theme.git"
},
"keywords": [
"suka",
"material",
"ui",
"theme"
],
"author": "Kushki",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kushki/suka-material-ui-theme/issues"
},
"homepage": "https://github.com/Kushki/suka-material-ui-theme#readme",
"dependencies": {},
"devDependencies": {
"@material-ui/core": "^4.11.0",
"fontsource-ibm-plex-sans": "^3.0.9",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.26.11",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.2",
"tslib": "^2.0.1",
"typescript": "^4.0.2"
},
"peerDependencies": {
"@material-ui/core": "^4.11.0",
"fontsource-ibm-plex-sans": "^3.0.9",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"files": [
"dist/*",
"README.md",
"package.json"
],
"rollup": {
"exports": "named"
}
}