-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.22 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.22 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
{
"name": "memo-app",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-navigation/elements": "^1.3.31",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.10.1",
"eas-cli": "^10.2.2",
"expo": "~51.0.20",
"expo-font": "~12.0.9",
"expo-router": "~3.5.18",
"expo-splash-screen": "~0.27.5",
"prettier": "^3.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.13",
"react-native": "0.74.3",
"react-native-linear-gradient": "^2.8.3",
"react-native-safe-area-context": "4.10.1",
"react-native-svg": "^15.4.0",
"react-native-web": "~0.19.10",
"styled-components": "^6.1.11",
"swr": "^2.2.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"react-native-svg-transformer": "^1.5.0",
"typescript": "~5.3.3"
},
"private": true
}