You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.6 KiB
64 lines
1.6 KiB
{
|
|
"name": "coviiiiid",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "node_modules/.bin/vue-cli-service serve",
|
|
"build": "node_modules/.bin/vue-cli-service build",
|
|
"lint": "node_modules/.bin/vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@aspnet/signalr": "^1.1.4",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
"@fortawesome/vue-fontawesome": "^0.1.9",
|
|
"axios": "^0.19.2",
|
|
"bootstrap-vue": "^2.15.0",
|
|
"chart.js": "^2.9.3",
|
|
"commander": "^4.0.1",
|
|
"core-js": "^3.4.3",
|
|
"debounce": "^1.2.0",
|
|
"es6-promise": "^4.2.8",
|
|
"jquery": "^1.9.1",
|
|
"keycloak-js": "^10.0.2",
|
|
"nimble": "0.0.2",
|
|
"node-datetime": "^2.1.2",
|
|
"request-digest": "^1.0.13",
|
|
"socket.io": "^2.3.0",
|
|
"vue": "^2.6.10",
|
|
"vue-chartjs": "^3.5.0",
|
|
"vue-i18n": "^8.18.1",
|
|
"vue-infinite-loading": "^2.4.5",
|
|
"vue-js-toggle-button": "^1.3.3",
|
|
"vue-router": "^3.3.2",
|
|
"vuex": "^3.4.0",
|
|
"xml2js": "^0.4.22"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.1.0",
|
|
"@vue/cli-plugin-eslint": "^4.1.0",
|
|
"@vue/cli-service": "^4.1.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"rules": {},
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|
|
|