Files
nativewind/apps/example/package.json
github-actions[bot] b19c6cf25b Version Packages (next) (#115)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-13 17:57:18 +10:00

27 lines
575 B
JSON

{
"name": "example",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"expo": "~45.0.0",
"expo-status-bar": "~1.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.69.1",
"react-native-web": "0.18.6",
"tailwindcss": "3.1.6",
"nativewind": "2.0.0-next.49"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}