react-phone-apps/apps/property-survey/package.json
lanrtop 4e1d92264d feat: 初始化 Property Survey 应用基础架构
- 添加 monorepo 结构 (apps/property-survey, packages/types)
- 配置 Expo + React Native + Android 构建链
- 实现本地数据层 (SQLite/better-sqlite3)
- 添加 Blueprint 项目蓝图系统
- 配置 ESLint + Prettier
- 添加共享类型定义
2026-04-09 13:04:36 +09:00

44 lines
1.3 KiB
JSON

{
"name": "property-survey",
"version": "1.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "set \"JAVA_HOME=C:\\Program Files\\Android\\Android Studio\\jbr\" && expo run:android",
"ios": "expo run:ios",
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@gorhom/bottom-sheet": "^5.1.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@repo/types": "workspace:*",
"expo": "~52.0.0",
"expo-build-properties": "^55.0.11",
"expo-dev-client": "~5.0.20",
"expo-file-system": "~18.0.0",
"expo-image-picker": "~16.0.0",
"expo-linking": "^7.0.5",
"expo-router": "~4.0.0",
"expo-sharing": "~12.0.0",
"expo-sqlite": "~15.1.0",
"expo-status-bar": "~2.0.0",
"jszip": "^3.10.1",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-gesture-handler": "~2.20.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "^15.15.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/jszip": "^3.4.1",
"@types/react": "~18.3.12",
"react-native-svg-transformer": "^1.5.3",
"typescript": "^5.4.5"
}
}