react-native-custom-ui-components
Version:
A collection of React Native UI components
39 lines (38 loc) • 1 kB
JSON
{
"name": "react-native-custom-ui-components",
"version": "1.0.0",
"description": "A collection of React Native UI components",
"main": "dist/index.js",
"type": "module",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gayatriZensar/react-native-ui-components.git"
},
"keywords": [
"React",
"Native",
"UI-Components"
],
"author": "https://github.com/gayatriZensar",
"license": "ISC",
"bugs": {
"url": "https://github.com/gayatriZensar/react-native-ui-components/issues"
},
"homepage": "https://github.com/gayatriZensar/react-native-ui-components#readme",
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-native": "^0.75.4",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@rollup/plugin-babel": "^6.0.4",
"rollup": "^4.24.0"
}
}