-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.72 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
{
"name": "react-native-notes-app",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@baronha/ting": "^1.2.2",
"@expo/vector-icons": "^14.0.2",
"@freakycoder/react-native-bounceable": "^1.0.3",
"@lodev09/react-native-true-sheet": "^0.12.4",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-navigation/core": "^7.0.0-rc.13",
"@react-navigation/drawer": "^7.0.0-rc.27",
"@react-navigation/elements": "^2.0.0-rc.21",
"@react-navigation/native": "^7.0.0-rc.18",
"@react-navigation/native-stack": "^7.0.0-rc.24",
"@react-navigation/stack": "^7.0.0-rc.23",
"expo": "~51.0.26",
"expo-font": "~12.0.9",
"expo-sqlite": "~14.0.6",
"expo-status-bar": "~1.12.1",
"moti": "^0.29.0",
"nativewind": "^2.0.11",
"postcss": "8.4.23",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-bounceable": "^0.2.1",
"react-native-checkbox-card": "^1.0.1",
"react-native-colorful-card": "^0.1.5",
"react-native-floating-action": "^1.22.0",
"react-native-gesture-handler": "^2.18.1",
"react-native-ios-context-menu": "^2.5.1",
"react-native-ios-utilities": "^4.5.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "^4.10.8",
"react-native-safe-area-view": "^2.0.0",
"react-native-screens": "^3.34.0",
"swiftui-react-native": "^6.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"tailwindcss": "3.3.2",
"typescript": "^5.1.3"
},
"private": true
}