react-native-design-sprint
Version:
A fully-customizable component library for react native
42 lines (41 loc) • 967 B
JSON
{
"name": "react-native-design-sprint",
"version": "1.0.37",
"description": "A fully-customizable component library for react native",
"main": "index.ts",
"license": "MIT",
"keywords": [
"design",
"react",
"components",
"react native",
"button",
"Input",
"Layout",
"Title",
"Colors",
"Avatar",
"sliding panel",
"sliding up panel",
"bottom sheet"
],
"scripts": {
"pub": "npm publish"
},
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-gesture-handler": "^1.10.3",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.2.0",
"react-native-web": "~0.13.12"
},
"devDependencies": {
"@babel/core": "~7.15.5",
"@types/react": "~17.0.20",
"@types/react-native": "~0.65.0",
"typescript": "~4.4.2"
},
"private": false
}