-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
39
40
41
42
43
44
45
46
47
{
"name": "react-native-tinymce",
"main": "index.tsx",
"files": [
"assets/editor/",
"Formatter/",
"Link/",
"Toolbar/",
"*.tsx",
"*.ts"
],
"scripts": {
"start": "expo start",
"build:editor": "webpack --mode production",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@rmccue/sfsymbols": "^0.0.2",
"react-native-keyboard-accessory": "^0.1.10",
"tinymce": "^5.1.5"
},
"peerDependencies": {
"react": "~16.9.0",
"react-native": "*",
"react-native-webview": "7.4.3"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/react": "~16.9.0",
"@types/react-native": "~0.60.23",
"babel-preset-expo": "~8.0.0",
"clean-webpack-plugin": "^3.0.0",
"expo": "~36.0.0",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"react": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
"react-native-webview": "7.4.3",
"typescript": "~3.6.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"version": "0.1.2"
}