copied fucking angular from htmlsupplier, I hate this shit, got at least 50 errors, now its only 100 warnings, but at least it doesnt die on me, fuck this shit

This commit is contained in:
Daniel Hübleitner
2019-07-28 11:55:17 +02:00
parent cb1060dbca
commit 1e6621bb11
38 changed files with 4816 additions and 489 deletions
+18 -3
View File
@@ -2,8 +2,8 @@
"name": "frontblock-admin",
"version": "1.0.0",
"scripts": {
"start": "npm run build; node --experimental-modules lib/FrontblockAdmin.js",
"build": "npm run clean; tsc; node_modules/.bin/webpack",
"start": "webpack-dev-server --config static.webpack.config.dev.js --hot --open",
"build": "npm run clean; webpack --display-error-details --config static.webpack.config.prod.js --progress --colors",
"clean": "rm -rf lib",
"update-frontblock": "rm -rf node_modules/frontblock*; npm install"
},
@@ -16,16 +16,31 @@
"dependencies": {
"@types/express": "^4.17.0",
"@types/node": "^11.13.17",
"@types/webpack-env": "^1.14.0",
"@uirouter/angularjs": "^1.0.5",
"angular": "^1.7.8",
"autoprefixer": "^9.6.1",
"bsock": "^0.1.9",
"css-loader": "^3.1.0",
"cssnano": "^4.1.10",
"express": "^4.16.4",
"frontblock": "^0.4.3",
"frontblock-generic": "^0.4.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http": "0.0.0",
"key-file-storage": "^2.2.1",
"live-plugin-manager": "^0.13.2",
"log4js": "^4.4.0",
"node-fetch": "^2.6.0",
"socket.io": "^2.2.0"
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"socket.io": "^2.2.0",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.4",
"tslint-loader": "^3.5.4",
"webpack-dev-server": "^3.7.2"
},
"devDependencies": {
"@types/jest": "^24.0.15",