https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 9959c5a57aa7b43e273d04486f77c01e9da46331 authored by Rohit Singh on 12 April 2021, 13:25:45 UTC
fix: list item typings
Tip revision: 9959c5a
package.json
{
   "name": "native-base-example",
   "description": "Example app for NativeBase",
   "version": "0.0.3",
   "main": "node_modules/expo/AppEntry.js",
   "scripts": {
      "start": "expo start",
      "android": "expo start --android",
      "ios": "expo start --ios",
      "web": "expo start --web",
      "eject": "expo eject",
      "storybook": "start-storybook -p 7007",
      "build-storybook": "build-storybook",
      "postinstall": "patch-package"
   },
   "dependencies": {
      "@expo/vector-icons": "^12.0.2",
      "@react-native-aria/overlays": "^0.2.9",
      "@react-native-async-storage/async-storage": "^1.13.2",
      "expo": "~40.0.0",
      "expo-font": "~8.4.0",
      "expo-splash-screen": "^0.8.1",
      "expo-status-bar": "~1.0.3",
      "formik": "^2.2.6",
      "react": "16.13.1",
      "react-dom": "16.13.1",
      "react-hook-form": "^6.14.0",
      "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
      "react-native-safe-area-context": "^3.1.9",
      "react-native-svg": "^12.1.0",
      "react-native-web": "^0.15.0",
      "styled-components": "^5.2.1",
      "styled-system": "^5.1.5"
   },
   "devDependencies": {
      "@babel/core": "~7.9.0",
      "@babel/runtime": "^7.12.5",
      "@expo/webpack-config": "^0.12.51",
      "@storybook/addon-actions": "^5.3",
      "@storybook/addon-knobs": "^5.3",
      "@storybook/addon-links": "^5.3",
      "@storybook/addon-ondevice-actions": "^5.3.23",
      "@storybook/addon-ondevice-knobs": "^5.3.23",
      "@storybook/react-native": "^5.3.23",
      "@storybook/react-native-server": "^5.3.23",
      "@types/react": "~16.9.35",
      "@types/react-dom": "~16.9.8",
      "@types/react-native": "~0.63.2",
      "babel-loader": "^8.2.2",
      "babel-plugin-module-resolver": "^4.0.0",
      "core-js": "3.6.5",
      "metro-react-native-babel-preset": "^0.64.0",
      "patch-package": "^6.2.2",
      "postinstall-postinstall": "^2.1.0",
      "typescript": "~4.0.0"
   },
   "private": false
}
back to top