happy hippo

This commit is contained in:
sco
2020-11-03 00:48:43 +01:00
parent 228fb8349c
commit 26905c789c
5 changed files with 16 additions and 8 deletions
+7 -2
View File
@@ -1,6 +1,6 @@
{
"name": "forbidden-fruit-dashboard",
"version": "2.0.0",
"version": "3.0.0",
"license": "Apache-2.0",
"scripts": {
"serve": "vue-cli-service serve",
@@ -14,7 +14,12 @@
"js-yaml": "^3.14.0",
"lodash.merge": "^4.6.2",
"register-service-worker": "^1.7.1",
"vue": "^2.6.11"
"vue": "^2.6.11",
"compression": "^1.7.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"ping": "^0.3.0",
"rpio": "^2.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.1",