UNPKG

@applicaster/zapp-react-native-ui-components

Version:

Applicaster Zapp React Native ui components for the Quick Brick App

53 lines 1.44 kB
{ "name": "@applicaster/zapp-react-native-ui-components", "version": "12.0.7", "description": "Applicaster Zapp React Native ui components for the Quick Brick App", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest -w=2", "build": "echo skipping hybrid typescript build for now" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/applicaster/quickbrick.git" }, "keywords": [ "Applicaster", "Zapp", "Quick-Brick", "UI", "Components" ], "author": "Applicaster", "license": "MIT", "bugs": { "url": "https://github.com/applicaster/quickbrick/issues" }, "homepage": "https://github.com/applicaster/quickbrick#readme", "devDependencies": { "@types/react": "17.0.2", "@types/react-native": "0.69.6", "redux-mock-store": "^1.5.3" }, "dependencies": { "@applicaster/applicaster-types": "12.0.7", "@applicaster/zapp-react-native-bridge": "12.0.7", "@applicaster/zapp-react-native-redux": "12.0.7", "@applicaster/zapp-react-native-utils": "12.0.7", "promise": "^8.3.0", "react-router-native": "^5.1.2", "url": "^0.11.0", "uuid": "^3.3.2" }, "peerDependencies": { "@react-native-community/netinfo": "*", "react": "17.0.2", "react-native": "0.68.6", "react-native-safe-area-context": "*", "react-native-svg": "*" } }