-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
124 lines (124 loc) · 4.24 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": "1on1",
"author": "Piotr Napierala",
"organization": "Gimbalabs",
"scripts": {
"start": "NODE_ENV=development react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll",
"prepare": "husky install"
},
"dependencies": {
"@emurgo/react-native-haskell-shelley": "^3.1.3",
"@pnap/react-native-search-bar": "^1.0.4",
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/datetimepicker": "3.2.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-picker/picker": "^2.1.0",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/material-top-tabs": "^6.0.0-next.10",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"@tradle/react-native-http": "^2.0.0",
"axios": "^0.21.1",
"base64-js": "^1.5.1",
"fb-watchman": "^2.0.1",
"formik": "^2.2.9",
"qs": "^6.10.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-animated-number": "^1.2.0",
"react-native-animated-pagination-dots": "^0.1.72",
"react-native-crypto": "^2.2.0",
"react-native-dotenv": "^3.0.0",
"react-native-exception-handler": "^2.10.10",
"react-native-fast-image": "^8.3.4",
"react-native-gesture-handler": "^1.10.3",
"react-native-image-picker": "^4.0.6",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-level-fs": "^3.0.1",
"react-native-modal": "^11.10.0",
"react-native-modal-selector": "git+https://github.com/PiotrNap/react-native-modal-selector.git",
"react-native-os": "^1.0.1",
"react-native-pager-view": "5.0.12",
"react-native-permissions": "^3.0.5",
"react-native-qrcode-svg": "^6.1.1",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^2.2.0",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-slider-color-picker": "^2.2.2",
"react-native-svg": "^12.1.1",
"react-native-switch-selector": "^2.1.4",
"react-native-tab-view": "^3.0.1",
"react-native-tcp": "^3.2.1",
"react-native-typography": "^1.4.1",
"react-native-udp": "^2.7.0",
"react-native-web": "~0.13.12",
"react-navigation": "^4.4.4",
"safe-buffer": "^5.2.1",
"tinycolor2": "^1.4.2",
"url": "~0.10.1",
"utf8": "^3.0.0",
"vm-browserify": "0.0.4",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@svgr/cli": "^5.5.0",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.4",
"@types/react-native": "^0.64.4",
"@types/react-navigation": "^3.4.0",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.25.0",
"eslint-config-universe": "^7.0.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-native": "^3.10.0",
"husky": "^7.0.1",
"prettier": "^2.2.1",
"react-error-boundary": "^3.1.1",
"react-native-bundle-visualizer": "^2.2.1",
"typescript": "^4.4.3"
},
"eslintConfig": {
"extends": "universe/native"
},
"private": true,
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
},
"version": "1.0.0",
"react-native": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"net": "react-native-tcp",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"fs": "react-native-level-fs",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"dgram": "react-native-udp",
"stream": "stream-browserify",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
}
}