forked from apollohg/react-native-prose-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 860 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 860 Bytes
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
{
"name": "native-editor-example",
"version": "0.0.1",
"private": true,
"main": "expo/AppEntry",
"scripts": {
"start": "expo start",
"android": "expo run:android --device",
"ios": "expo run:ios --device",
"prebuild": "expo prebuild --clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@openeditor/react-native-prose-editor": "file:..",
"@expo/vector-icons": "^15.0.3",
"@react-native-community/slider": "5.1.0",
"expo": "~54.0.0",
"expo-image-manipulator": "~14.0.8",
"expo-image-picker": "~17.0.10",
"expo-status-bar": "~3.0.9",
"expo-symbols": "^55.0.5",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.2"
},
"devDependencies": {
"@types/react": "~19.1.10",
"babel-preset-expo": "~54.0.10",
"typescript": "^5.9.3"
}
}