-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 762 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 762 Bytes
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
{
"name": "encrypt-decrypt-pdf",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"pod:install": "cd ios && pod install"
},
"dependencies": {
"@types/react": "~18.2.45",
"crypto-es": "^2.1.0",
"expo": "~50.0.14",
"expo-crypto": "~12.8.1",
"expo-dev-client": "~3.3.11",
"expo-file-system": "~16.0.9",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-pdf-renderer": "^1.2.0",
"react-native-webview": "13.6.4",
"typescript": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}