react-native-gradient-buttons-improved
Version:
React Native gradient buttons for your next project
42 lines (41 loc) • 1.13 kB
JSON
{
"name": "react-native-gradient-buttons-improved",
"keywords": [
"react-native",
"gradient",
"button",
"buttons",
"gradient-button",
"gradient-buttons"
],
"homepage": "https://github.com/zivlakmilos/react-native-gradient-buttons",
"bugs": "https://github.com/zivlakmilos/react-native-gradient-buttons/issues",
"repository": {
"url": "https://github.com/zivlakmilos/react-native-gradient-buttons",
"type": "git"
},
"version": "3.0.1",
"description": "React Native gradient buttons for your next project",
"main": "./src/index",
"typings": "./src/index",
"author": "Thomas Wang <thomas@wang.sh>, Milos Zivlak <zivlakmilos@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"dependencies": {
"expo-haptics": "^11.3.0",
"expo-linear-gradient": "^11.4.0"
},
"peerDependencies": {
"react": ">= 16.x",
"react-native": ">= 0.55.x"
},
"devDependencies": {
"@types/expo": "^27.0.12",
"@types/react": "^16.4.15",
"@types/react-native": "^0.57.2",
"babel-preset-react-native": "^4.0.1",
"typescript": "^3.1.1"
}
}