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",
|
2022-01-23 16:57:20 +01:00
|
|
|
"@vue/compat": "3.2.29",
|
2022-01-21 14:00:05 +01:00
|
|
|
"@vueuse/core": "7.5.4",
|
2022-01-21 12:33:51 +01:00
|
|
|
"@vueuse/router": "7.5.4",
|
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",
|
2022-01-20 14:33:38 +01:00
|
|
|
"codemirror": "5.65.1",
|
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",
|
2022-01-15 22:02:23 +01:00
|
|
|
"easymde": "2.16.1",
|
2021-10-18 08:12:47 +02:00
|
|
|
"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-13 04:02:58 +01:00
|
|
|
"marked": "4.0.10",
|
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-12 17:39:43 +01:00
|
|
|
"v-tooltip": "4.0.0-beta.17",
|
2022-01-23 16:57:32 +01:00
|
|
|
"vue": "3.2.29",
|
2022-01-23 14:00:10 +01:00
|
|
|
"vue-advanced-cropper": "2.8.0",
|
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",
|
2022-01-13 11:03:07 +01:00
|
|
|
"vue-i18n": "9.2.0-beta.28",
|
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",
|
2022-01-20 08:54:39 +01:00
|
|
|
"@faker-js/faker": "6.0.0-alpha.3",
|
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-18 10:04:07 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.10.0",
|
|
|
|
"@typescript-eslint/parser": "5.10.0",
|
2021-12-07 13:06:02 +01:00
|
|
|
"@vitejs/plugin-legacy": "1.6.4",
|
2022-01-22 07:41:09 +01:00
|
|
|
"@vitejs/plugin-vue": "2.1.0",
|
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",
|
2022-01-18 10:02:28 +01:00
|
|
|
"axios": "0.25.0",
|
2021-12-14 20:31:17 +01:00
|
|
|
"browserslist": "4.19.1",
|
2022-01-21 09:34:41 +01:00
|
|
|
"caniuse-lite": "1.0.30001301",
|
2022-01-19 07:59:47 +01:00
|
|
|
"cypress": "9.3.1",
|
2021-06-21 10:40:48 +02:00
|
|
|
"cypress-file-upload": "5.0.8",
|
2022-01-23 12:34:08 +01:00
|
|
|
"esbuild": "0.14.13",
|
2022-01-16 11:49:36 +01:00
|
|
|
"eslint": "8.7.0",
|
2022-01-12 15:01:29 +01:00
|
|
|
"eslint-plugin-vue": "8.3.0",
|
2021-12-17 07:49:18 +01:00
|
|
|
"express": "4.17.2",
|
2022-01-14 16:08:51 +01:00
|
|
|
"netlify-cli": "8.8.2",
|
2022-01-21 08:12:22 +01:00
|
|
|
"happy-dom": "2.28.0",
|
2021-12-13 08:34:48 +01:00
|
|
|
"postcss": "8.4.5",
|
2022-01-12 17:39:59 +01:00
|
|
|
"postcss-preset-env": "7.2.3",
|
2022-01-23 12:34:17 +01:00
|
|
|
"rollup": "2.66.0",
|
2022-01-15 22:09:48 +01:00
|
|
|
"rollup-plugin-visualizer": "5.5.4",
|
2022-01-19 09:53:05 +01:00
|
|
|
"sass": "1.49.0",
|
2022-01-03 16:03:03 +01:00
|
|
|
"slugify": "1.6.5",
|
2022-01-20 20:35:54 +01:00
|
|
|
"typescript": "4.5.5",
|
2022-01-19 07:58:13 +01:00
|
|
|
"vite": "2.7.13",
|
2022-01-12 19:13:32 +01:00
|
|
|
"vite-plugin-pwa": "0.11.13",
|
2022-01-11 14:14:31 +01:00
|
|
|
"vite-svg-loader": "3.1.2",
|
2022-01-23 14:00:01 +01:00
|
|
|
"vitest": "0.2.0",
|
2022-01-23 12:33:50 +01:00
|
|
|
"vue-tsc": "0.31.1",
|
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
|
|
|
}
|