feat: deliver accessible UX and icon system
This commit is contained in:
+3
-1
@@ -7,9 +7,11 @@
|
||||
"expo": "~57.0.7",
|
||||
"expo-linear-gradient": "~57.0.1",
|
||||
"expo-status-bar": "~57.0.1",
|
||||
"lucide-react-native": "^1.25.0",
|
||||
"react": "19.2.3",
|
||||
"react-dom": "19.2.3",
|
||||
"react-native": "0.86.0",
|
||||
"react-native-svg": "15.15.4",
|
||||
"react-native-web": "^0.21.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -21,7 +23,7 @@
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"web": "expo start --web",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"typecheck": "node --stack_size=8192 node_modules/typescript/bin/tsc --noEmit",
|
||||
"build:web": "expo export --platform web"
|
||||
},
|
||||
"private": true
|
||||
|
||||
Reference in New Issue
Block a user