Files
react-native-web/packages/examples/package.json
T
Nicolas Gallagher 081a128db3 0.17.5
2021-09-29 10:34:06 -07:00

23 lines
455 B
JSON

{
"private": true,
"name": "examples",
"version": "0.17.5",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "^11.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-native-web": "0.17.5"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-flow": "^7.12.13",
"babel-plugin-react-native-web": "0.17.5"
},
"license": "MIT"
}