Files
react-native-web/packages/react-native-web-examples/package.json
T
2022-07-03 16:44:12 -07:00

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"
}