Dear Vue.js: it's not you, it's me: I'm too good for you.

This commit is contained in:
2019-10-24 01:00:18 +02:00
parent bff5c60a4e
commit feda28ec47
18 changed files with 643 additions and 230 deletions

View File

@@ -33,7 +33,6 @@
"pg-promise": "^9.3.3",
"pino": "^5.13.5",
"pug": "^2.0.4",
"ts-vue-plugin": "^0.1.2",
"tweetnacl": "^1.0.1",
"tweetnacl-util": "^0.15.0",
"yargs": "^14.2.0"
@@ -50,11 +49,23 @@
"@types/node": "^12.11.2",
"@types/pg": "^7.11.2",
"@types/pino": "^5.8.12",
"@types/react": "^16.9.9",
"@types/react-dom": "^16.9.2",
"@types/react-redux": "^7.1.5",
"@types/react-router": "^5.1.2",
"@types/react-router-dom": "^5.1.0",
"@types/webpack-dev-middleware": "^2.0.3",
"@types/yargs": "^13.0.3",
"css-loader": "^3.2.0",
"pg-monitor": "^1.3.1",
"pino-pretty": "^3.2.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux": "^4.0.4",
"redux-saga": "^1.1.1",
"ts-loader": "^6.2.0",
"ts-node": "^8.4.1",
"ts-node-dev": "^1.0.0-pre.43",
@@ -62,9 +73,6 @@
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.4",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-middleware": "^3.7.2"