首次提交

This commit is contained in:
zeronline
2026-06-25 08:39:47 +08:00
parent 20a93c703a
commit c5cccd346b
169 changed files with 24720 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "inchstep-mobile",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint .",
"test": "react-native-testing-library"
},
"dependencies": {
"expo": "~52.0.0",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.7",
"react-native-safe-area-context": "~5.0.0",
"react-native-screens": "~4.4.0",
"@react-navigation/native": "^7.0.0",
"@react-navigation/bottom-tabs": "^7.0.0",
"@react-navigation/native-stack": "^7.0.0",
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "~2.1.0"
},
"devDependencies": {
"@types/react": "~18.3.0",
"typescript": "~5.3.0"
},
"private": true
}