@rneui/template
Version:
React Native Elements Expo Templates
39 lines (38 loc) • 909 B
JSON
{
"name": "@rneui/template",
"version": "4.0.0-rc.7.stable-ts",
"main": "node_modules/expo/AppEntry.js",
"description": "React Native Elements Expo Templates",
"author": {
"name": "RNE"
},
"keywords": [
"react-native",
"react-native-elements",
"react-native-template",
"expo"
],
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"expo": "^47.0.12",
"expo-status-bar": "~1.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-web": "0.17.1",
"@rneui/base": "4.0.0-rc.7",
"@rneui/themed": "4.0.0-rc.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"typescript": "~4.3.5"
}
}