-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
165 lines (165 loc) · 5.66 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "supercoop",
"version": "1.5.0",
"license": "GPL-3.0-or-later",
"private": true,
"author": "Arnaud de Mouhy <[email protected]>",
"contributors": [
"Vivien Poirier",
"Briac Pilpré"
],
"scripts": {
"clean": "react-native-clean-project",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"postinstall": "./postinstall.sh",
"typeorm": "ts-node ./node_modules/typeorm/cli.js",
"prepare": "husky install",
"check-dependencies": "rnx-dep-check",
"fix-dependencies": "rnx-dep-check --write"
},
"dependencies": {
"@react-native-community/datetimepicker": "^6.0.2",
"@react-native-cookies/cookies": "6.0.11",
"@react-native-picker/picker": "^2.2.1",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"@sayem314/react-native-keep-awake": "^1.0.3",
"@sentry/react-native": "^3.2.3",
"@types/react": "^17",
"base64url": "^3.0.1",
"deepmerge": "^4.2.2",
"fuse.js": "^6.4.0",
"install": "^0.13.0",
"js-base64": "^3.6.0",
"jsrsasign": "^10.0.0",
"jwt-decode": "^3.0.0",
"luxon": "^2.1.1",
"moment": "^2.24.0",
"papaparse": "^5.0.0",
"pluralize": "^8.0.0",
"postinstall-postinstall": "^2.0.0",
"prop-types": "^15.5.10",
"react": "18.0.0",
"react-native": "^0.69.7",
"react-native-action-sheet": "^2.2.0",
"react-native-alert-async": "^1.0.5",
"react-native-app-auth": "^6.4.0",
"react-native-barcode-mask": "^1.1.0",
"react-native-camera": "^4.2.1",
"react-native-config": "^1.4.1",
"react-native-datawedge-intents": "^0.1.2",
"react-native-device-info": "8.4.8",
"react-native-dialog": "^9.2.0",
"react-native-dialog-input": "^1.0.7",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-fs": "^2.18.0",
"react-native-image-picker": "^4.3.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-mime-types": "^2.2.1",
"react-native-modal-datetime-picker": "^13.0.0",
"react-native-navigation": "^7.30.2",
"react-native-odoo": "^0.5.0",
"react-native-odoo-promise-based": "^0.6.3",
"react-native-rss-parser": "dehy/react-native-rss-parser#master",
"react-native-safe-area-context": "^3.2.0",
"react-native-sound": "^0.11.1",
"react-native-sqlite-storage": "^5.0.0",
"react-native-svg": "^12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-vector-icons": "^9.0.0",
"react-native-webview": "^11.22.6",
"react-native-zip-archive": "^6.0.5",
"reflect-metadata": "^0.1.13",
"rn-secure-storage": "^2.0.6",
"sha.js": "^2.4.11",
"ts-money": "^0.4.6",
"typeorm": "^0.3.11",
"url": "^0.11.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-decorators": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@react-native-community/eslint-config": "^2.0.0",
"@rnx-kit/align-deps": "^2.0.1",
"@types/intl": "^1.2.0",
"@types/jest": "^26.0.23",
"@types/jsrsasign": "^8.0.5",
"@types/luxon": "^2.0.7",
"@types/node": "*",
"@types/papaparse": "^5.0.2",
"@types/react-native": "^0.66.4",
"@types/react-native-datawedge-intents": "^0.1.0",
"@types/react-native-rss-parser": "^1.4.0",
"@types/react-native-sqlite-storage": "^5.0.0",
"@types/react-test-renderer": "17.0.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-jest": "^26.6.3",
"commitlint": "^15.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.17.0",
"husky": "^7.0.0",
"intl": "^1.2.5",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.70.3",
"prettier": "2.5.1",
"react-native-clean-project": "^3.4.0",
"react-native-typescript-transformer": "^1.2.12",
"react-test-renderer": "18.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"resolutions": {
"@types/react": "^17",
"rn-secure-storage@^2.0.6": "patch:rn-secure-storage@npm%3A2.0.7#./.yarn/patches/rn-secure-storage-npm-2.0.7-024ec32378.patch"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"packageManager": "[email protected]",
"rnx-kit": {
"kitType": "app",
"alignDeps": {
"requirements": [
],
"capabilities": [
"babel-preset-react-native",
"core",
"core-android",
"core-ios",
"datetime-picker",
"filesystem",
"jest",
"react",
"react-test-renderer",
"safe-area",
"sqlite",
"svg",
"webview"
]
}
}
}