UNPKG

@applicaster/quick-brick-core

Version:

Core package for Applicaster's Quick Brick App

67 lines 1.93 kB
{ "name": "@applicaster/quick-brick-core", "version": "12.0.7", "description": "Core package for Applicaster's Quick Brick App", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest -w=2", "flow-types": "node_modules/.bin/flow-copy-source -v -i '**/__tests__**' . .", "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": "12.0.7", "@applicaster/quick-brick-core-plugins": "12.0.7", "@applicaster/zapp-pipes-v2-client": "12.0.7", "@applicaster/zapp-react-native-bridge": "12.0.7", "@applicaster/zapp-react-native-redux": "12.0.7", "@applicaster/zapp-react-native-ui-components": "12.0.7", "@applicaster/zapp-react-native-utils": "12.0.7", "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", "react-redux": "^7.2.1", "redux": "^4.0.4", "reselect": "^4.0.0", "url": "^0.11.0", "uuid": "3.3.2" }, "peerDependencies": { "@react-native-community/netinfo": "*", "react": "17.0.2", "react-native": "0.68.6", "react-native-gesture-handler": "*", "react-native-safe-area-context": "*" }, "devDependencies": { "@types/react-native": "0.69.6", "@types/tizen-tv-webapis": "^2.0.1", "nock": "^10.0.0", "redux-mock-store": "^1.5.3" }, "gitHead": "a473487564142c55cdb50f02505cf0b60fe75658" }