UNPKG

react-native-ios-app-clips

Version:
45 lines (44 loc) 1.08 kB
{ "name": "react-native-ios-app-clips", "description": "iOS 14 App Clips in React Native", "license": "MIT", "version": "0.1.5", "author": "Monterail sp. z o.o.", "homepage": "https://www.monterail.com/blog/create-app-clips-react-native", "keywords": [ "app", "clips", "ios", "react", "native", "react-native" ], "repository": { "type": "git", "url": "https://github.com/monterail/react-native-ios-app-clips.git" }, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies": { "react": "16.11.0", "react-native": "0.62.2" }, "devDependencies": { "@babel/core": "^7.10.3", "@babel/runtime": "^7.10.3", "@react-native-community/eslint-config": "^2.0.0", "babel-jest": "^26.1.0", "eslint": "^7.3.1", "jest": "^26.1.0", "metro-react-native-babel-preset": "^0.59.0", "react-test-renderer": "16.11.0" }, "jest": { "preset": "react-native" } }