many frontend changes that need generic change

This commit is contained in:
peter
2019-09-16 15:35:08 +02:00
parent 28d0c5a134
commit 3e804fd0e6
53 changed files with 251 additions and 12692 deletions
+5 -5
View File
@@ -9,8 +9,8 @@
"build-backend": "tsc; npm run webpack",
"build-frontend": "npm run build-dashboard; cp ./dist/FrontblockLib.js ./dist/static",
"build-dashboard": "git submodule init && git submodule update --merge; cd src/frontend; npm i && npm run build; mkdir ../../dist/static; cp -r dist/* ../../dist/static",
"clean": "rm -rf lib static plugins conf dist widget .rpt2_cache *.js *.ts src/frontend/dist",
"update-frontblock": "rm -rf node_modules/frontblock*; npm install",
"clean": "rm -rf lib static plugins conf dist widget .rpt2_cache *.js *.ts src/frontend/dist data",
"update-frontblock": " npm install frontblock-generic@latest frontblock@latest",
"webpack": "webpack --config src/backend/webpack.prod.js --progress --colors"
},
"repository": {
@@ -25,13 +25,13 @@
"child-process-promise": "^2.2.1",
"debug": "^4.1.1",
"express": "^4.16.4",
"frontblock": "^0.14.0",
"frontblock-generic": "^0.30.6",
"frontblock": "^0.14.2",
"frontblock-generic": "^0.32.3",
"git-cherrypicker": "0.0.3",
"git-describe": "^4.0.4",
"http": "0.0.0",
"knex": "^0.19.2",
"log4js": "^4.4.0",
"log4js": "^4.5.1",
"lowdb": "^1.0.0",
"node-fetch": "^2.6.0",
"path": "^0.12.7",