This repository was archived by the owner on Dec 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.42 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.42 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
{
"name": "amethyst",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lexgen": "lex gen-server ./lexicons/generated/server/ ./lexicons/src/"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@aquareum/atproto-oauth-client-react-native": "^0.0.1",
"@atproto/api": "^0.13.18",
"@atproto/lex-cli": "^0.5.3",
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^7.0.9",
"@rn-primitives/avatar": "^1.1.0",
"@rn-primitives/hover-card": "^1.1.0",
"@rn-primitives/progress": "^1.1.0",
"@rn-primitives/slot": "^1.1.0",
"@rn-primitives/tooltip": "^1.1.0",
"@rn-primitives/types": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
"expo": "~52.0.17",
"expo-font": "~13.0.1",
"expo-linking": "~7.0.3",
"expo-router": "~4.0.1",
"expo-splash-screen": "~0.29.13",
"expo-sqlite": "^15.0.3",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.4",
"expo-web-browser": "~14.0.1",
"lucide-react-native": "^0.460.0",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-compiler-runtime": "19.0.0-beta-37ed2a7-20241206",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"react-native-reanimated": "~3.16.3",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.13",
"tailwind-merge": "^2.5.5",
"zustand": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@expo/metro-runtime": "~4.0.0",
"@expo/prebuild-config": "^8.0.23",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@react-native/typescript-config": "^0.76.5",
"@types/node": "^22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
"eslint": "^8",
"eslint-config-expo": "~8.0.1",
"react-refresh": "^0.16.0",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"private": true
}