-
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.36 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.36 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": "quotesappnew",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "expo lint"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@react-native-picker/picker": "^2.11.1",
"@react-navigation/native": "^7.1.17",
"@react-navigation/native-stack": "^7.3.25",
"expo": "~53.0.20",
"expo-clipboard": "~7.1.5",
"expo-image-picker": "~16.1.4",
"expo-status-bar": "~2.2.3",
"expo-updates": "~0.28.17",
"nativewind": "^4.2.1",
"react": "^19.0.0",
"react-native": "0.79.5",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-snackbar": "^2.9.0",
"react-native-toast-message": "^2.3.3",
"react-native-worklets": "^0.6.1",
"tailwindcss": "^3.4.18"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "^19.2.7",
"@types/react-native": "^0.72.8",
"eslint": "^9.0.0",
"eslint-config-expo": "~9.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.7.1",
"react-native-svg-transformer": "^1.5.2",
"typescript": "^5.9.3"
},
"private": true
}