UNPKG

flowbite-typography

Version:

Flowbite Typography is a plugin that lets you apply styles to all inline typography styles forked from the official Tailwind CSS plugin.

55 lines (54 loc) 1.35 kB
{ "name": "flowbite-typography", "version": "1.0.5", "description": "Flowbite Typography is a plugin that lets you apply styles to all inline typography styles forked from the official Tailwind CSS plugin.", "main": "src/index.js", "files": [ "src/*.js", "dist/" ], "repository": "https://github.com/themesberg/flowbite-typography", "license": "MIT", "publishConfig": { "access": "public" }, "prettier": { "printWidth": 100, "semi": false, "singleQuote": true, "trailingComma": "es5" }, "scripts": { "test": "jest", "dev": "next dev demo", "build": "next build demo", "start": "next start demo" }, "devDependencies": { "@mdx-js/loader": "^1.0.19", "@mdx-js/mdx": "^1.6.6", "@next/mdx": "^8.1.0", "autoprefixer": "^10.2.1", "highlight.js": "^10.4.1", "jest": "^26.6.1", "jest-diff": "^27.3.1", "next": "^12.0.1", "postcss": "^8.2.3", "prettier": "^2.1.2", "react": "^17.0.2", "react-dom": "^17.0.2", "tailwindcss": "^3.0.0-alpha.2", "@docsearch/react": "^3.2.0", "@heroicons/react": "^1.0.6" }, "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", "lodash.merge": "^4.6.2" }, "jest": { "setupFilesAfterEnv": [ "<rootDir>/jest/customMatchers.js" ] } }