react-native-see-more-inline
Version:
Show a "read more", "see more", "read less", "see less" inline with your text in React Native
72 lines (71 loc) • 1.89 kB
JSON
{
"name": "react-native-see-more-inline",
"version": "1.3.0",
"description": "Show a \"read more\", \"see more\", \"read less\", \"see less\" inline with your text in React Native",
"main": "index.js",
"repository": "git@github.com:kashishgrover/react-native-see-more-inline.git",
"author": "Kashish Grover <kashishgrover95@gmail.com>",
"license": "MIT",
"keywords": [
"react native",
"see more",
"read more",
"see less",
"see more",
"javascript",
"binary search"
],
"scripts": {
"commit": "git-cz",
"test": "jest"
},
"jest": {
"testEnvironment": "jsdom",
"preset": "@testing-library/react-native",
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
},
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native)"
]
},
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@testing-library/react-native": "^5.0.3",
"babel-eslint": "^10.1.0",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.1.0",
"cz-emoji": "^1.2.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"husky": "^4.2.3",
"jest": "^26.1.0",
"prettier-eslint": "^9.0.1",
"react": "^16.9.0",
"react-native": "^0.61.5",
"react-native-text-size": "^4.0.0-rc.1",
"react-test-renderer": "^16.13.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-text-size": "^4.0.0-rc.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"pre-commit": "npx eslint . && yarn test"
}
}
}