UNPKG

bitmancer-accessible-components

Version:

A material ui bundling package which provides some additional features of some components.

40 lines (39 loc) 1 kB
{ "name": "bitmancer-accessible-components", "version": "0.0.18", "description": "A material ui bundling package which provides some additional features of some components.", "author": "bitmancer", "license": "ISC", "main": "build/index.js", "types": "build/index.d.js", "type": "module", "directories": { "lib": "lib" }, "scripts": { "build": "npx tsc", "publish": "npm publish --access public", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "typescript", "mui5", "accessibility" ], "dependencies": { "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@mui/material": "^5.11.13", "@types/node": "^18.15.3", "typescript": "^4.9.5" }, "devDependencies": { "install": "^0.13.0", "npm": "^9.6.1", "ts-loader": "^9.4.2" }, "repository": { "type": "git", "url": "git+https://gitlab.zone35.de/assisto/typescript-mui.git" } }