-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 3.01 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
{
"name": "eqari",
"version": "0.1",
"private": true,
"scripts": {
"android": "react-native run-android --appIdSuffix=release",
"android-dev": "react-native run-android --variant=devDebug --appIdSuffix=dev",
"android:beta": "react-native run-android --variant=betaDebug --appIdSuffix=beta",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-native-fontawesome": "^0.2.6",
"@react-native-community/async-storage": "^1.8.0",
"@react-native-community/cli": "^5.0.1-alpha.2",
"@react-native-community/clipboard": "^1.2.2",
"@react-native-community/netinfo": "^5.5.0",
"@react-native-community/slider": "^3.0.3",
"atob": "^2.1.2",
"axios": "^0.21.1",
"base64-js": "^1.5.1",
"buffer": "^6.0.3",
"diff": "^5.0.0",
"i18next": "^19.3.1",
"lodash": "^4.17.19",
"lottie-react-native": "^4.0.2",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-i18next": "^11.3.3",
"react-native": "0.64.1",
"react-native-animated-loader": "^0.0.9",
"react-native-extra-dimensions-android": "git+https://github.com/ihsaninh/react-native-extra-dimensions-android",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^1.9.0",
"react-native-material-menu": "^1.0.0",
"react-native-modal": "^11.5.3",
"react-native-modalize": "^2.0.8",
"react-native-paper": "^3.4.0",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "^1.8.0",
"react-native-render-html": "^4.2.0",
"react-native-restart": "^0.0.15",
"react-native-screens": "^1.0.0-alpha.23",
"react-native-sound": "^0.11.0",
"react-native-sound-recorder": "^1.5.0",
"react-native-splash-screen": "^3.2.0",
"react-native-vector-icons": "^7.1.0",
"react-native-webview": "^8.1.0",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.10.3",
"react-redux": "^7.1.3",
"reactotron-react-native": "^5.0.0",
"reactotron-redux": "^3.1.3",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"to-arraybuffer": "^1.0.1",
"turbocommons-ts": "^3.7.0",
"url": "^0.11.0",
"websocket": "^1.0.34",
"ws": "^7.4.5"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/runtime": "^7.6.3",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.3",
"react-native-dotenv": "^0.2.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}