-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"main": "expo-router/entry.js",
"scripts": {
"start": "expo start",
"lint": "eslint ."
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/metro-config": "~0.19.0",
"expo": "^52.0.11",
"expo-asset": "~11.0.1",
"expo-constants": "~17.0.3",
"expo-dev-client": "~5.0.4",
"expo-file-system": "~18.0.4",
"expo-font": "~13.0.1",
"expo-image": "~2.0.2",
"expo-insights": "~0.8.1",
"expo-linking": "~7.0.3",
"expo-router": "~4.0.9",
"expo-splash-screen": "~0.29.13",
"expo-sqlite": "~15.0.3",
"expo-status-bar": "~2.0.0",
"expo-updates": "~0.26.9",
"nativewind": "^4.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.10",
"vexo-analytics": "^1.4.3"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/react": "~18.3.12",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest-expo": "~52.0.2",
"prettier": "^3.3.3",
"tailwindcss": "^3.3.5",
"typescript": "^5.4.5"
},
"private": true,
"name": "word-check",
"version": "3.0.0"
}