@smart-react-components/ui
Version:
SRC UI includes React and Styled components.
94 lines (93 loc) • 2.26 kB
JSON
{
"name": "@smart-react-components/ui",
"version": "2.1.8",
"license": "MIT",
"main": "index.js",
"description": "SRC UI includes React and Styled components.",
"keywords": [
"javascript",
"typescript",
"react",
"styled-components",
"react-ui-library",
"alert",
"badge",
"breadcrumb",
"button",
"checkbox",
"color-picker",
"date-picker",
"dropdown",
"fixed-box",
"form",
"grid",
"input",
"loading",
"modal",
"overlay",
"pagination",
"pop-up",
"popover",
"progress-bar",
"radio",
"select",
"switch",
"table",
"textarea",
"tooltip",
"wave-effect"
],
"author": {
"name": "Cevad Tokatlı",
"email": "cevadtokatli@hotmail.com"
},
"contributors": [
{
"name": "Cemil Tokatlı",
"email": "cemil@tokatli.me"
}
],
"repository": {
"type": "git",
"url": "https://github.com/cevadtokatli/smart-react-components/tree/v2/ui"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run clear && tsc --outDir lib && npm run copy",
"clear": "rm -rf lib",
"copy": "cp package.json lib/package.json && cp README.md lib/README.md && cp ../LICENSE lib/LICENSE",
"dev": "tsc -w --outDir lib",
"lint": "eslint src",
"release": "../scripts/release.sh ui",
"test": "jest"
},
"devDependencies": {
"@smart-react-components/core": "2.1.0",
"@smart-react-components/router": "2.1.0",
"@smart-react-components/transition": "2.1.0",
"@testing-library/react": "13.4.0",
"@types/jest": "29.0.1",
"@types/react": "18.0.19",
"@types/react-dom": "18.0.6",
"@types/styled-components": "5.1.26",
"eslint": "8.0.1",
"jest": "29.0.3",
"jest-environment-jsdom": "29.3.1",
"jest-styled-components": "7.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "5.3.5",
"ts-jest": "29.0.0",
"typescript": "4.8.3"
},
"peerDependencies": {
"@smart-react-components/core": "^2.1.0",
"@smart-react-components/router": "^2.1.0",
"@smart-react-components/transition": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.5"
}
}