hoda-react
Version:
<div align="center"> <h1>:construction: flowbite-react (unreleased) :construction:</h1> <p> <a href="https://flowbite-react.com"> <img alt="Flowbite - Tailwind CSS components" width="350" src=".github/assets/flowbite-react-github.png"> <
170 lines (169 loc) • 5.2 kB
JSON
{
"name": "hoda-react",
"version": "0.0.9",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"files": [
"lib"
],
"author": {
"name": "Mahmoud ahmed",
"email": "ghareb4@gmail.com",
"url": "https://github.com/mahmoud-mohasseb"
},
"bugs": {
"url": "https://github.com/themesberg/flowbite-react/issues"
},
"repository": {
"url": "https://github.com/themesberg/flowbite-react",
"type": "git"
},
"license": "MIT",
"private": false,
"homepage": "https://flowbite-react.com",
"scripts": {
"build": "react-app-rewired build --profile",
"build:lib": "rimraf lib && yarn build:lib:esm && yarn build:lib:cjs",
"build:lib:cjs": "tsc -p tsconfig.lib.json",
"build:lib:esm": "tsc -p tsconfig.lib.json --module esnext --declaration --outDir lib/esm",
"build:storybook": "build-storybook -o build/storybook",
"commit": "cz",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"eject": "react-app-rewired eject",
"lint": "eslint --color .",
"lint:staged": "lint-staged --config lint-staged.js",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"prepare": "husky install",
"prepublishOnly": "yarn build:lib",
"release": "standard-version -a",
"start": "react-app-rewired start",
"start:storybook": "start-storybook -p 6006",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:open": "vitest --ui",
"test:e2e": "start-test 3000 cypress:run",
"test:e2e:open": "start-test 3000 cypress:open"
},
"dependencies": {
"@floating-ui/react": "^0.16.0",
"classnames": "^2.3.2",
"react-icons": "^4.6.0",
"react-indiana-drag-scroll": "^2.2.0"
},
"peerDependencies": {
"flowbite": "^1",
"react": "^18",
"react-dom": "^18",
"tailwindcss": "^3"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@mdx-js/react": "^1.6.22",
"@storybook/addon-a11y": "^6.5.10",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-docs": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^6.5.10",
"@storybook/api": "^6.5.10",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/components": "^6.5.10",
"@storybook/core-events": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/testing-library": "^0.0.13",
"@storybook/theming": "^6.5.10",
"@testing-library/dom": "^8.16.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.2",
"@types/node": "^18.11.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.4",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@vitejs/plugin-react": "^2.0.0",
"@vitest/coverage-c8": "^0.24.3",
"@vitest/ui": "^0.21.0",
"autoprefixer": "^10.4.8",
"axe-core": "^4.4.3",
"babel-loader": "^8.2.5",
"commitizen": "^4.2.6",
"cypress": "^10.4.0",
"cypress-axe": "^1.0.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.4",
"eslint-plugin-tailwindcss": "^3.6.0",
"flowbite": "^1.5.4",
"husky": "^8.0.1",
"jsdom": "^20.0.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.0.3",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-element-to-jsx-string": "^15.0.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-syntax-highlighter": "^15.5.0",
"require-from-string": "^2.0.2",
"resize-observer-polyfill": "^1.5.1",
"standard-version": "^9.5.0",
"start-server-and-test": "^1.14.0",
"storybook-dark-mode": "^1.1.2",
"tailwindcss": "^3.2.4",
"typescript": "^4.8.0",
"vite": "^3.1.8",
"vitest": "^0.24.3",
"webpack": "^5.74.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"keywords": [
"react",
"design-system",
"tailwind",
"tailwindcss",
"flowbite",
"flowbite-react",
"flowbite-react-components"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"overrides": {
"@mdx-js/react": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
}