first commit

This commit is contained in:
2019-06-30 17:51:28 +02:00
parent 9c0da9daee
commit a9a4968f1a
16 changed files with 426 additions and 221 deletions

View File

@@ -8,7 +8,12 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"chartist": "^0.11.2",
"core-js": "^2.6.5",
"dayjs": "^1.8.14",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"mongodb": "^3.2.7",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
@@ -19,6 +24,7 @@
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"bulma": "^0.7.5",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.0",
@@ -34,7 +40,9 @@
"plugin:vue/essential",
"@vue/standard"
],
"rules": {},
"rules": {
"space-before-function-paren": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}