Files
nativewind/apps/example/package.json
github-actions[bot] 64bc098cc4 Version Packages (next) (#119)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-19 06:55:42 -03:00

27 lines
574 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.50"
},
"devDependencies": {
"@babel/core": "7.18.9"
},
"private": true
}