mt-flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
231 lines (230 loc) • 7.23 kB
JSON
{
"name": "mt-flowbite-react",
"version": "0.5.13",
"description": "Official React components built for Flowbite and Tailwind CSS",
"keywords": [
"design-system",
"flowbite",
"flowbite-react",
"react",
"tailwind",
"tailwindcss",
"tailwind-css"
],
"homepage": "https://flowbite-react.com",
"bugs": "https://github.com/themesberg/flowbite-react/issues",
"license": "MIT",
"files": [
"./lib/"
],
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/themesberg/flowbite-react"
},
"scripts": {
"build": "next build",
"build:lib": "rm -rf ./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",
"commit": "cz",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"dev": "next dev",
"lint": "eslint --color .",
"prepublishOnly": "yarn build:lib",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"release": "standard-version -a",
"start": "next start",
"storybook": "storybook dev -p 3001",
"storybook:build": "storybook build",
"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",
"typecheck": "tsc"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@floating-ui/react": "^0.25.0",
"@monaco-editor/react": "^4.5.1",
"@radix-ui/react-accessible-icon": "1.0.2",
"@radix-ui/react-accordion": "^1.1.0",
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-aspect-ratio": "^1.0.1",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-context-menu": "^2.1.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-hover-card": "^1.0.3",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.0",
"@radix-ui/react-navigation-menu": "^1.1.1",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-progress": "^1.0.1",
"@radix-ui/react-radio-group": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.0.2",
"@radix-ui/react-select": "^1.2.0",
"@radix-ui/react-separator": "^1.0.1",
"@radix-ui/react-slider": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-toggle": "^1.0.1",
"@radix-ui/react-toggle-group": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.3",
"@types/lodash-es": "^4.17.7",
"class-variance-authority": "^0.7.0",
"cmdk": "^0.2.0",
"flowbite": "^1.6.6",
"lodash-es": "^4.17.21",
"lucide-react": "^0.263.1",
"next-auth": "^4.22.3",
"octokit": "^3.1.0",
"react-day-picker": "^8.8.0",
"react-dnd": "^16.0.1",
"react-hook-form": "^7.45.2",
"react-icons": "^4.10.1",
"react-indiana-drag-scroll": "^2.2.0",
"tailwind-merge": "^1.13.2",
"zod": "^3.21.4",
"zustand": "^4.3.9"
},
"devDependencies": {
"@mdx-js/loader": "^2.3.0",
"@next/mdx": "^13.4.7",
"@storybook/addon-a11y": "^7.0.23",
"@storybook/addon-actions": "^7.0.23",
"@storybook/addon-docs": "^7.0.23",
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",
"@storybook/addon-mdx-gfm": "^7.0.23",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-styling": "^1.3.0",
"@storybook/addons": "^7.0.23",
"@storybook/api": "^7.0.23",
"@storybook/blocks": "^7.0.23",
"@storybook/builder-vite": "^7.0.23",
"@storybook/components": "^7.0.23",
"@storybook/core-events": "^7.0.23",
"@storybook/nextjs": "^7.0.23",
"@storybook/react": "^7.0.23",
"@storybook/testing-library": "^0.2.0",
"@storybook/theming": "^7.0.23",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^20.3.1",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@types/react-syntax-highlighter": "^15.5.7",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/ui": "^0.32.2",
"autoprefixer": "^10.4.14",
"axe-core": "^4.7.2",
"commitizen": "^4.3.0",
"cypress": "^12.15.0",
"cypress-axe": "^1.4.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.12",
"fathom-client": "^3.5.0",
"jsdom": "^22.1.0",
"next": "^13.4.7",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.3.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-element-to-jsx-string": "^15.0.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-slug": "^5.1.0",
"remark-toc": "^8.0.1",
"resize-observer-polyfill": "^1.5.1",
"standard-version": "^9.5.0",
"start-server-and-test": "^2.0.0",
"storybook": "^7.0.23",
"storybook-dark-mode": "^3.0.0",
"tailwindcss": "^3.3.2",
"terser-webpack-plugin": "^5.3.9",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.32.2"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18",
"tailwindcss": "^3"
},
"resolutions": {
"nwsapi": "2.2.2"
},
"private": false,
"eslintConfig": {
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:jsx-a11y/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"plugin:storybook/recommended",
"next"
],
"ignorePatterns": [
"/build/",
"/coverage/",
"/docs/",
"/lib/",
"/postcss.config.js",
"/tailwind.config.js"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"project": [
"./tsconfig.json",
"./cypress/tsconfig.json"
]
},
"plugins": [
"@typescript-eslint",
"jsx-a11y",
"react",
"react-hooks",
"storybook"
],
"root": true,
"rules": {
"@typescript-eslint/consistent-type-imports": "warn",
"@next/next/no-img-element": "off",
"jsx-a11y/anchor-is-valid": "off"
}
}
}