2018-08-28 22:50:22 +02:00
|
|
|
{
|
|
|
|
"name": "vikunja-frontend",
|
2019-12-15 21:42:40 +01:00
|
|
|
"version": "0.10.0",
|
2018-08-28 22:50:22 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-07-25 15:27:15 +02:00
|
|
|
"serve": "vite",
|
|
|
|
"serve:dist-dev": "node scripts/serve-dist.js",
|
2021-07-26 22:26:53 +02:00
|
|
|
"serve:dist": "vite preview",
|
|
|
|
"build": "vite build && workbox copyLibraries dist/",
|
2021-10-07 13:59:10 +02:00
|
|
|
"build:modern-only": "BUILD_MODERN_ONLY=true vite build && workbox copyLibraries dist/",
|
2021-07-25 15:27:15 +02:00
|
|
|
"build:dev": "vite build -m development --outDir dist-dev/",
|
2022-01-06 11:37:51 +01:00
|
|
|
"typecheck": "vue-tsc --noEmit",
|
2021-07-26 16:59:59 +02:00
|
|
|
"lint": "eslint --ignore-pattern '*.test.*' ./src --ext .vue,.js,.ts",
|
2020-12-10 14:52:35 +01:00
|
|
|
"cypress:open": "cypress open",
|
2022-01-01 14:24:06 +01:00
|
|
|
"test:unit": "vitest run",
|
2022-01-09 11:17:01 +01:00
|
|
|
"test:unit-watch": "vitest watch",
|
2021-10-07 13:59:10 +02:00
|
|
|
"test:frontend": "cypress run",
|
|
|
|
"browserslist:update": "npx browserslist@latest --update-db"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-14 20:31:49 +01:00
|
|
|
"@github/hotkey": "1.6.1",
|
2021-10-16 18:25:00 +02:00
|
|
|
"@kyvg/vue3-notification": "2.3.4",
|
2021-12-11 21:21:01 +01:00
|
|
|
"@sentry/tracing": "6.16.1",
|
|
|
|
"@sentry/vue": "6.16.1",
|
2022-01-05 17:45:48 +01:00
|
|
|
"@types/is-touch-device": "1.0.0",
|
2021-12-12 11:02:11 +01:00
|
|
|
"@vue/compat": "3.2.26",
|
2022-01-05 09:02:46 +01:00
|
|
|
"@vueuse/core": "7.5.2",
|
2022-01-05 12:44:12 +01:00
|
|
|
"@vueuse/router": "7.5.3",
|
2021-11-23 10:20:40 +01:00
|
|
|
"bulma-css-variables": "0.9.33",
|
2020-12-02 08:05:10 +01:00
|
|
|
"camel-case": "4.1.2",
|
2021-12-20 12:02:53 +01:00
|
|
|
"codemirror": "5.65.0",
|
2020-04-07 21:00:58 +02:00
|
|
|
"copy-to-clipboard": "3.3.1",
|
2021-12-28 18:30:07 +01:00
|
|
|
"date-fns": "2.28.0",
|
2021-12-07 16:03:02 +01:00
|
|
|
"dompurify": "2.3.4",
|
2021-10-18 08:12:47 +02:00
|
|
|
"easymde": "2.15.0",
|
|
|
|
"flatpickr": "4.6.9",
|
2021-11-14 22:45:03 +01:00
|
|
|
"flexsearch": "0.7.21",
|
2022-01-06 16:23:08 +01:00
|
|
|
"highlight.js": "11.4.0",
|
2021-07-28 22:13:00 +02:00
|
|
|
"is-touch-device": "1.0.1",
|
2021-10-18 08:12:47 +02:00
|
|
|
"lodash.clonedeep": "4.5.0",
|
|
|
|
"lodash.debounce": "4.0.8",
|
2022-01-06 17:26:02 +01:00
|
|
|
"marked": "4.0.9",
|
2020-12-10 16:36:38 +01:00
|
|
|
"register-service-worker": "1.7.2",
|
2020-12-02 13:41:52 +01:00
|
|
|
"snake-case": "3.0.4",
|
2021-09-23 20:23:23 +02:00
|
|
|
"ufo": "0.7.9",
|
2022-01-10 14:07:52 +01:00
|
|
|
"v-tooltip": "4.0.0-beta.14",
|
2021-12-12 11:02:11 +01:00
|
|
|
"vue": "3.2.26",
|
2022-01-05 18:03:11 +01:00
|
|
|
"vue-advanced-cropper": "2.7.1",
|
2021-10-18 08:12:47 +02:00
|
|
|
"vue-drag-resize": "2.0.3",
|
2021-08-20 15:46:41 +02:00
|
|
|
"vue-flatpickr-component": "9.0.5",
|
2021-12-30 00:13:35 +01:00
|
|
|
"vue-i18n": "9.2.0-beta.26",
|
2021-10-16 18:25:00 +02:00
|
|
|
"vue-router": "4.0.12",
|
2021-10-18 07:50:58 +02:00
|
|
|
"vuedraggable": "4.1.0",
|
2021-08-20 15:32:53 +02:00
|
|
|
"vuex": "4.0.2",
|
2021-12-04 15:47:52 +01:00
|
|
|
"workbox-precaching": "6.4.2"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-24 17:33:11 +01:00
|
|
|
"@4tw/cypress-drag-drop": "2.1.0",
|
2021-08-04 22:07:20 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.36",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.15.4",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.15.4",
|
2021-10-19 18:31:20 +02:00
|
|
|
"@fortawesome/vue-fontawesome": "3.0.0-5",
|
2021-11-14 22:45:03 +01:00
|
|
|
"@types/flexsearch": "0.7.2",
|
2022-01-03 20:04:33 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.9.0",
|
|
|
|
"@typescript-eslint/parser": "5.9.0",
|
2021-12-07 13:06:02 +01:00
|
|
|
"@vitejs/plugin-legacy": "1.6.4",
|
2021-12-14 20:31:30 +01:00
|
|
|
"@vitejs/plugin-vue": "2.0.1",
|
2021-12-26 18:45:55 +01:00
|
|
|
"@vue/eslint-config-typescript": "10.0.0",
|
2022-01-07 17:20:45 +01:00
|
|
|
"autoprefixer": "10.4.2",
|
2021-10-25 20:15:40 +02:00
|
|
|
"axios": "0.24.0",
|
2021-12-14 20:31:17 +01:00
|
|
|
"browserslist": "4.19.1",
|
2022-01-08 11:54:58 +01:00
|
|
|
"caniuse-lite": "1.0.30001298",
|
2021-12-22 11:11:15 +01:00
|
|
|
"cypress": "9.2.0",
|
2021-06-21 10:40:48 +02:00
|
|
|
"cypress-file-upload": "5.0.8",
|
2022-01-09 09:01:25 +01:00
|
|
|
"esbuild": "0.14.11",
|
2022-01-01 14:03:07 +01:00
|
|
|
"eslint": "8.6.0",
|
2021-12-06 07:35:53 +01:00
|
|
|
"eslint-plugin-vue": "8.2.0",
|
2021-12-17 07:49:18 +01:00
|
|
|
"express": "4.17.2",
|
2021-04-09 12:50:21 +02:00
|
|
|
"faker": "5.5.3",
|
2022-01-10 14:22:00 +01:00
|
|
|
"netlify-cli": "8.6.17",
|
2022-01-04 19:03:16 +01:00
|
|
|
"happy-dom": "2.25.1",
|
2021-12-13 08:34:48 +01:00
|
|
|
"postcss": "8.4.5",
|
2022-01-02 18:02:48 +01:00
|
|
|
"postcss-preset-env": "7.2.0",
|
2022-01-04 09:03:11 +01:00
|
|
|
"rollup": "2.63.0",
|
2021-07-25 22:38:40 +02:00
|
|
|
"rollup-plugin-visualizer": "5.5.2",
|
2022-01-08 12:03:51 +01:00
|
|
|
"sass": "1.47.0",
|
2022-01-03 16:03:03 +01:00
|
|
|
"slugify": "1.6.5",
|
2021-12-14 08:42:41 +01:00
|
|
|
"typescript": "4.5.4",
|
2021-12-30 09:52:41 +01:00
|
|
|
"vite": "2.7.10",
|
2021-12-15 23:30:04 +01:00
|
|
|
"vite-plugin-pwa": "0.11.12",
|
2021-12-09 10:02:52 +01:00
|
|
|
"vite-svg-loader": "3.1.1",
|
2022-01-07 17:21:11 +01:00
|
|
|
"vitest": "0.0.139",
|
2022-01-04 06:03:24 +01:00
|
|
|
"vue-tsc": "0.30.2",
|
2021-07-25 15:27:15 +02:00
|
|
|
"wait-on": "6.0.0",
|
2021-12-04 15:47:52 +01:00
|
|
|
"workbox-cli": "6.4.2"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
2021-09-25 17:56:06 +02:00
|
|
|
"browser": true,
|
|
|
|
"es2021": true,
|
2021-11-30 21:20:40 +01:00
|
|
|
"node": true,
|
|
|
|
"vue/setup-compiler-macros": true
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"extends": [
|
2021-07-19 20:20:49 +02:00
|
|
|
"eslint:recommended",
|
2021-08-19 20:09:45 +02:00
|
|
|
"plugin:vue/vue3-essential",
|
2021-07-19 20:20:49 +02:00
|
|
|
"@vue/typescript"
|
2018-08-28 22:50:22 +02:00
|
|
|
],
|
2021-07-17 23:21:46 +02:00
|
|
|
"rules": {
|
|
|
|
"vue/html-quotes": [
|
|
|
|
"error",
|
|
|
|
"double"
|
|
|
|
],
|
|
|
|
"quotes": [
|
|
|
|
"error",
|
|
|
|
"single"
|
|
|
|
],
|
|
|
|
"comma-dangle": [
|
|
|
|
"error",
|
|
|
|
"always-multiline"
|
|
|
|
],
|
|
|
|
"semi": [
|
|
|
|
"error",
|
|
|
|
"never"
|
2021-11-03 18:11:31 +01:00
|
|
|
],
|
2021-11-30 21:20:40 +01:00
|
|
|
"vue/script-setup-uses-vars": "error",
|
2021-11-03 18:11:31 +01:00
|
|
|
"vue/multi-word-component-names": 0
|
2021-07-17 23:21:46 +02:00
|
|
|
},
|
2021-09-25 17:56:06 +02:00
|
|
|
"parser": "vue-eslint-parser",
|
2018-08-28 22:50:22 +02:00
|
|
|
"parserOptions": {
|
2021-09-25 17:56:06 +02:00
|
|
|
"parser": "@typescript-eslint/parser",
|
|
|
|
"ecmaVersion": 2021
|
2020-12-10 14:52:35 +01:00
|
|
|
},
|
|
|
|
"ignorePatterns": [
|
2021-07-26 16:59:59 +02:00
|
|
|
"*.test.*",
|
2020-12-10 14:52:35 +01:00
|
|
|
"cypress/*"
|
2021-11-28 15:18:27 +01:00
|
|
|
],
|
|
|
|
"globals": {
|
|
|
|
"defineProps": "readonly"
|
|
|
|
}
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
},
|
2021-11-27 20:36:57 +01:00
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"packageManager": "yarn@1.22.17"
|
2021-07-19 20:20:49 +02:00
|
|
|
}
|