1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-react-native-web/package.json

17 lines
336 B
JSON
Raw Permalink Normal View History

{
"name": "with-react-native-web",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"babel-plugin-module-resolver": "^3.1.2",
"next": "latest",
"react": "^16.7.0",
"react-art": "^16.5.2",
"react-dom": "^16.7.0",
"react-native-web": "^0.9.3"
}
}