forked from clipboard-history-io/mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.91 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.91 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@clipboard-history-io/mobile",
"main": "index.js",
"version": "1.3.0",
"scripts": {
"dev": "expo start -c",
"dev:web": "expo start -c --web",
"dev:android": "expo start -c --android",
"android": "expo start -c --android",
"ios": "expo start -c --ios",
"web": "expo start -c --web",
"clean": "rm -rf .expo node_modules",
"postinstall": "npx tailwindcss -i ./global.css -o ./node_modules/.cache/nativewind/global.css",
"lint": "eslint .",
"format": "prettier . --write"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@instantdb/react-native": "^0.19.10",
"@marko19907/string-to-color": "^1.0.0",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/bottom-tabs": "^7.3.14",
"@react-navigation/drawer": "^7.3.12",
"@react-navigation/native": "^7.1.9",
"@react-navigation/stack": "^7.3.2",
"@rn-primitives/alert-dialog": "^1.2.0",
"@rn-primitives/avatar": "~1.2.0",
"@rn-primitives/label": "^1.2.0",
"@rn-primitives/portal": "~1.3.0",
"@rn-primitives/progress": "~1.2.0",
"@rn-primitives/select": "^1.2.0",
"@rn-primitives/separator": "^1.2.0",
"@rn-primitives/slot": "~1.2.0",
"@rn-primitives/switch": "^1.2.0",
"@rn-primitives/tabs": "^1.2.0",
"@rn-primitives/tooltip": "~1.2.0",
"@tanstack/react-query": "^5.79.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^4.1.0",
"expo": "^53.0.9",
"expo-clipboard": "^7.1.4",
"expo-crypto": "^14.1.4",
"expo-dev-client": "^5.1.8",
"expo-linking": "~7.1.5",
"expo-navigation-bar": "~4.2.4",
"expo-router": "~5.0.7",
"expo-secure-store": "^14.2.3",
"expo-splash-screen": "~0.30.8",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "~5.0.7",
"expo-updates": "^0.28.13",
"jotai": "^2.12.5",
"lucide-react-native": "^0.511.0",
"nativewind": "^4.1.23",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.56.4",
"react-native": "0.79.2",
"react-native-gesture-handler": "^2.25.0",
"react-native-get-random-values": "^1.11.0",
"react-native-reanimated": "~3.17.5",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.10.0",
"react-native-svg": "15.11.2",
"react-native-web": "~0.20.0",
"short-time-ago": "^3.0.0",
"tailwind-merge": "^2.2.1",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "^1.0.7",
"ts-pattern": "^5.7.1",
"zod": "^3.25.44"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@eslint/compat": "^1.2.9",
"@eslint/js": "^9.28.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
"@types/dotenv": "^8.2.3",
"@types/react": "~19.0.14",
"eslint": "^9.28.0",
"prettier-plugin-tailwindcss": "^0.6.12",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1"
},
"private": true
}