{
  "name": "next-example",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "native-base": "3.4.14-rc.0",
    "next": "11.1.2",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-native-aria": "^0.2.3",
    "react-native-safe-area-context": "^3.3.2",
    "react-native-svg": "^12.1.1",
    "styled-components": "^5.3.3",
    "styled-system": "^5.1.5"
  },
  "devDependencies": {
    "@expo/next-adapter": "^3.1.3",
    "@types/react": "17.0.30",
    "eslint": "7.32.0",
    "eslint-config-next": "11.1.2",
    "next-compose-plugins": "^2.2.1",
    "next-transpile-modules": "^8.0.0",
    "react-native-web": "^0.17.5",
    "typescript": "4.4.4"
  }
}
