-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.57 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.57 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
48
49
50
51
52
53
54
55
{
"name": "wallpaper-app",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
<<<<<<< HEAD
"@expo/vector-icons": "^14.0.2",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-navigation/bottom-tabs": "^7.0.0-rc.19",
"@react-navigation/native": "^7.0.0-rc.12",
"@react-navigation/native-stack": "^7.0.0-rc.14",
"expo": "~51.0.19",
"expo-blur": "~13.0.2",
"expo-linear-gradient": "~13.0.2",
"expo-status-bar": "~1.12.1",
"moti": "^0.29.0",
"nativewind": "^2.0.11",
"pinterest.js": "^1.0.5",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-alert-notification": "^0.4.0",
"react-native-deck-swiper": "^2.0.17",
"react-native-gesture-handler": "^2.14.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-reanimated": "~3.10.1",
"react-native-responsive-dimensions": "^3.1.1",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "3.31.1",
"expo-media-library": "~16.0.4",
"expo-file-system": "~17.0.1",
"expo-sqlite": "~14.0.4"
=======
"expo": "~51.0.19",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.3"
>>>>>>> bcf4eaf (Initial commit)
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
<<<<<<< HEAD
"tailwindcss": "^3.3.2",
=======
>>>>>>> bcf4eaf (Initial commit)
"typescript": "^5.1.3"
},
"private": true
}