mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-13 01:18:18 +08:00
27 lines
575 B
JSON
27 lines
575 B
JSON
{
|
|
"name": "example",
|
|
"version": "1.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.5",
|
|
"nativewind": "2.0.0-next.44"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9"
|
|
},
|
|
"private": true
|
|
}
|