softlofy-rn-components
Version:
A collection of commonly used components on React Native project developed by [Softlofy](https://softlofy.com/).
82 lines (80 loc) • 2.27 kB
JSON
{
"name": "softlofy-rn-components",
"version": "1.1.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Softlofy/softlofy-rn-components.git"
},
"keywords": [
"react-native",
"android",
"ios",
"React",
"RN",
"Softlofy",
"React",
"Common Components",
"Snack Bar",
"Loading",
"Toast",
"Input Field",
"Button"
],
"author": "Softlofy",
"developer":"Mehedi Hasan Siam",
"bugs": {
"url": "https://github.com/Softlofy/softlofy-rn-components/issues"
},
"homepage": "https://github.com/Softlofy/softlofy-rn-components#readme",
"scripts": {
"build": "rmdir -rf lib && chmod +x npm-publish.sh && sh ./npm-publish.sh && tsc -p tsconfig.json & tsc -p tsconfig-cjs.json ",
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@react-navigation/native": "^6.1.9",
"lodash.debounce": "^4.0.8",
"react": "18.2.0",
"react-native": "0.73.1",
"react-native-reanimated": "^3.6.1",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.29.0",
"react-native-svg": "^14.1.0",
"react-native-svg-transformer": "^1.2.0"
},
"peerDependencies": {
"react-native-reanimated": "^3.6.1",
"lodash.debounce": "^4.0.8",
"react": "18.2.0",
"react-native": "0.73.1",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.29.0",
"react-native-svg": "^14.1.0",
"react-native-svg-transformer": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "^0.73.18",
"@react-native/eslint-config": "^0.73.1",
"@react-native/metro-config": "^0.73.2",
"@react-native/typescript-config": "^0.73.1",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}