mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Re-write app build, created macOS installer package
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user