react-native-modern-elements
Version:
A modern, customizable UI component library for React Native
51 lines (50 loc) • 1.29 kB
JSON
{
"name": "react-native-modern-elements",
"version": "1.0.11",
"description": "A modern, customizable UI component library for React Native",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"author": "Naem Nizam",
"license": "ISC",
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*",
"react-native-svg": "*",
"typescript": "~5.8.3"
},
"devDependencies": {
"@types/react": "~19.0.10",
"typescript": "~5.8.3"
},
"keywords": [
"react-native",
"react-native-ui",
"react-native-components",
"react-native-elements",
"react-native-modern-elements",
"ui-components",
"mobile-ui",
"react-native-library",
"react-native-elements-modern",
"react-native-widgets",
"react-native-design",
"react-native-toolkit",
"react-native-custom-components",
"modern-ui",
"mobile-components",
"react-native-styled-components"
],
"repository": {
"type": "git",
"url": "https://github.com/nizamuddin15bd"
},
"bugs": {
"url": "https://github.com/nizamuddin15bd/react-native-elements/issues"
},
"homepage": "https://github.com/nizamuddin15bd/react-native-elements#readme"
}