-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.16 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
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
{
"name": "com.appsflyer.app.letscook",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "~4.11.0",
"@material-ui/icons": "~4.9.1",
"axios": "~0.19.2",
"cordova-android": "^9.0.0",
"cordova-browser": "~6.0.0",
"cordova-ios": "^5.1.1",
"cordova-plugin-appsflyer-sdk": "^5.4.30",
"cordova-plugin-inappbrowser": "^4.0.0",
"cordova-plugin-splashscreen": "6.0.0",
"cordova-plugin-statusbar": "2.4.3",
"cordova-plugin-wkwebview-engine": "^1.2.1",
"cordova-plugin-wkwebviewxhrfix": "git+https://github.com/TheMattRay/cordova-plugin-wkwebviewxhrfix.git",
"cordova_script": "0.0.2",
"cra-template": "1.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "~5.2.0",
"react-scripts": "3.4.1",
"react.cordova-navigation_controller": "~1.8.5"
},
"scripts": {
"start": "reco serve",
"build": "reco checkversion && react-scripts build && reco copy && cordova build",
"test": "echo \"Error: no test specified\" && exit 1",
"eject": "react-scripts eject",
"reactstart": "react-scripts start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "./",
"displayName": "letscook",
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"keywords": [
"ecosystem:cordova"
],
"author": "DataCyber-OrChuban, react.cordova: Apache Cordova Team and React.js",
"license": "Apache-2.0",
"devDependencies": {
"cordova-plugin-whitelist": "~1.3.4"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-appsflyer-sdk": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-wkwebview-engine": {},
"cordova-plugin-wkwebviewxhrfix": {}
},
"platforms": [
"browser",
"ios",
"android"
]
}
}