mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-13 17:35:52 +08:00
34 lines
824 B
JSON
34 lines
824 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": "latest",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"react-native": "0.69.4",
|
|
"react-native-web": "0.18.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.12.9",
|
|
"@expo/webpack-config": "0.17.2",
|
|
"@types/react": "~18.0.0",
|
|
"@types/react-native": "~0.69.1",
|
|
"autoprefixer": "^10.4.8",
|
|
"babel-preset-expo": "^9.2.0",
|
|
"postcss": "^8.4.16",
|
|
"postcss-loader": "^4.2.0",
|
|
"tailwindcss": "^3.1.8",
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"private": true
|
|
}
|