non_npm_packages: 03balogun/zikoko-app, package.json
This data as json
commit | contents | organization | path | repository |
---|---|---|---|---|
c24a834445eed2839a5066f8a6748926ad6de7fe | { "author": { "name": "Balogun Wahab", "twitter": "03balogun@gmail.com" }, "dependencies": { "@react-native-community/masked-view": "^0.1.10", "@react-navigation/bottom-tabs": "^5.11.2", "@react-navigation/native": "^5.8.10", "react": "16.13.1", "react-native": "0.63.4", "react-native-gesture-handler": "^1.9.0", "react-native-reanimated": "^1.13.2", "react-native-responsive-screen": "^1.4.1", "react-native-safe-area-context": "^3.1.9", "react-native-screens": "^2.16.1", "react-native-svg": "^12.1.0", "react-native-tab-view": "^2.15.2" }, "description": "An implementation of Zikoko mobile App design by @UduakEkpo12 on twitter using React Native.", "devDependencies": { "@babel/core": "^7.8.4", "@babel/runtime": "^7.8.4", "@react-native-community/eslint-config": "^1.1.0", "babel-jest": "^25.1.0", "eslint": "^6.5.1", "jest": "^25.1.0", "metro-react-native-babel-preset": "^0.59.0", "react-native-svg-transformer": "^0.14.3", "react-test-renderer": "16.13.1" }, "jest": { "preset": "react-native" }, "name": "TestMobileApp", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest" }, "version": "0.0.1" } |
03balogun | package.json | 03balogun/zikoko-app |