-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
124 lines (124 loc) · 4.07 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@buttercup/mobile",
"version": "2.6.3",
"private": true,
"scripts": {
"android": "react-native run-android",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
"format": "prettier --write \"{{source,test}/**/*.{js,ts,jsx,tsx},*.{js,ts,jsx,tsx}}\"",
"ios": "react-native run-ios --simulator=\"iPhone Xs\"",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"pods:install": "cd ios && USE_FABRIC=0 RCT_NEW_ARCH_ENABLED=0 pod install --repo-update && cd -",
"start:nocache": "react-native start --reset-cache",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@buttercup/channel-queue": "^1.2.0",
"@buttercup/dropbox-client": "^2.2.0",
"@buttercup/fetch": "^0.2.1",
"@buttercup/file-interface": "^3.0.1",
"@buttercup/google-oauth2-client": "^2.2.0",
"@buttercup/googledrive-client": "^2.3.0",
"@eva-design/eva": "^2.2.0",
"@georstat/react-native-image-cache": "^2.9.0",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-clipboard/clipboard": "^1.12.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/slider": "^4.4.3",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@ui-kitten/components": "^5.3.1",
"@ui-kitten/eva-icons": "^5.3.1",
"array-buffer-to-hex": "^1.0.0",
"assert": "^2.0.0",
"buffer": "^4.9.2",
"buttercup": "^7.3.0",
"card-validator": "^8.1.1",
"console-browserify": "^1.2.0",
"crypto-browserify": "^3.12.0",
"eventemitter3": "^4.0.7",
"events": "^3.3.0",
"hex-to-array-buffer": "^1.1.0",
"hot-patcher": "^2.0.1",
"iocane": "^5.1.1",
"layerr": "^2.0.1",
"ms": "^2.1.3",
"obstate": "^0.1.4",
"otpauth": "^7.1.3",
"pako": "^1.0.11",
"path-browserify": "^1.0.1",
"pretty-bytes": "^5.6.0",
"query-string": "^7.0.1",
"react": "18.2.0",
"react-native": "0.72.7",
"react-native-config": "^1.5.1",
"react-native-dots-pagination": "^0.3.1",
"react-native-encrypted-storage": "^4.0.3",
"react-native-file-access": "^3.0.4",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.14.0",
"react-native-progress-steps": "^1.3.4",
"react-native-progress-wheel": "^1.0.7",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^3.6.1",
"react-native-safe-area-context": "^4.7.4",
"react-native-screens": "^3.27.0",
"react-native-svg": "^13.14.0",
"react-native-toast-message": "^2.1.8",
"react-native-touch-id": "^4.4.1",
"react-native-url-polyfill": "^1.3.0",
"react-native-uuid": "^2.0.1",
"react-obstate": "^0.1.3",
"stream-browserify": "^3.0.0",
"url-join": "^4.0.1",
"use-debounce": "^7.0.1",
"util": "^0.12.5",
"webdav": "5.6.0"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/runtime": "^7.23.5",
"@react-native-community/eslint-config": "^2.0.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.73.2",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^26.0.23",
"@types/metro-config": "^0.76.3",
"@types/react": "^18.0.24",
"@types/react-native": "^0.64.5",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.55.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.1.0",
"react-native-svg-transformer": "^1.1.0",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"resolutions": {
"@types/react": "^18"
},
"engines": {
"node": ">=18"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"./node_modules/react-native-gesture-handler/jestSetup.js"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}