mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-15 18:27:52 +08:00
27 lines
611 B
JSON
27 lines
611 B
JSON
{
|
|
"name": "expo-example",
|
|
"version": "1.0.0",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"expo": "46.0.8",
|
|
"expo-status-bar": "1.4.0",
|
|
"nativewind": "2.0.0-next.62",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"react-native": "0.69.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.12.9",
|
|
"@expo/webpack-config": "0.17.2",
|
|
"babel-preset-expo": "^9.2.0",
|
|
"tailwindcss": "^3.1.8"
|
|
},
|
|
"private": true
|
|
}
|