UNPKG

react-native-panda-ui

Version:

A set of easily styled components to get you started fast

49 lines (48 loc) 1.13 kB
{ "name": "react-native-panda-ui", "version": "0.2.2", "description": "A set of easily styled components to get you started fast", "main": "src/index.js", "files": [ "src" ], "scripts": { "test": "test" }, "keywords": [ "ui", "react-native", "react native", "kawaii", "business", "theme", "theming" ], "author": "Jennifer Kirchner", "license": "MIT", "dependencies": { "chroma": "^0.0.1", "prop-types": "15.7.2", "react-error-boundary": "^3.1.3", "react-native-anchor-point": "^1.0.6", "@react-native-picker/picker": "2.1.0", "react-native-svg": "^12.3.0", "react-native-elements": "3.4.2", "react-native-vector-icons": "8.1.0" }, "peerDependencies": { "react": "^17.0.2", "react-native": "^0.64.2" }, "devDependencies": { "@babel/core": "~7.9.0", "babel-eslint": "^10.1.0", "eslint": "^7.30.0", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-native": "^3.11.0", "prop-types": "15.7.2", "react": "^17.0.2", "react-native": "^0.64.2" } }