Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
1{
2 "name": "@teal/amethyst",
3 "main": "expo-router/entry",
4 "version": "1.0.0",
5 "scripts": {
6 "start": "expo start",
7 "dev": "expo start",
8 "android": "expo run:android",
9 "ios": "expo run:ios",
10 "web": "expo start --web",
11 "build": "expo export --output-dir ./build --platform all",
12 "test": "jest --watchAll",
13 "lexgen": "lex gen-server ./lexicons/generated/server/ ./lexicons/src/"
14 },
15 "jest": {
16 "preset": "jest-expo"
17 },
18 "dependencies": {
19 "@aquareum/atproto-oauth-client-react-native": "^0.0.1",
20 "@atproto/api": "^0.13.18",
21 "@atproto/lex-cli": "^0.5.3",
22 "@atproto/oauth-client": "^0.3.5",
23 "@babel/plugin-transform-export-namespace-from": "^7.25.9",
24 "@expo/vector-icons": "^14.0.4",
25 "@gorhom/bottom-sheet": "^5.0.6",
26 "@react-native-async-storage/async-storage": "1.23.1",
27 "@react-native-picker/picker": "^2.11.0",
28 "@react-navigation/native": "^7.0.9",
29 "@rn-primitives/avatar": "^1.1.0",
30 "@rn-primitives/hover-card": "^1.1.0",
31 "@rn-primitives/portal": "^1.1.0",
32 "@rn-primitives/progress": "^1.1.0",
33 "@rn-primitives/slot": "^1.1.0",
34 "@rn-primitives/tooltip": "^1.1.0",
35 "@rn-primitives/types": "^1.1.0",
36 "@teal/lexicons": "workspace:*",
37 "class-variance-authority": "^0.7.1",
38 "clsx": "^2.1.1",
39 "eslint-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
40 "expo": "~52.0.27",
41 "expo-constants": "^17.0.3",
42 "expo-font": "~13.0.1",
43 "expo-image-picker": "^16.0.6",
44 "expo-linking": "~7.0.3",
45 "expo-router": "~4.0.1",
46 "expo-splash-screen": "~0.29.21",
47 "expo-sqlite": "^15.0.3",
48 "expo-status-bar": "~2.0.0",
49 "expo-system-ui": "~4.0.4",
50 "expo-web-browser": "~14.0.1",
51 "lucide-react-native": "^0.460.0",
52 "nativewind": "^4.1.23",
53 "react": "18.3.1",
54 "react-compiler-runtime": "19.0.0-beta-37ed2a7-20241206",
55 "react-dom": "18.3.1",
56 "react-native": "0.76.6",
57 "react-native-gesture-handler": "~2.20.2",
58 "react-native-reanimated": "~3.16.6",
59 "react-native-safe-area-context": "4.12.0",
60 "react-native-screens": "~4.4.0",
61 "react-native-svg": "15.8.0",
62 "react-native-web": "~0.19.13",
63 "tailwind-merge": "^2.5.5",
64 "zustand": "^5.0.1"
65 },
66 "devDependencies": {
67 "@babel/core": "^7.26.0",
68 "@babel/runtime": "^7.26.0",
69 "@expo/metro-runtime": "~4.0.1",
70 "@expo/prebuild-config": "^8.0.23",
71 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
72 "@react-native/typescript-config": "^0.76.5",
73 "@types/node": "^22.10.1",
74 "@types/react": "18.3.12",
75 "@types/react-dom": "18.3.1",
76 "babel-plugin-module-resolver": "^5.0.2",
77 "babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
78 "eslint": "^8",
79 "eslint-config-expo": "~8.0.1",
80 "react-refresh": "^0.16.0",
81 "tailwindcss": "^3.4.16",
82 "tailwindcss-animate": "^1.0.7",
83 "ts-node": "^10.9.2",
84 "typescript": "^5.3.3"
85 },
86 "private": true
87}