@tidy-ui/feedback
Version:
Tidy UI feedback group components includes Notification, Toaster
60 lines (59 loc) • 1.54 kB
JSON
{
"name": "@tidy-ui/feedback",
"version": "0.48.0",
"readme": "README.md",
"scripts": {
"build": "yarn clean && rollup -c ../../rollup.config.js --environment PACKAGE_NAME:feedback",
"build:md": "markdown-include ../../.markdown.json",
"clean": "rimraf -rf dist && rimraf -rf build",
"postinstall": "rm -rf node_modules/@types/react-native",
"reset": "yarn clean && rimraf -rf node_modules",
"vet": "yarn lint",
"yalc:publish": "yarn build && yalc publish",
"yalc:push": "yarn build && yalc push",
"docs": "jsdoc -X -c ../../jsdoc.conf.json > jsdoc.json"
},
"dependencies": {
"@tidy-ui/notification": "^0.48.0",
"@tidy-ui/progress": "^0.48.0",
"@tidy-ui/toaster": "^0.48.0"
},
"peerDependencies": {
"react": "^18.0.0",
"styled-components": "^5.3.3"
},
"module": "./dist/index.esm.js",
"types": "dist/src/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/badatt/tidy-ui"
},
"author": {
"name": "Balu Praveen Datty",
"email": "dev.badatt@gmail.om",
"url": "https://github.com/badatt"
},
"keywords": [
"react",
"styled-components",
"css-in-js",
"react-ui",
"components",
"ui",
"ui-components",
"feedback",
"Notification",
"Toaster"
],
"description": "Tidy UI feedback group components includes Notification, Toaster",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"LICENSE",
"jsdoc.json",
"README.md"
]
}