-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.88 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "anon-aadhaar-package-example",
"license": "0BSD",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
"build:ios": "cd ios && xcodebuild -workspace anonaadhaar.xcworkspace -scheme AnonAadhaarPackage -configuration Debug -sdk iphonesimulator",
"ios:device": "expo run:ios --device",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-native-clipboard/clipboard": "^1.16.2",
"@react-native-community/blur": "^4.4.1",
"@react-navigation/native-stack": "^7.3.13",
"expo": "~52.0.43",
"expo-system-ui": "~4.0.9",
"lottie-react-native": "^7.2.2",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-blob-util": "^0.22.2",
"react-native-countdown-circle-timer": "^3.2.1",
"react-native-fs": "^2.20.0",
"react-native-image-picker": "^8.2.1",
"react-native-safe-area-context": "^5.4.1",
"react-native-screens": "^4.11.1",
"react-native-storage": "^1.0.1",
"react-native-svg": "^15.12.0",
"react-native-toast-message": "^2.3.0",
"react-native-vision-camera": "^4.6.4",
"react-native-zip-archive": "^7.0.1",
"rn-qr-generator": "^1.4.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-navigation/native": "^7.1.10",
"@types/react": "~18.3.12",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.51.0",
"eslint-config-universe": "^12.0.0",
"ethers": "^6.14.3",
"jsrsasign": "^11.1.0",
"pako": "^2.1.0",
"typescript": "^5.3.3"
},
"private": true,
"expo": {
"autolinking": {
"nativeModulesDir": ".."
}
}
}