@gorazdo/material-you
Version:
Material You theme for @material-ui library
61 lines (60 loc) • 1.57 kB
JSON
{
"name": "@gorazdo/material-you",
"version": "1.0.0-alpha.24",
"description": "Material You theme for @material-ui library",
"license": "GPL-3.0-or-later",
"author": "Pavel Shchegolev <pavepy@gmail.com>",
"homepage": "https://github.com/Gorazdo/tools#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Gorazdo/tools.git"
},
"bugs": {
"url": "https://github.com/Gorazdo/tools/issues"
},
"main": "./dist/index.js",
"module": "./dist/mjs/index.js",
"files": [
"dist/**/*"
],
"scripts": {
"build": "rm -fr dist/* && tsc -p tsconfig.mjs.json && tsc -p tsconfig.cjs.json",
"dev": "tsc -w -p tsconfig.mjs.json",
"prepublishOnly": "yarn run build",
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
"types": "./dist/mjs/index.d.ts",
"dependencies": {
"@gorazdo/tomui": "^1.0.0-alpha.23"
},
"peerDependencies": {
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"clsx": "^1.1.1"
},
"devDependencies": {
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/types": "^5.1.0",
"clsx": "^1.1.1",
"typedoc": "^0.22.13"
},
"keywords": [
"material-design",
"material-next",
"material-ui",
"material-you"
],
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./dist/mjs/index.js",
"require": "./dist/index.js"
}
},
"gitHead": "39c30b1a0f6081163194dfba1e2f834ef8b08993",
"typedocMain": "./src/index.ts"
}