@catho/react-floating-badge
Version:
Floating badge with actions for React
76 lines (75 loc) • 2.15 kB
JSON
{
"name": "@catho/react-floating-badge",
"version": "0.4.3",
"description": "Floating badge with actions for React",
"author": "Catho",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:catho/react-floating-badge.git"
},
"keywords": [
"catho",
"react",
"typescript",
"badge"
],
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
"engines": {
"node": ">=10"
},
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"prepublish": "run-s build",
"test": "run-s test:unit test:lint test:build",
"test:build": "run-s build",
"test:lint": "eslint .",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"predeploy": "cd example && yarn install && yarn run build",
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"react": "^16.0.0",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/react": "^16.9.27",
"@types/styled-components": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"babel-eslint": "^10.0.3",
"cross-env": "^7.0.2",
"eslint": "^7.19.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^2.2.0",
"microbundle-crl": "^0.13.10",
"npm-run-all": "^4.1.5",
"polished": "^3.6.4",
"prettier": "^2.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^4.0.1"
},
"files": [
"dist"
],
"dependencies": {
"ini": "1.3.8",
"jest": "26.6.0",
"node-notifier": "8.0.1",
"styled-components": "^5.0.0"
}
}