-
-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathpackage.json
52 lines (52 loc) · 1.8 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "react-native-compressor-example",
"description": "Example app for react-native-compressor",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pods": "cd ios && NO_FLIPPER=1 bundle exec pod install",
"lint": "eslint .",
"lint-ci": "yarn lint -f ../node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js",
"postinstall": "patch-package",
"pods-newarch": "cd ios && NO_FLIPPER=1 RCT_NEW_ARCH_ENABLED=1 bundle exec pod install"
},
"dependencies": {
"@react-native-camera-roll/camera-roll": "^5.7.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@react-navigation/stack": "^6.3.17",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"pretty-bytes": "^6.1.1",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-document-picker": "^9.0.1",
"react-native-fs": "^2.20.0",
"react-native-get-random-values": "^1.9.0",
"react-native-image-picker": "^5.6.1",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "^3.4.2",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "3.25.0",
"react-native-svg": "13.13.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.0.2",
"@react-native/metro-config": "^0.72.11",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.46.0",
"eslint-plugin-prettier": "^5.0.0",
"metro-react-native-babel-preset": "0.76.8",
"prettier": "^3.0.1"
},
"engines": {
"node": ">=16"
}
}