package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@compdfkit_pdf_sdk/react_native-example",
  3. "version": "2.1.2",
  4. "versionCode": "9",
  5. "private": true,
  6. "scripts": {
  7. "android": "react-native run-android",
  8. "ios": "react-native run-ios",
  9. "start": "react-native start",
  10. "build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
  11. "build:ios": "cd ios && xcodebuild -workspace CompdfkitPdfExample.xcworkspace -scheme CompdfkitPdfExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
  12. },
  13. "dependencies": {
  14. "@react-navigation/native": "^6.1.17",
  15. "@react-navigation/native-stack": "^6.10.0",
  16. "react": "18.2.0",
  17. "react-native": "0.74.0",
  18. "react-native-document-picker": "^9.1.0",
  19. "react-native-safe-area-context": "^4.10.7",
  20. "react-native-screens": "^3.32.0",
  21. "react-navigation": "^5.0.0"
  22. },
  23. "devDependencies": {
  24. "@babel/core": "^7.20.0",
  25. "@babel/preset-env": "^7.20.0",
  26. "@babel/runtime": "^7.20.0",
  27. "@react-native/babel-preset": "0.74.81",
  28. "@react-native/metro-config": "0.74.81",
  29. "@react-native/typescript-config": "0.74.81",
  30. "babel-plugin-module-resolver": "^5.0.0"
  31. },
  32. "engines": {
  33. "node": ">=18"
  34. }
  35. }