You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
800 B

2 days ago
{
"name": "rne-project",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start --offline",
"android": "expo start --android --offline",
"ios": "expo start --ios --offline",
"web": "expo start --web --offline"
},
"dependencies": {
"@rneui/base": "^0.0.0-edge.2",
"@rneui/themed": "^0.0.0-edge.2",
"babel-preset-expo": "~54.0.0",
"expo": "~54.0.7",
"expo-status-bar": "~3.0.8",
"install": "^0.13.0",
"nativewind": "^4.2.1",
"npm": "^11.6.0",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-safe-area-context": "~5.6.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@expo/config-plugins": "^54.0.1",
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
},
"private": true
}