package.json 1.2 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "react-native-compdfkit-pdf-example",
  3. "version": "2.0.1-beta.1",
  4. "versionCode": "6",
  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": "18.2.0",
  15. "react-native": "0.74.0",
  16. "react-native-document-picker": "^9.1.0"
  17. },
  18. "devDependencies": {
  19. "@babel/core": "^7.20.0",
  20. "@babel/preset-env": "^7.20.0",
  21. "@babel/runtime": "^7.20.0",
  22. "@react-native/babel-preset": "0.74.81",
  23. "@react-native/metro-config": "0.74.81",
  24. "@react-native/typescript-config": "0.74.81",
  25. "babel-plugin-module-resolver": "^5.0.0"
  26. },
  27. "engines": {
  28. "node": ">=18"
  29. }
  30. }