UNPKG

@applicaster/quick-brick-core

Version:

Core package for Applicaster's Quick Brick App

66 lines 1.91 kB
{ "name": "@applicaster/quick-brick-core", "version": "14.0.28", "description": "Core package for Applicaster's Quick Brick App", "main": "index.js", "types": "index.d.ts", "scripts": { "build": "echo 'skipping ts build for core packages'" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/applicaster/quickbrick.git" }, "keywords": [ "Applicaster", "Zapp", "Quick-Brick", "React", "Native" ], "author": "Applicaster", "license": "MIT", "bugs": { "url": "https://github.com/applicaster/quickbrick/issues" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/applicaster/quickbrick#readme", "dependencies": { "@applicaster/applicaster-types": "14.0.28", "@applicaster/quick-brick-core-plugins": "14.0.28", "@applicaster/zapp-pipes-v2-client": "14.0.28", "@applicaster/zapp-react-native-bridge": "14.0.28", "@applicaster/zapp-react-native-redux": "14.0.28", "@applicaster/zapp-react-native-ui-components": "14.0.28", "@applicaster/zapp-react-native-utils": "14.0.28", "atob": "^2.1.2", "axios": "^0.28.0", "btoa": "^1.2.1", "camelize": "^1.0.0", "md5": "^2.3.0", "promise": "^8.3.0", "query-string": "7.1.3", "url": "^0.11.0", "uuid": "3.3.2" }, "peerDependencies": { "@applicaster/blur": "*", "@applicaster/quick-brick-xray": "*", "@applicaster/zapp-react-dom-ui-components": "*", "@applicaster/zapp-react-native-tvos-app": "*", "@applicaster/zapp-react-native-tvos-ui-components": "*", "@babel/runtime": "*", "@react-native-community/netinfo": "*", "react": "*", "react-native": "*", "react-native-fs": "*", "react-native-linear-gradient": "*", "react-native-svg": "*", "react-native-webview": "*", "uglify-js": "*", "validate-color": "*", "zustand": "*" } }