Skip to content

Commit 79164e6

Browse files
authored
Create package.json
1 parent 67317fd commit 79164e6

File tree

1 file changed

+172
-0
lines changed

1 file changed

+172
-0
lines changed

package.json

Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
{
2+
"name": "test",
3+
"version": "1.0",
4+
"private": true,
5+
"scripts": {
6+
"android": "react-native run-android",
7+
"ios": "react-native run-ios",
8+
"start": "react-native start"
9+
},
10+
"dependencies": {
11+
"@amplitude/react-native": "^2.12.1",
12+
"@appdynamics/react-native-agent": "^20.11.1",
13+
"@loadsmart/rn-salesforce-chat": "^3.3.0",
14+
"@react-native-async-storage/async-storage": "^1.17.6",
15+
"@react-native-community/datetimepicker": "^3.4.3",
16+
"@react-native-community/masked-view": "^0.1.10",
17+
"@react-native-community/progress-bar-android": "^1.0.4",
18+
"@react-native-community/progress-view": "^1.2.4",
19+
"@react-native-cookies/cookies": "^6.2.1",
20+
"@react-native-firebase/analytics": "^10.5.1",
21+
"@react-native-firebase/app": "^8.4.6",
22+
"@react-native-firebase/remote-config": "^9.0.11",
23+
"@react-navigation/bottom-tabs": "^6.3.2",
24+
"@react-navigation/elements": "^1.3.3",
25+
"@react-navigation/material-top-tabs": "^6.2.1",
26+
"@react-navigation/native": "^6.0.10",
27+
"@react-navigation/stack": "^6.2.1",
28+
"@reduxjs/toolkit": "^1.8.3",
29+
"@stream-io/flat-list-mvcp": "^0.10.2",
30+
"@tanstack/react-query": "^4.24.6",
31+
"axios": "^0.21.0",
32+
"axios-retry": "^3.2.5",
33+
"buffer": "^6.0.3",
34+
"dom-serializer": "^1.1.0",
35+
"domhandler": "^3.3.0",
36+
"domutils": "^2.4.2",
37+
"events": "^3.3.0",
38+
"html-entities": "^2.3.3",
39+
"htmlparser2": "^5.0.1",
40+
"i18n-js": "^3.9.2",
41+
"jail-monkey": "^2.8.0",
42+
"json-stringify-safe": "^5.0.1",
43+
"jssha": "^3.2.0",
44+
"launchdarkly-react-native-client-sdk": "5.1.0",
45+
"lodash": "^4.17.21",
46+
"md5": "^2.3.0",
47+
"moment": "^2.29.3",
48+
"moment-timezone": "^0.5.34",
49+
"password-validator": "^5.3.0",
50+
"qs": "^6.9.4",
51+
"react": "17.0.2",
52+
"react-native": "^0.68.2",
53+
"react-native-animatable": "^1.3.3",
54+
"react-native-blob-util": "^0.16.4",
55+
"react-native-calendars": "^1.1288.0",
56+
"react-native-crypto-js": "^1.0.0",
57+
"react-native-device-info": "^10.3.0",
58+
"react-native-document-picker": "^7.1.1",
59+
"react-native-draggable-flatlist": "^2.6.2",
60+
"react-native-dropdown-picker": "5.4.2",
61+
"react-native-dynamic": "^1.0.0",
62+
"react-native-fingerprint-scanner": "^6.0.0",
63+
"react-native-flipper": "^0.156.0",
64+
"react-native-gesture-handler": "^1.10.3",
65+
"react-native-haptic-feedback": "^1.13.1",
66+
"react-native-htmlview": "^0.16.0",
67+
"react-native-image-pan-zoom": "^2.1.12",
68+
"react-native-keychain": "^8.0.0",
69+
"react-native-linear-gradient": "^2.5.6",
70+
"react-native-modal-datetime-picker": "9.2.0",
71+
"react-native-orientation-locker": "^1.5.0",
72+
"react-native-pager-view": "^5.4.25",
73+
"react-native-pdf": "^6.6.2",
74+
"react-native-popup-menu": "^0.15.12",
75+
"react-native-reanimated": "1.13.3",
76+
"react-native-safe-area-context": "^4.3.1",
77+
"react-native-screens": "^3.13.1",
78+
"react-native-securerandom": "1.0.0",
79+
"react-native-share": "7.6.2",
80+
"react-native-snap-carousel": "^3.9.1",
81+
"react-native-svg": "^12.1.0",
82+
"react-native-tab-view": "3.1.1",
83+
"react-native-vector-icons": "^9.1.0",
84+
"react-native-version-info": "^1.1.1",
85+
"react-native-walkme-sdk": "^2.2.5",
86+
"react-native-watch-connectivity": "^1.0.5",
87+
"react-native-webview": "^11.26.1",
88+
"react-redux": "^8.0.2",
89+
"reconnecting-websocket": "^4.4.0",
90+
"redux": "^4.2.0",
91+
"redux-axios-middleware": "^4.0.1",
92+
"redux-flipper": "^2.0.2",
93+
"redux-persist": "^6.0.0",
94+
"redux-saga": "^1.1.3",
95+
"reselect": "^4.1.6",
96+
"rn-material-ui-textfield": "^1.0.2",
97+
"urbanairship-react-native": "14.4.2",
98+
"uuid": "^9.0.0"
99+
},
100+
"devDependencies": {
101+
"@babel/core": "^7.12.9",
102+
"@babel/runtime": "^7.12.5",
103+
"@react-native-community/eslint-config": "^2.0.0",
104+
"@redux-saga/testing-utils": "^1.1.3",
105+
"@types/i18n-js": "^3.8.2",
106+
"@types/jest": "^26.0.0",
107+
"@types/lodash": "^4.14.162",
108+
"@types/md5": "^2.3.0",
109+
"@types/moment": "^2.13.0",
110+
"@types/qs": "^6.9.5",
111+
"@types/react-native": "^0.67.8",
112+
"@types/react-native-htmlview": "^0.12.2",
113+
"@types/react-native-material-textfield": "^0.16.4",
114+
"@types/react-native-share": "^3.3.3",
115+
"@types/react-native-snap-carousel": "^3.8.2",
116+
"@types/react-native-vector-icons": "^6.4.10",
117+
"@types/react-test-renderer": "^16.9.2",
118+
"@types/reselect": "^2.2.0",
119+
"@types/uuid": "^9.0.1",
120+
"@typescript-eslint/eslint-plugin": "^4.33.0",
121+
"@typescript-eslint/parser": "^4.33.0",
122+
"babel-jest": "^26.6.3",
123+
"babel-plugin-module-resolver": "^4.0.0",
124+
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
125+
"crypto-js": "^4.0.0",
126+
"eslint": "^7.32.0",
127+
"husky": "^4.3.0",
128+
"jest": "^26.6.3",
129+
"lint-staged": "^10.4.2",
130+
"metro-react-native-babel-preset": "^0.67.0",
131+
"patch-package": "^6.4.4",
132+
"postinstall-postinstall": "^2.1.0",
133+
"react-test-renderer": "17.0.2",
134+
"typescript": "^4.7.2"
135+
},
136+
"jest": {
137+
"preset": "react-native",
138+
"clearMocks": true,
139+
"transformIgnorePatterns": [
140+
"node_modules/(?!((jest-)?react-native(-.*)?|@react-native(-community)?)/)"
141+
],
142+
"moduleFileExtensions": [
143+
"ts",
144+
"tsx",
145+
"js",
146+
"jsx",
147+
"json",
148+
"node"
149+
],
150+
"setupFiles": [
151+
"./jest/setup.js"
152+
]
153+
},
154+
"husky": {
155+
"hooks": {
156+
"pre-commit": "lint-staged"
157+
}
158+
},
159+
"lint-staged": {
160+
"__tests__/**/*.{ts,tsx,js,jsx}": [
161+
"yarn test-hook"
162+
],
163+
"src/**/*.{ts,tsx,js,jsx}": [
164+
"eslint",
165+
"yarn test-hook"
166+
]
167+
},
168+
"resolutions": {
169+
"react-devtools-core": "4.23.0"
170+
}
171+
}
172+

0 commit comments

Comments
 (0)