react-text-ellipsis-tool
Version:
react-text-ellipsis tool , react version , button click event
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "react-text-ellipsis-tool",
"version": "1.0.19",
"description": "react-text-ellipsis tool , react version , button click event",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"private": false,
"license": "MIT",
"scripts": {
"build": "rollup -c"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"rollup": "^4.34.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.7.3"
},
"files": [
"dist"
],
"keywords": [
"text",
"react",
"css",
"next.js",
"ellipsis",
"text-ellipsis",
"tool"
],
"repository": {
"type": "git",
"url": "https://github.com/johnj2711/react-text-ellipsis"
}
}