package.json 939 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "ncore-ui-kit-mobile-example",
  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. "expo": "~55.0.4",
  15. "expo-font": "~55.0.4",
  16. "expo-status-bar": "~55.0.4",
  17. "ncore-context": "^1.0.5",
  18. "react": "19.2.0",
  19. "react-dom": "19.2.0",
  20. "react-native": "0.83.2",
  21. "react-native-portalize": "^1.0.7",
  22. "react-native-svg": "^15.15.3",
  23. "react-native-web": "~0.21.0"
  24. },
  25. "private": true,
  26. "devDependencies": {
  27. "@react-native/metro-config": "0.84.1",
  28. "@types/react-native": "0.73.0",
  29. "react-native-builder-bob": "0.40.13",
  30. "react-native-monorepo-config": "0.3.3"
  31. }
  32. }