-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.67 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
{
"name": "cordova-next",
"version": "1.0.1",
"description": "Launch the application to develop, build with cordova and next.js (optionally add framework 7) for mobile devices and desktop applications.",
"bin": {
"nc": "./bin/nc"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:bymagnum/cordova-next.git"
},
"keywords": [
"next",
"next.js",
"framework7",
"framework7-react",
"cordova",
"ecosystem:cordova",
"mobile",
"app",
"webapp",
"electron",
"android",
"ios",
"pwa"
],
"author": "bymagnum",
"license": "MIT",
"bugs": {
"url": "https://github.com/bymagnum/cordova-next/issues"
},
"module": "./dist/index.js",
"homepage": "https://github.com/bymagnum/cordova-next#readme",
"scripts": {
"build": "babel ./lib --out-dir ./dist -s inline",
"crt": "openssl req -new -newkey rsa:2048 -nodes -keyout resources/server.key -x509 -days 36500 -out resources/server.crt -subj \"/C=GB/ST=BMG/L=London/O=Cordova-next/OU=Developer/CN=Local development cordova-next/[email protected]\" -addext \"subjectAltName=DNS:localhost,IP:127.0.0.1,IP:::1\""
},
"dependencies": {
"adbkit": "^2.11.1",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
"http-proxy": "^1.18.1",
"loading-cli": "^1.1.2",
"path": "^0.12.7",
"readline": "^1.3.0",
"shelljs": "^0.8.5"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"react": "^18.3.1"
}
}