-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.37 KB
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
{
"name": "expo-proj",
"version": "1.0.0",
"main": "src/AppEntry.tsx",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-picker/picker": "^2.7.7",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/stack": "^6.4.1",
"@react-navigation/web": "^1.0.0-alpha.9",
"@types/react": "~18.2.79",
"eslint": "^9.9.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-native": "^4.1.0",
"expo": "~51.0.28",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-native": "0.74.5",
"react-native-safe-area-context": "^4.10.9",
"react-native-screens": "^3.34.0",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.10",
"typescript": "~5.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/js": "^9.9.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript-eslint": "^8.2.0"
},
"private": true
}