werks here
This commit is contained in:
+20
-4
@@ -5,9 +5,11 @@
|
||||
"tsc": "tsc",
|
||||
"start": "npm run build; node lib/FrontblockAdmin.js",
|
||||
"build": "npm run clean; npm run build-backend; npm run build-frontend",
|
||||
"build-backend": "tsc; webpack --display-error-details --config static.webpack.config.prod.js --progress --colors",
|
||||
"build-frontend": "cd src/frontend; npm run build; cp -r dist/* ../../static",
|
||||
"clean": "rm -rf lib static; rm -rf src/frontend/dist",
|
||||
"build-backend": "tsc; webpack --display-error-details --config src/backend/webpack.prod.js --progress --colors; pwd; cp -r lib/PluginManager/* .",
|
||||
"build-frontend": "npm run build-dashboard; npm run build-widget",
|
||||
"build-dashboard": "cd src/frontend/dashboard; npm run build; cp -r dist/* ../../../static",
|
||||
"build-widget": "rollup -c src/frontend/widget/rollup.config.js",
|
||||
"clean": "rm -rf lib static dist plugins widget .rpt2_cache *.js *.ts; rm -rf src/frontend/dashboard/dist",
|
||||
"update-frontblock": "rm -rf node_modules/frontblock*; npm install"
|
||||
},
|
||||
"repository": {
|
||||
@@ -17,22 +19,36 @@
|
||||
"author": "frontblock.me",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@angular/common": "^5.2.11",
|
||||
"@angular/core": "^5.2.2",
|
||||
"@types/node": "^11.13.10",
|
||||
"@uirouter/angularjs": "^1.0.5",
|
||||
"angular": "^1.7.8",
|
||||
"bip39": "^3.0.2",
|
||||
"bitcoinjs-lib": "^5.0.4",
|
||||
"bsert": "0.0.10",
|
||||
"bsock": "^0.1.9",
|
||||
"express": "^4.16.4",
|
||||
"frontblock-generic": "latest",
|
||||
"hdkey": "^1.1.1",
|
||||
"http": "0.0.0",
|
||||
"key-file-storage": "^2.2.1",
|
||||
"log4js": "^4.4.0",
|
||||
"memfs": "^2.15.5",
|
||||
"minimist": "^1.2.0",
|
||||
"node-fetch": "^2.6.0",
|
||||
"rollup": "^0.55.1",
|
||||
"rxjs": "^6.5.2",
|
||||
"rxjs-compat": "^6.5.2",
|
||||
"socket.io": "^2.2.0",
|
||||
"stream-buffers": "^3.0.2",
|
||||
"unzip": "^0.1.11"
|
||||
"unzip": "^0.1.11",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rollup-plugin-node-resolve": "^3.0.2",
|
||||
"rollup-plugin-typescript": "^0.8.1",
|
||||
"rollup-plugin-typescript2": "^0.10.0",
|
||||
"@types/express": "^4.17.0",
|
||||
"@types/node": "^11.13.18",
|
||||
"@types/semver": "^6.0.1",
|
||||
|
||||
Reference in New Issue
Block a user