UNPKG

@composiv/liveui-react-native

Version:

Includes RemoteComponent used by LiveUI applications.

74 lines (73 loc) 2.24 kB
{ "name": "@composiv/liveui-react-native", "version": "0.1.1", "description": "Includes RemoteComponent used by LiveUI applications.", "author": "composiv", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/composiv/liveui-react-native" }, "scripts": { "test": "jest --verbose" }, "keywords": [ "composiv", "LiveUI", "Remote", "Microservices", "Containers", "Kubernetes", "Workflow" ], "main": "./src/RemoteComponent/index.js", "dependencies": { "prop-types": "15.7.2" }, "peerDependencies": { "@composiv/liveui-core": "0.1.0" }, "devDependencies": { "react": "16.13.1", "react-dom": "^16.13.1", "react-native": "0.62.2", "@babel/cli": "7.8.4", "@babel/core": "7.9.0", "@babel/plugin-proposal-class-properties": "7.8.3", "@babel/plugin-proposal-export-default-from": "^7.8.3", "@babel/plugin-proposal-export-namespace-from": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-transform-modules-commonjs": "7.9.0", "@babel/plugin-transform-react-constant-elements": "7.9.0", "@babel/plugin-transform-react-inline-elements": "7.9.0", "@babel/preset-env": "7.9.5", "@babel/preset-react": "7.9.4", "@babel/register": "^7.9.0", "@composiv/liveui-core": "0.1.0", "@testing-library/react": "^10.0.2", "babel-cli": "^6.26.0", "babel-eslint": "^10.1.0", "babel-jest": "^25.3.0", "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "^1.0.2", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-config-prettier": "^6.10.0", "eslint-import-resolver-webpack": "^0.12.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-react": "^7.19.0", "jest": "^25.3.0", "lint-staged": "^8.1.1", "metro-react-native-babel-preset": "^0.59.0", "mini-css-extract-plugin": "^0.9.0", "prettier": "^2.0.4", "react-test-renderer": "^16.13.1", "webpack": "^4.42.1", "webpack-cli": "^3.3.11", "whatwg-fetch": "^3.0.0" } }