mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
17 lines
337 B
JSON
17 lines
337 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.8.8"
|
|
}
|
|
}
|