package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "ncore-ui-kit-mobile-example-mobile",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "type": "commonjs",
  6. "scripts": {
  7. "start": "expo start",
  8. "android": "expo start --android",
  9. "ios": "expo start --ios",
  10. "web": "expo start --web"
  11. },
  12. "dependencies": {
  13. "@expo/metro-runtime": "~55.0.6",
  14. "@react-navigation/elements": "2.9.14",
  15. "@react-navigation/native": "7.2.2",
  16. "@react-navigation/native-stack": "7.14.11",
  17. "expo": "~55.0.4",
  18. "expo-font": "~55.0.4",
  19. "expo-status-bar": "~55.0.4",
  20. "lucide-react-native": "1.8.0",
  21. "moment": "https://git.nibgat.space/nibgat-community/moment.git",
  22. "ncore-context": "1.0.5",
  23. "react": "19.2.6",
  24. "react-dom": "19.2.6",
  25. "react-native": "0.83.2",
  26. "react-native-safe-area-context": "5.7.0",
  27. "react-native-screens": "4.24.0",
  28. "react-native-svg": "15.15.3",
  29. "react-native-web": "~0.21.0",
  30. "rrule": "https://git.nibgat.space/nibgat-community/rrule.git"
  31. },
  32. "private": true,
  33. "devDependencies": {
  34. "@expo/webpack-config": "^19.0.1",
  35. "@react-native/metro-config": "0.84.1",
  36. "@types/react-native": "0.73.0",
  37. "babel-preset-expo": "56.0.15",
  38. "react-native-builder-bob": "0.40.13",
  39. "react-native-monorepo-config": "0.3.3"
  40. }
  41. }