-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 4.07 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "vn-native-3",
"displayName": "Vn Native 3",
"version": "1.6.3",
"description": "Vn Native Framework",
"main": "./dist/bin/electron/serve.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "vn3-setup && vn3-config-res",
"config:prod": "vn3-config-prod",
"config:dev": "vn3-config-dev",
"config:res": "vn3-config-res",
"serve:web": "vn3-web-development",
"serve:electron": "vn3-web-build && npx electron ./dist/bin/electron/serve.js",
"add:android": "vn3-android-clone",
"add:ios": "vn3-ios-clone ",
"add:electron": "vn3-electron-add",
"add:web": "vn3-web-add",
"build:ios": "vn3-ios-build ",
"build:android": "vn3-android-build",
"build:web": "vn3-web-build",
"build:electron-win": "vn3-web-build && vn3-electron-build-win",
"build:electron-macos": "vn3-web-build && vn3-electron-build-macos",
"development:android": "vn3-android-development ",
"development:ios": "vn3-ios-serve ",
"remove:ios": "vn3-ios-remove",
"remove:android": "vn3-android-remove",
"remove:electron": "vn3-electron-remove",
"remove:web": "vn3-web-remove"
},
"bin": {
"vn3-web-add": "./dist/bin/web/add.js",
"vn3-web-remove": "./dist/bin/web/remove.js",
"vn3-web-build": "./dist/bin/web/build.js",
"vn3-web-development": "./dist/bin/web/server.js",
"vn3-electron-add": "./dist/bin/electron/add.js",
"vn3-electron-build-win": "./dist/bin/electron/build-win.js",
"vn3-electron-build-macos": "./dist/bin/electron/build-macos.js",
"vn3-electron-remove": "./dist/bin/electron/remove.js",
"vn3-android-clone": "./dist/bin/android/add.js",
"vn3-android-build": "./dist/bin/android/build.js",
"vn3-android-remove": "./dist/bin/android/remove.js",
"vn3-android-development": "./dist/bin/android/development.js",
"vn3-ios-remove": "./dist/bin/ios/remove.js",
"vn3-ios-clone": "./dist/bin/ios/add.js",
"vn3-ios-build": "./dist/bin/ios/build.js",
"vn3-ios-serve": "./dist/bin/ios/serve.js",
"vn3-setup": "./dist/bin/setup/prepare.js",
"vn3-config-prod": "./dist/bin/setup/production.js",
"vn3-config-dev": "./dist/bin/setup/development.js",
"vn3-config-res": "./dist/bin/setup/res.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steveleetn91/vn-native-3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/steveleetn91/vn-native-3/issues"
},
"homepage": "https://github.com/steveleetn91/vn-native-3#readme",
"devDependencies": {
"@types/node": "^16.11.22",
"cordova-browser": "^6.0.0",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-enable-cleartext-traffic": "^2.1.0",
"css-minimizer-webpack-plugin": "^3.2.0",
"electron": "^17.0.1",
"electron-installer-dmg": "^3.0.0",
"electron-packager": "^15.4.0",
"electron-winstaller": "^5.0.0",
"file-loader": "^6.2.0",
"html-loader": "^3.0.1",
"mini-css-extract-plugin": "^2.4.5",
"node-sass": "^7.0.1",
"sass-loader": "^12.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"vnnative3-cordova-splashscreen": "github:steveleetn91/vnnative3-cordova-splashscreen",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
},
"dependencies": {
"@types/cli": "^0.11.20",
"@types/express": "^4.17.13",
"@types/mustache": "^4.1.2",
"@types/sharp": "^0.30.0",
"@types/webpack": "^5.28.0",
"chokidar": "^3.5.2",
"cli": "^1.0.1",
"cordova-res": "^0.15.4",
"css-loader": "^6.5.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"electron-squirrel-startup": "^1.0.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"http-proxy-middleware": "^2.0.1",
"ip": "^1.1.5",
"mustache": "^4.2.0",
"sharp": "^0.30.2",
"socket.io": "^4.4.0",
"vnnative3-console": "^1.0.0",
"vnnative3-router": "^1.0.8",
"vnnative3-webview": "^1.0.0"
},
"cordova": {
"platforms": [
],
"plugins": {
"vnnative3-cordova-splashscreen": {}
}
}
}