This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
131 lines (131 loc) · 4.75 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
{
"name": "GitShark",
"version": "0.1.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"lint": "eslint ./src -c .eslintrc.js --ext .js,.jsx,.ts,.tsx",
"format": "eslint ./src -c .eslintrc.js --fix --ext .js,.jsx,.ts,.tsx",
"android-send-key": "adb shell input keyevent 82",
"build-apk": "cd android && ./gradlew assembleRelease",
"build-aab": "cd android && ./gradlew bundleRelease",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o public",
"clean": "react-native-clean-project",
"clean-android-cache": "cd android && ./gradlew clean",
"clear-xcode-cache": "cd ios && bash ./resetXcode.sh && cd ../",
"pod-install": "cd ios/ && pod install && cd ..",
"jetify": "jetify",
"release": "standard-version",
"postinstall": "husky install && patch-package",
"prepare": "husky install"
},
"--@react-native-community/masked-view": "npm:@react-native-masked-view/masked-view",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/preset-env": "^7.11.0",
"@gorhom/bottom-sheet": "^4.1.5",
"@oceanbit/styles": "^0.1.3",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/hooks": "^2.8.1",
"@react-native-masked-view/masked-view": "^0.2.6",
"@react-native-picker/picker": "^2.4.0",
"@react-navigation/material-bottom-tabs": "^6.1.1",
"@react-navigation/native": "^6.0.8",
"@react-navigation/stack": "^6.1.1",
"@reduxjs/toolkit": "^1.8.0",
"@types/react-redux": "^7.1.23",
"babel-preset-react-app": "^9.1.2",
"batteries-not-included": "^0.1.0",
"buffer": "^6.0.3",
"core-js": "3",
"dayjs": "^1.11.0",
"i18next": "^21.6.14",
"intl": "^1.2.5",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-content-loader": "^6.2.0",
"react-dom": "^17.0.2",
"react-i18next": "^11.16.1",
"react-native": "0.66.4",
"react-native-button-toggle-group": "^1.1.2",
"react-native-default-preference": "^1.4.2",
"react-native-dynamic": "^1.0.0",
"react-native-error-boundary": "^1.1.12",
"react-native-fs": "^2.19.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "^1.7.2",
"react-native-immersive-bars": "^1.0.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^2.2.0",
"react-native-paper": "^4.11.2",
"react-native-reanimated": "^2.4.1",
"react-native-responsive-ui": "^2.1.5",
"react-native-restart": "^0.0.24",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.13.1",
"react-native-secure-key-store": "^2.0.9",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "^12.3.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-vector-icons": "^9.1.0",
"react-native-video": "^5.2.0",
"react-native-view-shot": "^3.1.2",
"react-native-web": "^0.17.7",
"react-native-web-linear-gradient": "^1.1.2",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"text-encoding": "^0.7.0",
"tinycolor2": "^1.4.2",
"typeorm": "0.2.31",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@react-native-community/eslint-config": "^2.0.0",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-controls": "^6.4.19",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-links": "^6.4.19",
"@storybook/addon-viewport": "^6.4.19",
"@storybook/addons": "^6.4.19",
"@storybook/react": "^6.4.19",
"@types/node": "^14.14.22",
"@types/react-native": "^0.65.5",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-native-video": "^5.0.12",
"@types/tinycolor2": "^1.4.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"babel-loader": "^8.2.3",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^8.11.0",
"eslint-plugin-prettier": "^4.0.0",
"hoist-non-react-statics": "^3.3.2",
"husky": "^7.0.0",
"lint-staged": "^12.3.7",
"metro-react-native-babel-preset": "^0.66.2",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.6.0",
"react-native-clean-project": "^4.0.1",
"standard-version": "^9.3.2",
"typescript": "^4.6.2"
},
"resolutions": {
"@react-native-masked-view/masked-view": "0.2.6"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"npm run format"
]
}
}