mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
dbdd663921
Fixes https://github.com/zeit/next.js/issues/6138 Tested with both latest and 8.0.0-canary.17
17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|