UNPKG

react-tiny-fab

Version:

A tiny Floating Action Button for React.

95 lines (94 loc) 2.26 kB
{ "name": "react-tiny-fab", "description": "A tiny Floating Action Button for React.", "version": "4.0.4", "license": "MIT", "author": "Deric Cain <deric.cain@gmail.com>", "repository": { "type": "git", "url": "https://github.com/dericgw/react-tiny-fab.git" }, "bugs": { "url": "https://github.com/dericgw/react-tiny-fab/issues" }, "homepage": "https://github.com/dericgw/react-tiny-fab", "keywords": [ "react", "material", "fab", "floating action button", "material design", "components", "floating button" ], "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why", "docs": "docz dev", "docs:build": "docz build", "prestart:example": "tsdx build", "start:example": "serve example" }, "peerDependencies": { "react": ">=16.8" }, "husky": { "hooks": { "pre-commit": "tsdx lint --fix && git add ." } }, "prettier": { "printWidth": 100, "semi": true, "singleQuote": true, "trailingComma": "all" }, "module": "dist/react-tiny-fab.esm.js", "size-limit": [ { "path": "dist/react-tiny-fab.cjs.production.min.js", "limit": "2 KB" }, { "path": "dist/react-tiny-fab.esm.js", "limit": "2 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^4.6.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", "@types/react": "^16.9.49", "@types/react-dom": "^16.9.8", "docz": "^2.3.1", "docz-theme-default": "^1.2.0", "gatsby-plugin-sass": "^2.3.14", "gatsby-theme-docz": "^2.3.1", "husky": "^4.3.0", "identity-obj-proxy": "^3.0.0", "node-sass": "^4.14.1", "react": "16.13.1", "react-dom": "16.13.1", "rollup-plugin-postcss": "^3.1.8", "rollup-plugin-scss": "^2.6.1", "serve": "^11.3.2", "size-limit": "^4.6.0", "tsdx": "^0.14.0", "tslib": "^2.0.1", "typescript": "^4.0.3" } }