-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.37 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
{
"name": "hearye",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "npx react-native run-android",
"ios": "npx react-native run-ios",
"start": "npx react-native start",
"test": "jest",
"lint": "npx prettier --write __tests__ index.js src metro.config.js .prettierrc.js babel.config.js"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.7",
"@react-native-mapbox-gl/maps": "^8.3.0",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-app-auth": "6.4.0",
"react-native-bootsplash": "^3.2.4",
"react-native-chart-kit": "^6.11.0",
"react-native-config": "1.4.4",
"react-native-dialog": "^8.2.0",
"react-native-keychain": "7.0.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-navigation": "^7.19.1",
"react-native-onboarding-swiper": "1.1.4",
"react-native-svg": "^12.1.1",
"react-native-webview": "^11.13.0"
},
"devDependencies": {
"@babel/core": "7.15.4",
"@babel/preset-env": "7.15.4",
"@babel/runtime": "7.15.4",
"@react-native-community/eslint-config": "3.0.1",
"babel-jest": "27.1.0",
"eslint": "7.32.0",
"jest": "27.1.0",
"metro-react-native-babel-preset": "0.66.2",
"react-test-renderer": "17.0.1",
"typescript": "^4.3.5"
},
"jest": {
"preset": "react-native"
}
}