-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.17 KB
/
package.json
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
{
"name": "pdftron-example",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "scripts/android.sh",
"android:clean": "scripts/android:clean.sh",
"clear": "scripts/clear.sh",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"postinstall": "scripts/postinstall.sh"
},
"dependencies": {
"@react-navigation/bottom-tabs": "6.6.1",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-file-access": "3.1.0",
"react-native-pdftron": "github:catenda/pdftron-react-native#catenda-3.0.4-4",
"react-native-safe-area-context": "4.10.9",
"react-native-screens": "3.34.0"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/preset-env": "7.24.8",
"@babel/runtime": "7.22.6",
"@react-native/babel-preset": "0.74.87",
"@react-native/eslint-config": "0.74.87",
"@react-native/metro-config": "0.74.87",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3"
},
"engines": {
"node": ">=18"
}
}