-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.43 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.43 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
{
"name": "@draftbit/example",
"description": "Example app for @draftbit/ui",
"version": "54.0.0",
"private": true,
"scripts": {
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"start": "expo start",
"test": "jest",
"test:coverage": "jest --coverage",
"example": "yarn --cwd example",
"clean:modules": "rimraf node_modules"
},
"dependencies": {
"@draftbit/maps": "54.0.0",
"@draftbit/ui": "54.0.0",
"@expo/dev-server": "0.1.123",
"@expo/metro-runtime": "~6.1.2",
"@react-navigation/drawer": "^7.5.8",
"@react-navigation/native": "^7.1.17",
"@shopify/flash-list": "2.0.2",
"expo": "^54.0.0",
"expo-asset": "~12.0.12",
"expo-constants": "~18.0.13",
"expo-font": "~14.0.11",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "~1.11.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-web": "^0.21.0",
"react-native-worklets": "0.5.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/react": "~19.1.10",
"@types/react-native": "~0.70.6",
"babel-loader": "8.1.0",
"sharp-cli": "2.1.0"
}
}