mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-11 05:18:55 +00:00
19 lines
376 B
JSON
19 lines
376 B
JSON
{
|
|
"private": true,
|
|
"name": "react-native-web-examples",
|
|
"version": "0.18.4",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"babel-plugin-react-native-web": "0.18.4",
|
|
"next": "^12.1.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-native-web": "0.18.4"
|
|
},
|
|
"license": "MIT"
|
|
}
|