-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"name": "shapes",
"version": "0.0.1",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@react-navigation/elements": "1.3.13",
"@react-navigation/native": "6.1.2",
"@react-navigation/native-stack": "6.9.8",
"expo": "^49.0.7",
"expo-dev-client": "~2.4.6",
"expo-splash-screen": "~0.20.5",
"i18n-js": "3.9.2",
"react": "18.2.0",
"react-intl": "^6.2.1",
"react-native": "0.72.3",
"react-native-device-info": "10.3.0",
"react-native-localize": "2.2.4",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-vector-icons": "^9.2.0",
"realm": "^12.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/i18n-js": "^3.8.3",
"@types/react": "~18.2.14",
"typescript": "^5.1.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}