-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.66 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
{
"name": "csnippets-native",
"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": {
"@radix-ui/react-icons": "^1.3.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@rivascva/react-native-code-editor": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"codemirror": "^5.65.16",
"date-fns": "^3.6.0",
"expo": "~51.0.2",
"expo-file-system": "^17.0.1",
"expo-image-manipulator": "^12.0.5",
"expo-image-picker": "~15.0.4",
"expo-sharing": "^12.0.1",
"expo-status-bar": "~1.12.1",
"lottie-ios": "^4.4.3",
"lottie-react-native": "^6.7.0",
"nativewind": "^4.0.1",
"react": "18.2.0",
"react-codemirror2": "^8.0.0",
"react-native": "0.74.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-picker-select": "^9.1.3",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "^3.31.1",
"react-native-toast-message": "^2.2.0",
"react-native-uuid": "^2.0.2",
"react-native-view-shot": "^3.8.0",
"react-native-webview": "^13.10.0",
"tailwind-merge": "^2.3.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"tailwindcss": "^3.4.3",
"typescript": "^5.1.3"
},
"private": true
}