-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.06 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.06 KB
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
{
"name": "Bits",
"version": "1.0.2",
"private": true,
"engines": {
"node": "12.16.1",
"npm": "6.13.4"
},
"scripts": {
"start": "react-native start",
"lint": "eslint .",
"fastlane": "bundle exec fastlane",
"build": "bundle exec fastlane install",
"major": "bundle exec fastlane major",
"minor": "bundle exec fastlane minor",
"patch": "bundle exec fastlane patch",
"beta": "bundle exec fastlane beta",
"release": "bundle exec fastlane release",
"clean": "bundle exec fastlane clean"
},
"dependencies": {
"@react-native-community/async-storage": "^1.8.0",
"@react-native-community/masked-view": "^0.1.6",
"@react-navigation/native": "^5.0.5",
"@react-navigation/stack": "^5.0.5",
"i18n-js": "^3.7.1",
"mobx": "^5.15.4",
"mobx-persist": "^0.4.1",
"mobx-react": "^6.1.8",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-dynamic": "^1.0.0",
"react-native-elements": "^1.2.7",
"react-native-gesture-handler": "^1.6.0",
"react-native-get-random-values": "^1.2.0",
"react-native-push-notification": "^5.1.0",
"react-native-reanimated": "^1.7.0",
"react-native-router-flux": "^4.2.0",
"react-native-safe-area-context": "^3.1.8",
"react-native-screens": "^2.0.0-beta.4",
"react-native-sortable-list": "0.0.24",
"react-native-sound": "^0.11.0",
"react-native-splash-screen": "^3.2.0",
"react-native-vector-icons": "^6.6.0",
"uuid": "^7.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/runtime": "^7.8.4",
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-node": "^0.3.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.4.0",
"metro-react-native-babel-preset": "^0.59.0",
"reactotron-react-native": "^4.0.3"
}
}