Re-write app build, created macOS installer package

This commit is contained in:
hensm
2018-11-27 20:10:30 +00:00
parent c63531cdce
commit 267c92825c
15 changed files with 1761 additions and 976 deletions

View File

@@ -4,17 +4,17 @@
"version": "0.1.0-alpha1",
"scripts": {
"build": "node bin/build.js",
"package": "node bin/build.js --package",
"install-manifest": "node bin/install-manifest.js",
"start-debug": "node bin/start-debug.js",
"start": "node dist/app.js"
"start-debug": "node bin/start-debug.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"castv2": "^0.1.9",
"mdns-js": "^1.0.1",
"mkdirp": "^0.5.1"
"mdns-js": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
@@ -23,14 +23,9 @@
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"magic-string": "^0.25.0",
"fs-extra": "^7.0.1",
"minimist": "^1.2.0",
"rollup": "^0.66.0",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.4.0"
"pkg": "^4.3.4"
},
"optionalDependencies": {
"regedit": "^3.0.0"