2021-07-24 20:56:37 +02:00
|
|
|
{
|
|
|
|
"name": "fittrackee_client",
|
2023-05-29 14:35:09 +02:00
|
|
|
"version": "0.7.16",
|
2021-07-24 20:56:37 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
"test:unit": "vue-cli-service test:unit",
|
2021-08-04 09:26:49 +02:00
|
|
|
"lint": "vue-cli-service lint",
|
2021-10-31 19:03:14 +01:00
|
|
|
"lint-fix": "vue-cli-service lint --fix",
|
2021-08-04 09:26:49 +02:00
|
|
|
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\""
|
2021-07-24 20:56:37 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-03 10:04:27 +02:00
|
|
|
"@tmcw/togeojson": "^5.6.2",
|
2023-04-08 09:22:47 +02:00
|
|
|
"@vue-leaflet/vue-leaflet": "^0.9.0",
|
2023-05-29 09:51:53 +02:00
|
|
|
"@zxcvbn-ts/core": "^3.0.1",
|
|
|
|
"@zxcvbn-ts/language-common": "^3.0.2",
|
|
|
|
"@zxcvbn-ts/language-de": "^3.0.1",
|
|
|
|
"@zxcvbn-ts/language-en": "^3.0.1",
|
|
|
|
"@zxcvbn-ts/language-es-es": "^3.0.1",
|
|
|
|
"@zxcvbn-ts/language-fr": "^3.0.1",
|
|
|
|
"@zxcvbn-ts/language-it": "^3.0.1",
|
|
|
|
"axios": "^1.4.0",
|
|
|
|
"chart.js": "^4.3.0",
|
2022-12-11 13:21:29 +01:00
|
|
|
"chartjs-plugin-datalabels": "^2.2.0",
|
2023-05-29 09:51:53 +02:00
|
|
|
"core-js": "^3.30.2",
|
|
|
|
"date-fns": "2.29.3",
|
2023-02-16 10:05:23 +01:00
|
|
|
"date-fns-tz": "^2.0.0",
|
2023-05-29 09:51:53 +02:00
|
|
|
"leaflet": "^1.9.4",
|
2023-04-08 09:22:47 +02:00
|
|
|
"linkify-html": "^4.1.1",
|
|
|
|
"linkifyjs": "^4.1.1",
|
2021-07-24 20:56:37 +02:00
|
|
|
"register-service-worker": "^1.7.1",
|
2023-02-25 10:46:44 +01:00
|
|
|
"sanitize-html": "^2.10.0",
|
2023-02-26 18:25:25 +01:00
|
|
|
"snarkdown": "^2.0.0",
|
2022-11-26 12:55:14 +01:00
|
|
|
"vue": "^3.2.45",
|
2022-03-27 19:45:05 +02:00
|
|
|
"vue-chart-3": "3.1.1",
|
2022-01-15 20:13:25 +01:00
|
|
|
"vue-fullscreen": "^3.1.1",
|
2022-09-16 10:00:53 +02:00
|
|
|
"vue-i18n": "^9.2.2",
|
2023-06-03 10:04:27 +02:00
|
|
|
"vue-router": "^4.2.2",
|
2022-11-01 16:12:43 +01:00
|
|
|
"vuex": "^4.1.0"
|
2021-07-24 20:56:37 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-08 19:11:03 +02:00
|
|
|
"@intlify/vue-i18n-loader": "^4.2.0",
|
2023-05-29 09:51:53 +02:00
|
|
|
"@types/chai": "^4.3.5",
|
2022-12-11 13:21:29 +01:00
|
|
|
"@types/mocha": "^10.0.1",
|
2023-04-08 09:22:47 +02:00
|
|
|
"@types/sanitize-html": "^2.9.0",
|
2023-06-03 10:04:27 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
|
|
"@typescript-eslint/parser": "^5.59.8",
|
2022-07-13 14:09:00 +02:00
|
|
|
"@vue/cli-plugin-babel": "~5.0.8",
|
|
|
|
"@vue/cli-plugin-eslint": "~5.0.8",
|
|
|
|
"@vue/cli-plugin-pwa": "~5.0.8",
|
|
|
|
"@vue/cli-plugin-router": "~5.0.8",
|
|
|
|
"@vue/cli-plugin-typescript": "~5.0.8",
|
|
|
|
"@vue/cli-plugin-unit-mocha": "~5.0.8",
|
|
|
|
"@vue/cli-plugin-vuex": "~5.0.8",
|
|
|
|
"@vue/cli-service": "~5.0.8",
|
2023-05-29 09:51:53 +02:00
|
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
2023-04-08 09:22:47 +02:00
|
|
|
"@vue/test-utils": "^2.3.2",
|
2022-11-09 14:20:41 +01:00
|
|
|
"chai": "^4.3.7",
|
2023-06-03 10:04:27 +02:00
|
|
|
"eslint": "8.42.0",
|
2023-04-08 09:22:47 +02:00
|
|
|
"eslint-config-prettier": "^8.8.0",
|
|
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
2023-02-16 10:05:23 +01:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2022-07-03 14:33:31 +02:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2023-05-29 09:51:53 +02:00
|
|
|
"eslint-plugin-vue": "^9.14.1",
|
|
|
|
"prettier": "^2.8.8",
|
|
|
|
"sass": "^1.62.1",
|
|
|
|
"sass-loader": "^13.3.1",
|
2023-04-08 09:22:47 +02:00
|
|
|
"typescript": "^5.0.4",
|
|
|
|
"vue-cli-plugin-i18n": "~2.3.2"
|
2021-07-24 20:56:37 +02:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/vue3-essential",
|
|
|
|
"eslint:recommended",
|
|
|
|
"@vue/typescript/recommended",
|
2021-08-21 18:34:06 +02:00
|
|
|
"plugin:import/recommended",
|
|
|
|
"plugin:import/typescript"
|
2021-07-24 20:56:37 +02:00
|
|
|
],
|
2021-11-10 21:19:27 +01:00
|
|
|
"globals": {
|
|
|
|
"defineProps": "readonly",
|
|
|
|
"defineEmits": "readonly",
|
|
|
|
"defineExpose": "readonly",
|
|
|
|
"withDefaults": "readonly"
|
|
|
|
},
|
2021-08-21 18:34:06 +02:00
|
|
|
"settings": {
|
|
|
|
"import/resolver": "typescript"
|
|
|
|
},
|
2021-07-24 20:56:37 +02:00
|
|
|
"parserOptions": {
|
2022-02-19 22:50:01 +01:00
|
|
|
"ecmaVersion": 2020,
|
|
|
|
"parser": "@typescript-eslint/parser"
|
2021-07-24 20:56:37 +02:00
|
|
|
},
|
2021-08-21 18:34:06 +02:00
|
|
|
"rules": {
|
|
|
|
"import/order": [
|
2021-08-22 20:16:04 +02:00
|
|
|
"error",
|
|
|
|
{
|
2021-08-21 18:34:06 +02:00
|
|
|
"newlines-between": "always",
|
2021-08-22 20:16:04 +02:00
|
|
|
"alphabetize": {
|
|
|
|
"order": "asc",
|
|
|
|
"caseInsensitive": true
|
|
|
|
}
|
2021-08-21 18:34:06 +02:00
|
|
|
}
|
2022-02-19 22:50:01 +01:00
|
|
|
],
|
|
|
|
"vue/multi-word-component-names": "off"
|
2021-08-21 18:34:06 +02:00
|
|
|
},
|
2021-07-24 20:56:37 +02:00
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"**/__tests__/*.{j,t}s?(x)",
|
|
|
|
"**/tests/unit/**/*.spec.{j,t}s?(x)"
|
|
|
|
],
|
|
|
|
"env": {
|
|
|
|
"mocha": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
2022-02-19 22:50:01 +01:00
|
|
|
"not dead",
|
|
|
|
"not ie 11"
|
2021-07-24 20:56:37 +02:00
|
|
|
]
|
|
|
|
}
|