-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.07 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
{
"name": "MojeekApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.7",
"html-entities": "^2.3.3",
"react": "^18.2.0",
"react-native": "^0.70.6",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "^2.8.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-vector-icons": "^9.2.0",
"react-native-webview": "^11.26.0",
"react-navigation": "^4.3.5",
"react-navigation-stack": "^2.3.9"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/runtime": "^7.20.6",
"@react-native-community/eslint-config": "^3.2.0",
"babel-jest": "^29.3.1",
"jest": "^29.3.1",
"metro-react-native-babel-preset": "0.73.6",
"react-test-renderer": "18.2.0"
},
"jest": {
"preset": "react-native"
}
}