@applicaster/zapp-react-native-ui-components
Version:
Applicaster Zapp React Native ui components for the Quick Brick App
55 lines • 1.47 kB
JSON
{
"name": "@applicaster/zapp-react-native-ui-components",
"version": "13.0.22",
"description": "Applicaster Zapp React Native ui components for the Quick Brick App",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"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": {
"redux-mock-store": "^1.5.3"
},
"dependencies": {
"@applicaster/applicaster-types": "13.0.22",
"@applicaster/zapp-react-native-bridge": "13.0.22",
"@applicaster/zapp-react-native-redux": "13.0.22",
"@applicaster/zapp-react-native-utils": "13.0.22",
"promise": "^8.3.0",
"react-router-native": "^5.1.2",
"url": "^0.11.0",
"uuid": "^3.3.2"
},
"peerDependencies": {
"@applicaster/zapp-pipes-v2-client": "*",
"@react-native-community/netinfo": "*",
"immer": "*",
"react": "*",
"react-native": "*",
"react-native-safe-area-context": "*",
"react-native-svg": "*",
"uglify-js": "*",
"validate-color": "*",
"zustand": "*"
}
}