UNPKG

css-content-button

Version:

A React component library for SEO-friendly buttons using CSS content property to avoid keyword density issues

79 lines 2.2 kB
{ "name": "css-content-button", "version": "1.0.0", "description": "A React component library for SEO-friendly buttons using CSS content property to avoid keyword density issues", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "lint": "eslint src --ext .ts,.tsx", "lint:fix": "eslint src --ext .ts,.tsx --fix", "prepare": "npm run build", "prepublishOnly": "npm run lint && npm run test && npm run build" }, "keywords": [ "css", "content", "button", "react", "component", "seo", "keyword-density", "pseudo-element", "css-content" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jbgf/css-content-button.git" }, "homepage": "https://github.com/jbgf/css-content-button#readme", "bugs": { "url": "https://github.com/jbgf/css-content-button/issues" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@testing-library/jest-dom": "^6.1.5", "@testing-library/react": "^14.1.2", "@types/jest": "^29.5.8", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "eslint": "^8.56.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "rollup": "^4.9.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "ts-jest": "^29.1.1", "tslib": "^2.6.2", "typescript": "^5.3.3" }, "engines": { "node": ">=14.0.0" }, "dependencies": { "eslint-scope": "^7.2.2", "eslint-visitor-keys": "^3.4.3", "react": "^19.1.0", "react-dom": "^19.1.0" } }