This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 5.08 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
{
"name": "myStocksRN",
"version": "1.2.170",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "tsc --build tsconfig.json . && eslint -c .eslintrc.js .",
"lint:eslint": "eslint -c .eslintrc.js .",
"lint:tsc": "tsc --build tsconfig.json .",
"prettier:write": "npx prettier --write **/*.{js,jsx,ts,tsx,json} && npx prettier --write *.{js,jsx,ts,tsx,json}",
"ios": "react-native run-ios",
"android:clean": "cd ./android && ./gradlew clean && cd ..",
"android:debug": "react-native run-android --variant debug",
"android:release": "react-native run-android --variant release",
"build:android:all": "cd ./android && ./gradlew assemble && cd ..",
"build:android:debug": "cd ./android && ./gradlew assembleDebug && cd ..",
"build:android:release": "cd ./android && ./gradlew assembleRelease && cd ..",
"fastlane:android:all": "cd ./android && bundle exec fastlane assemble_build && cd ..",
"fastlane:android:debug": "cd ./android && bundle exec fastlane assemble_debug_build && cd ..",
"fastlane:android:release": "cd ./android && bundle exec fastlane assemble_release_build && cd .."
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.2",
"axios": "^0.21.1",
"build-url": "^6.0.1",
"lodash": "^4.17.21",
"native-base": "^2.13.15",
"re-reselect": "^4.0.0",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-autocomplete-input": "^4.2.0",
"react-native-dotenv": "^0.2.0",
"react-native-gesture-handler": "^1.10.2",
"react-native-reanimated": "^2.0.0",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.18.0",
"react-native-svg": "^12.1.0",
"react-native-vector-icons": "^8.1.0",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"victory-native": "^35.3.1"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/runtime": "^7.13.8",
"@google/semantic-release-replace-plugin": "^1.0.2",
"@microsoft/tsdoc": "^0.13.0",
"@react-native-community/eslint-config": "^2.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"@semantic-release/release-notes-generator": "^9.0.1",
"@testing-library/react-native": "^7.2.0",
"@types/enzyme": "^3.10.6",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/faker": "^5.1.7",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/react": "^17.0.3",
"@types/react-native": "^0.63.50",
"@types/react-native-autocomplete-input": "^4.0.1",
"@types/react-native-dotenv": "^0.2.0",
"@types/react-redux": "^7.1.16",
"@types/react-test-renderer": "^17.0.1",
"@types/redux-logger": "^3.0.8",
"@types/redux-mock-store": "^1.0.2",
"@types/sinon": "^9.0.11",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"commitizen": "^4.2.3",
"conventional-changelog-conventionalcommits": "^4.5.0",
"cz-conventional-changelog": "3.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.0",
"eslint": "^7.21.0",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-babel-module": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-redux-saga": "^1.2.1",
"eslint-plugin-tsdoc": "^0.2.11",
"faker": "^5.4.0",
"husky": "^5.1.1",
"jest": "^26.6.3",
"jest-html-reporters": "^2.1.2",
"jest-junit": "^12.0.0",
"lint-staged": "^10.5.4",
"metro-react-native-babel-preset": "^0.65.1",
"path": "^0.12.7",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.13.1",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-redux-typescript-scripts": "^1.6.2",
"react-test-renderer": "^16.13.1",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4",
"redux-saga-test-plan": "^4.0.1",
"remote-redux-devtools": "^0.5.16",
"semantic-release": "^17.4.1",
"sinon": "^9.2.4",
"ts-jest": "^26.5.2",
"typescript": "^4.1.5"
},
"jest": {
"preset": "react-native"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && tsc --build tsconfig.json && lint-staged",
"pre-push": "jest"
}
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint -c .eslintrc.js"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}