{ "name": "with-react-native-web", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "babel-plugin-react-native-web": "^0.8.8", "next": "latest", "react": "^16.4.1", "react-art": "^16.4.1", "react-dom": "^16.4.1", "react-native-web": "^0.8.8" } }