rsnext/examples/with-react-native-web/package.json
2018-10-20 16:58:03 +02:00

16 lines
336 B
JSON

{
"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.9.3"
}
}