mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-10 23:58:57 +08:00
27 lines
573 B
JSON
27 lines
573 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": "46.0.2",
|
|
"expo-status-bar": "1.4.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "0.69.4",
|
|
"react-native-web": "0.18.7",
|
|
"nativewind": "2.0.0-next.56"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.18.10",
|
|
"tailwindcss": "3.1.8"
|
|
},
|
|
"private": true
|
|
}
|