forked from PapaTutuWawa/moxxy_old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.48 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
{
"name": "moxxy",
"version": "0.0.1",
"private": false,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@eva-design/eva": "^2.1.1",
"@nozbe/watermelondb": "^0.23.0",
"@nozbe/with-observables": "^1.4.0",
"@react-native-async-storage/async-storage": "^1.15.8",
"@react-navigation/material-top-tabs": "^6.0.2",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"@react-navigation/stack": "^6.0.7",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.20",
"@types/react-native": "^0.65.0",
"@types/react-native-elements": "^0.18.0",
"@types/react-test-renderer": "^17.0.1",
"@types/strophe.js": "^1.2.4",
"@ui-kitten/components": "^5.1.1",
"@ui-kitten/eva-icons": "^5.1.1",
"eva-icons": "^1.1.3",
"events": "^1.1.1",
"node-libs-react-native": "^1.2.1",
"react": "17.0.2",
"react-native": "0.65.1",
"react-native-collapsible": "^1.6.0",
"react-native-crypto": "^2.2.0",
"react-native-elements": "^3.4.2",
"react-native-encrypted-storage": "^4.0.2",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "^1.7.0",
"react-native-image-crop-picker": "^0.36.4",
"react-native-pager-view": "^5.4.4",
"react-native-qrcode-svg": "^6.1.1",
"react-native-randombytes": "^3.6.1",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.7.0",
"react-native-sqlite-storage": "^5.0.0",
"react-native-svg": "^12.1.1",
"react-native-tab-view": "^3.1.1",
"react-native-typography": "^1.4.1",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^8.1.0",
"reflect-metadata": "^0.1.13",
"stanza": "^12.17.2",
"stanza-shims": "^1.1.2",
"typescript": "^4.4.2",
"vm-browserify": "^1.1.2"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/plugin-proposal-decorators": "^7.15.4",
"@babel/runtime": "7.15.4",
"@react-native-community/eslint-config": "2.0.0",
"@types/node": "^16.9.6",
"babel-jest": "26.6.3",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"eslint": "7.14.0",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.66.2",
"react-native-codegen": "^0.0.7",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}