{ "private": true, "name": "react-native-web-examples", "version": "0.18.4", "scripts": { "build": "next build", "dev": "next", "start": "next start" }, "dependencies": { "babel-plugin-react-native-web": "0.18.4", "next": "^12.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-native-web": "0.18.4" }, "license": "MIT" }