forked from Planable/react-native-lexical
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 KB
/
package.json
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
{
"name": "react-native-lexical",
"version": "1.1.0",
"main": "node_modules/expo/AppEntry.js",
"workspaces": [
"lexical-editor"
],
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-native/eslint-config": "^0.75.0-main",
"@webview-bridge/react-native": "^1.4.0",
"expo": "~50.0.6",
"expo-dev-client": "~3.3.11",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-keyboard-controller": "^1.11.5",
"react-native-reanimated": "^3.8.1",
"react-native-svg": "^15.1.0",
"react-native-webview": "^13.8.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"eslint-plugin-prettier": "^5.1.3",
"lexical": "^0.14.2",
"typescript": "^5.1.3"
},
"private": true
}