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.
38 lines
1.1 KiB
38 lines
1.1 KiB
2 days ago
|
{
|
||
|
"name": "my-expo-app",
|
||
|
"version": "1.0.0",
|
||
|
"scripts": {
|
||
|
"android": "expo start --android",
|
||
|
"ios": "expo start --ios",
|
||
|
"start": "expo start",
|
||
|
"prebuild": "expo prebuild",
|
||
|
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" && prettier -c \"**/*.{js,jsx,ts,tsx,json}\"",
|
||
|
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
|
||
|
"web": "expo start --web"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@rneui/base": "^0.0.0-edge.2",
|
||
|
"@rneui/themed": "^0.0.0-edge.2",
|
||
|
"expo": "~53.0.6",
|
||
|
"expo-status-bar": "~2.2.3",
|
||
|
"nativewind": "latest",
|
||
|
"react": "19.0.0",
|
||
|
"react-native": "0.79.5",
|
||
|
"react-native-reanimated": "~3.17.4",
|
||
|
"react-native-safe-area-context": "^5.4.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.20.0",
|
||
|
"@types/react": "~19.0.10",
|
||
|
"eslint": "^9.25.1",
|
||
|
"eslint-config-expo": "^9.2.0",
|
||
|
"eslint-config-prettier": "^10.1.2",
|
||
|
"prettier": "^3.2.5",
|
||
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
||
|
"tailwindcss": "^3.4.0",
|
||
|
"typescript": "~5.8.3"
|
||
|
},
|
||
|
"main": "node_modules/expo/AppEntry.js",
|
||
|
"private": true
|
||
|
}
|