-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
145 lines (145 loc) · 4.77 KB
/
package.json
File metadata and controls
145 lines (145 loc) · 4.77 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "intermind",
"version": "1.0.0",
"main": "src/index.ts",
"scripts": {
"test": "NODE_ENV=test jest --config ./__tests__/config/jest.config.js",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"docs": "typedoc --options ./typedoc.json --tsconfig ./tsconfig.docs.json --out docs"
},
"dependencies": {
"@expo/cli": "^0.22.26",
"@expo/config-plugins": "~9.0.0",
"@expo/metro-config": "^0.19.12",
"@expo/metro-runtime": "~4.0.1",
"@expo/prebuild-config": "^8.2.0",
"@miblanchard/react-native-slider": "^2.6.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "^1.16.1",
"@react-native-community/slider": "4.5.5",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@react-navigation/stack": "^7.1.1",
"@rn-primitives/accordion": "^1.1.0",
"@rn-primitives/alert-dialog": "^1.1.0",
"@rn-primitives/aspect-ratio": "^1.1.0",
"@rn-primitives/avatar": "^1.1.0",
"@rn-primitives/checkbox": "^1.1.0",
"@rn-primitives/collapsible": "^1.1.0",
"@rn-primitives/context-menu": "^1.1.0",
"@rn-primitives/dialog": "^1.1.0",
"@rn-primitives/dropdown-menu": "^1.1.0",
"@rn-primitives/hover-card": "^1.1.0",
"@rn-primitives/label": "^1.1.0",
"@rn-primitives/menubar": "^1.1.0",
"@rn-primitives/navigation-menu": "^1.1.0",
"@rn-primitives/popover": "^1.1.0",
"@rn-primitives/portal": "^1.1.0",
"@rn-primitives/progress": "^1.1.0",
"@rn-primitives/radio-group": "^1.1.0",
"@rn-primitives/select": "^1.1.0",
"@rn-primitives/separator": "^1.1.0",
"@rn-primitives/slot": "^1.1.0",
"@rn-primitives/switch": "^1.1.0",
"@rn-primitives/table": "^1.1.0",
"@rn-primitives/tabs": "^1.1.0",
"@rn-primitives/toggle": "^1.1.0",
"@rn-primitives/toggle-group": "^1.1.0",
"@rn-primitives/tooltip": "^1.1.0",
"@rn-primitives/types": "^1.1.0",
"@supabase/supabase-js": "^2.48.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"expo": "^52.0.46",
"expo-application": "~6.0.2",
"expo-background-fetch": "^13.0.6",
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.5",
"expo-crypto": "~14.0.2",
"expo-dev-client": "~5.0.19",
"expo-device": "~7.0.3",
"expo-location": "~18.0.10",
"expo-navigation-bar": "~4.0.9",
"expo-notifications": "~0.29.14",
"expo-splash-screen": "^0.29.24",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.9",
"expo-task-manager": "~12.0.6",
"inversify": "^7.5.1",
"lucide-react-native": "^0.474.0",
"metro": "^0.81.1",
"metro-config": "^0.81.1",
"metro-resolver": "^0.81.1",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.9",
"react-native-css-interop": "^0.1.22",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "^1.11.0",
"react-native-markdown-display": "^7.0.2",
"react-native-reanimated": "~3.16.7",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-svg-transformer": "^1.5.0",
"react-native-web": "~0.19.13",
"react-test-renderer": "18.2.0",
"reflect-metadata": "^0.2.2",
"tailwind-merge": "^2.6.0",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.5"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/plugin-transform-flow-strip-types": "^7.26.5",
"@eslint/js": "^9.19.0",
"@react-native-community/cli": "latest",
"@testing-library/react-native": "^13.0.1",
"@types/jest": "^29.5.14",
"@types/react": "~18.3.12",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.2",
"dotenv": "^16.4.7",
"eslint": "^9.19.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-expo": "~52.0.6",
"supabase": "^2.9.6",
"ts-jest": "^29.2.5",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0"
},
"private": true,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"lucide-react-native",
"@rn-primitives/*",
"@testing-library/jest-native",
"class-variance-authority",
"tailwindcss",
"tailwindcss-animate",
"uuid"
],
"listUnknownPackages": false
}
}
},
"resolutions": {
"metro": "^0.81.0",
"metro-resolver": "^0.81.0",
"metro-config": "^0.81.0",
"react-test-renderer": "^18.3.1"
}
}