|
1 | 1 | { |
2 | | - "name": "op_sqlite_example", |
3 | | - "version": "0.0.1", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "android": "react-native run-android", |
7 | | - "ios": "react-native run-ios --scheme='debug' --simulator='iPhone 16 Pro'", |
8 | | - "run:ios:unused": "xcodebuild -workspace ios/OPSQLiteExample.xcworkspace -scheme release -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16 Pro' clean build", |
9 | | - "run:ios:release": "react-native run-ios --scheme='release' --no-packager", |
10 | | - "postinstall": "patch-package", |
11 | | - "start": "react-native start", |
12 | | - "pods": "cd ios && bundle exec pod install && rm -f .xcode.env.local", |
13 | | - "pods:nuke": "cd ios && rm -rf Pods && rm -rf Podfile.lock && bundle exec pod install", |
14 | | - "run:android:release": "cd android && ./gradlew assembleRelease && adb install -r app/build/outputs/apk/release/app-release.apk && adb shell am start -n com.op.sqlite.example/.MainActivity", |
15 | | - "build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a", |
16 | | - "build:ios": "cd ios && xcodebuild -workspace OPSQLiteExample.xcworkspace -scheme debug -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", |
17 | | - "web": "vite", |
18 | | - "web:build": "vite build", |
19 | | - "web:preview": "vite preview" |
20 | | - }, |
21 | | - "dependencies": { |
22 | | - "@op-engineering/op-test": "0.2.6", |
23 | | - "@sqlite.org/sqlite-wasm": "^3.51.2-build8", |
24 | | - "chance": "^1.1.9", |
25 | | - "clsx": "^2.0.0", |
26 | | - "events": "^3.3.0", |
27 | | - "react": "19.1.1", |
28 | | - "react-dom": "19.1.1", |
29 | | - "react-native": "0.82.1", |
30 | | - "react-native-safe-area-context": "^5.6.2", |
31 | | - "react-native-web": "^0.21.2" |
32 | | - }, |
33 | | - "devDependencies": { |
34 | | - "@babel/core": "^7.25.2", |
35 | | - "@babel/preset-env": "^7.25.3", |
36 | | - "@babel/runtime": "^7.25.0", |
37 | | - "@react-native-community/cli": "^18.0.0", |
38 | | - "@react-native-community/cli-platform-android": "18.0.0", |
39 | | - "@react-native-community/cli-platform-ios": "18.0.0", |
40 | | - "@react-native/babel-preset": "0.82.1", |
41 | | - "@react-native/metro-config": "0.82.1", |
42 | | - "@react-native/typescript-config": "0.81.5", |
43 | | - "@types/chance": "^1.1.7", |
44 | | - "@types/react": "^19.1.1", |
45 | | - "@vitejs/plugin-react": "^5.1.0", |
46 | | - "patch-package": "^8.0.1", |
47 | | - "react-native-builder-bob": "^0.40.13", |
48 | | - "react-native-monorepo-config": "^0.1.9", |
49 | | - "react-native-restart": "^0.0.27", |
50 | | - "tailwindcss": "3.3.2", |
51 | | - "vite": "^7.1.9" |
52 | | - }, |
53 | | - "engines": { |
54 | | - "node": ">=18" |
55 | | - }, |
56 | | - "op-sqlite": { |
57 | | - "libsql": false, |
58 | | - "turso": false, |
59 | | - "sqlcipher": false, |
60 | | - "iosSqlite": false, |
61 | | - "fts5": true, |
62 | | - "rtree": true, |
63 | | - "crsqlite": false, |
64 | | - "sqliteVec": false, |
65 | | - "performanceMode": true, |
66 | | - "tokenizers": [ |
67 | | - "wordtokenizer", |
68 | | - "porter" |
69 | | - ] |
70 | | - } |
| 2 | + "name": "op_sqlite_example", |
| 3 | + "version": "0.0.1", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "android": "react-native run-android", |
| 7 | + "ios": "react-native run-ios --scheme='debug' --simulator='iPhone 16 Pro'", |
| 8 | + "run:ios:unused": "xcodebuild -workspace ios/OPSQLiteExample.xcworkspace -scheme release -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16 Pro' clean build", |
| 9 | + "run:ios:release": "react-native run-ios --scheme='release' --no-packager", |
| 10 | + "postinstall": "patch-package", |
| 11 | + "start": "react-native start", |
| 12 | + "pods": "cd ios && bundle exec pod install && rm -f .xcode.env.local", |
| 13 | + "pods:nuke": "cd ios && rm -rf Pods && rm -rf Podfile.lock && bundle exec pod install", |
| 14 | + "run:android:release": "cd android && ./gradlew assembleRelease && adb install -r app/build/outputs/apk/release/app-release.apk && adb shell am start -n com.op.sqlite.example/.MainActivity", |
| 15 | + "build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a", |
| 16 | + "build:ios": "cd ios && xcodebuild -workspace OPSQLiteExample.xcworkspace -scheme debug -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", |
| 17 | + "web": "vite", |
| 18 | + "web:build": "vite build", |
| 19 | + "web:preview": "vite preview" |
| 20 | + }, |
| 21 | + "dependencies": { |
| 22 | + "@op-engineering/op-test": "0.2.7", |
| 23 | + "@sqlite.org/sqlite-wasm": "^3.51.2-build8", |
| 24 | + "chance": "^1.1.9", |
| 25 | + "clsx": "^2.0.0", |
| 26 | + "events": "^3.3.0", |
| 27 | + "react": "19.1.1", |
| 28 | + "react-dom": "19.1.1", |
| 29 | + "react-native": "0.82.1", |
| 30 | + "react-native-safe-area-context": "^5.6.2", |
| 31 | + "react-native-web": "^0.21.2" |
| 32 | + }, |
| 33 | + "devDependencies": { |
| 34 | + "@babel/core": "^7.25.2", |
| 35 | + "@babel/preset-env": "^7.25.3", |
| 36 | + "@babel/runtime": "^7.25.0", |
| 37 | + "@react-native-community/cli": "^18.0.0", |
| 38 | + "@react-native-community/cli-platform-android": "18.0.0", |
| 39 | + "@react-native-community/cli-platform-ios": "18.0.0", |
| 40 | + "@react-native/babel-preset": "0.82.1", |
| 41 | + "@react-native/metro-config": "0.82.1", |
| 42 | + "@react-native/typescript-config": "0.81.5", |
| 43 | + "@types/chance": "^1.1.7", |
| 44 | + "@types/react": "^19.1.1", |
| 45 | + "@vitejs/plugin-react": "^5.1.0", |
| 46 | + "patch-package": "^8.0.1", |
| 47 | + "react-native-builder-bob": "^0.40.13", |
| 48 | + "react-native-monorepo-config": "^0.1.9", |
| 49 | + "react-native-restart": "^0.0.27", |
| 50 | + "tailwindcss": "3.3.2", |
| 51 | + "vite": "^7.1.9" |
| 52 | + }, |
| 53 | + "engines": { |
| 54 | + "node": ">=18" |
| 55 | + }, |
| 56 | + "op-sqlite": { |
| 57 | + "libsql": false, |
| 58 | + "turso": false, |
| 59 | + "sqlcipher": false, |
| 60 | + "iosSqlite": false, |
| 61 | + "fts5": true, |
| 62 | + "rtree": true, |
| 63 | + "crsqlite": false, |
| 64 | + "sqliteVec": false, |
| 65 | + "performanceMode": true, |
| 66 | + "tokenizers": [ |
| 67 | + "wordtokenizer", |
| 68 | + "porter" |
| 69 | + ] |
| 70 | + } |
71 | 71 | } |
0 commit comments