@dodobrat/react-ui-kit
Version:
Simple React Component Library
85 lines (84 loc) • 2.36 kB
JSON
{
"name": "@dodobrat/react-ui-kit",
"version": "0.4.8",
"main": "build/index.js",
"module": "build/index.esm.js",
"files": [
"build",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"types": "build/index.d.ts",
"title": "Dodo UI",
"description": "Simple React Component Library",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"test": "jest",
"test:watch": "jest --watch",
"mkicons": "npx @svgr/cli -d src/components/icons src/components/icons --ref --memo --title-prop --svg-props aria-label=dui_icon --icon --replace-attr-values #000=currentColor --typescript",
"mkc": "node ./commands/create-component",
"mkfc": "node ./commands/create-forwardRef-component",
"mkcx": "node ./commands/create-context",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dodobrat/react-ui-kit.git"
},
"keywords": [
"dui",
"ui",
"ui-kit",
"component",
"components",
"design",
"framework",
"frontend",
"react",
"react-component"
],
"author": "Deyan Bozhilov",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dodobrat/react-ui-kit/issues"
},
"homepage": "https://github.com/Dodobrat/react-ui-kit#readme",
"deprecated": false,
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.0.4",
"@svgr/cli": "5.5.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.0.0",
"@types/react": "17.0.18",
"@types/react-dom": "17.0.9",
"@types/react-transition-group": "4.4.2",
"@types/styled-components": "5.1.12",
"babel-core": "6.26.3",
"babel-runtime": "6.26.0",
"classnames": "2.3.1",
"focus-trap-react": "8.7.1",
"jest": "27.0.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-indiana-drag-scroll": "1.8.1",
"react-transition-group": "4.4.2",
"rollup": "2.56.2",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-scss": "2.6.1",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-visualizer": "5.5.2",
"styled-components": "5.3.0",
"ts-jest": "27.0.4",
"tslib": "2.3.1",
"typescript": "4.3.5"
}
}