@applicaster/zapp-react-native-utils
Version:
Applicaster Zapp React Native utilities package
53 lines • 1.36 kB
JSON
{
"name": "@applicaster/zapp-react-native-utils",
"version": "12.0.7",
"description": "Applicaster Zapp React Native utilities package",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest -w=2",
"build": "echo skipping hybrid ts build in main packages for now"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/applicaster/quickbrick.git"
},
"keywords": [
"Applicaster",
"Zapp",
"Quick-Brick",
"utils"
],
"author": "Applicaster",
"license": "MIT",
"bugs": {
"url": "https://github.com/applicaster/quickbrick/issues"
},
"homepage": "https://github.com/applicaster/quickbrick#readme",
"dependencies": {
"@applicaster/applicaster-types": "12.0.7",
"buffer": "^5.2.1",
"camelize": "^1.0.0",
"create-react-context": "^0.2.3",
"create-react-ref": "^0.1.0",
"dayjs": "^1.11.10",
"memoizee": "0.4.15",
"prop-types": "^15.0.0",
"react-native-handlebars": "^5.0.0-alpha.1"
},
"peerDependencies": {
"@applicaster/zapp-pipes-v2-client": "*",
"@react-native-community/netinfo": "*",
"immer": "*",
"react": "17.0.2",
"react-native": "0.68.6",
"validate-color": "*",
"zustand": "*"
},
"devDependencies": {
"@types/react-native": "0.69.6"
}
}