-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
87 lines (87 loc) · 2.01 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
77
78
79
80
81
82
83
84
85
86
87
{
"name": "react.cordova",
"version": "2.5.3",
"description": "Reco unifies React.js and Cordova into one CLI which bundles both platforms together and provides the developer with the ability to generate Cordova hybrid cross-platform applications built in React .",
"scripts": {
"start": "reco start",
"build": "babel bin -d dist --copy-files"
},
"bin": {
"reco": ".bin/reco",
"react-cordova": ".bin/reco"
},
"files": [
"bin/",
"templates/",
".bin/",
"node_modules/",
"package-lock.json",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/orchoban/react.cordova.git"
},
"keywords": [
"reco",
"reco cli",
"react cordova",
"react-app cordova",
"npm react.cordova",
"cli react.cordova",
"react.cordova",
"npm react.cordova",
"npm react cordova",
"npm react-cordova",
"reco react.cordova",
"react cordova bundle",
"bundle react cordova",
"react.js cordova bundle",
"one code",
"ecosystem:react.js",
"ecosystem:cordova",
"cordova",
"react",
"hybrid app",
"hybrid mobile app",
"react with cordova",
"react native",
"reactjs",
"react.js",
"react-js",
"phonegap",
"ionic",
"react js with cordova"
],
"author": "Or Chuban. https://orchuban.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/uidb-dev/react.cordova/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://ui-db.com/open-source/react.cordova",
"dependencies": {
"abbrev": "^1.1.1",
"arg": "^5.0.1",
"chalk": "^4.1.2",
"colorette": "^1.4.0",
"colors": "^1.4.0",
"copy-dir": "^1.3.0",
"debug": "^4.3.2",
"download-file": "^0.1.5",
"esm": "^3.2.25",
"inquirer": "^8.2.0",
"jsonfile": "^6.1.0",
"ncp": "^2.0.0",
"node-gyp": "^8.3.0",
"promise": "^8.1.0",
"rxjs": "^7.4.0"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8"
}
}