2018-08-28 22:50:22 +02:00
|
|
|
{
|
|
|
|
"name": "vikunja-frontend",
|
2019-12-15 20:42:40 +00:00
|
|
|
"version": "0.10.0",
|
2018-08-28 22:50:22 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-07-25 13:27:15 +00:00
|
|
|
"serve": "vite",
|
|
|
|
"serve:dist-dev": "node scripts/serve-dist.js",
|
2022-02-18 12:29:39 +01:00
|
|
|
"serve:dist": "vite preview --port 4173",
|
2021-07-26 20:26:53 +00:00
|
|
|
"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 13:27:15 +00:00
|
|
|
"build:dev": "vite build -m development --outDir dist-dev/",
|
2022-01-06 10:37:51 +00: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 13:52:35 +00:00
|
|
|
"cypress:open": "cypress open",
|
2022-01-01 14:24:06 +01:00
|
|
|
"test:unit": "vitest run",
|
2022-01-09 10:17:01 +00: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": {
|
2022-02-01 06:55:24 +00:00
|
|
|
"@github/hotkey": "2.0.0",
|
2021-10-16 18:25:00 +02:00
|
|
|
"@kyvg/vue3-notification": "2.3.4",
|
2022-06-08 18:45:36 +00:00
|
|
|
"@sentry/tracing": "7.1.1",
|
|
|
|
"@sentry/vue": "7.1.1",
|
2022-01-05 16:45:48 +00:00
|
|
|
"@types/is-touch-device": "1.0.0",
|
2022-05-08 22:16:16 +00:00
|
|
|
"@types/sortablejs": "1.13.0",
|
2022-06-01 17:02:55 +00:00
|
|
|
"@vueuse/core": "8.6.0",
|
|
|
|
"@vueuse/router": "8.6.0",
|
2022-04-02 18:00:18 +00:00
|
|
|
"blurhash": "1.1.5",
|
2021-11-23 09:20:40 +00:00
|
|
|
"bulma-css-variables": "0.9.33",
|
2020-12-02 07:05:10 +00:00
|
|
|
"camel-case": "4.1.2",
|
2021-12-28 17:30:07 +00:00
|
|
|
"date-fns": "2.28.0",
|
2022-05-14 14:32:57 +00:00
|
|
|
"dompurify": "2.3.8",
|
2022-01-15 21:02:23 +00:00
|
|
|
"easymde": "2.16.1",
|
2022-04-20 11:36:37 +00:00
|
|
|
"flatpickr": "4.6.13",
|
2021-11-14 21:45:03 +00:00
|
|
|
"flexsearch": "0.7.21",
|
2022-04-11 02:06:57 +00:00
|
|
|
"highlight.js": "11.5.1",
|
2021-07-28 20:13:00 +00:00
|
|
|
"is-touch-device": "1.0.1",
|
2021-10-18 06:12:47 +00:00
|
|
|
"lodash.clonedeep": "4.5.0",
|
|
|
|
"lodash.debounce": "4.0.8",
|
2022-05-18 17:53:35 +00:00
|
|
|
"marked": "4.0.16",
|
2022-04-05 22:55:50 +02:00
|
|
|
"minimist": "1.2.6",
|
2020-12-10 15:36:38 +00:00
|
|
|
"register-service-worker": "1.7.2",
|
2020-12-02 12:41:52 +00:00
|
|
|
"snake-case": "3.0.4",
|
2022-05-06 16:35:08 +00:00
|
|
|
"ufo": "0.8.4",
|
2022-01-12 16:39:43 +00:00
|
|
|
"v-tooltip": "4.0.0-beta.17",
|
2022-06-07 18:11:13 +00:00
|
|
|
"vue": "3.2.37",
|
2022-02-17 15:02:59 +00:00
|
|
|
"vue-advanced-cropper": "2.8.1",
|
2021-10-18 06:12:47 +00:00
|
|
|
"vue-drag-resize": "2.0.3",
|
2022-04-13 05:07:06 +00:00
|
|
|
"vue-flatpickr-component": "9.0.6",
|
2022-06-07 18:10:09 +00:00
|
|
|
"vue-i18n": "9.2.0-beta.36",
|
2022-06-09 22:35:30 +00:00
|
|
|
"vue-router": "4.0.16",
|
2021-08-20 15:32:53 +02:00
|
|
|
"vuex": "4.0.2",
|
2022-05-22 19:53:21 +02:00
|
|
|
"workbox-precaching": "6.5.3",
|
|
|
|
"zhyswan-vuedraggable": "4.1.3"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-24 16:33:11 +00:00
|
|
|
"@4tw/cypress-drag-drop": "2.1.0",
|
2022-05-02 20:11:43 +00:00
|
|
|
"@faker-js/faker": "6.3.1",
|
2022-03-22 18:37:34 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "6.1.1",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "6.1.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.1.1",
|
2022-06-08 05:10:23 +00:00
|
|
|
"@fortawesome/vue-fontawesome": "3.0.0",
|
2022-03-17 12:21:30 +00:00
|
|
|
"@types/flexsearch": "0.7.3",
|
2022-06-07 18:11:39 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.27.1",
|
|
|
|
"@typescript-eslint/parser": "5.27.1",
|
2022-05-02 15:54:36 +00:00
|
|
|
"@vitejs/plugin-legacy": "1.8.2",
|
2022-05-14 14:33:59 +00:00
|
|
|
"@vitejs/plugin-vue": "2.3.3",
|
2021-12-26 17:45:55 +00:00
|
|
|
"@vue/eslint-config-typescript": "10.0.0",
|
2022-05-02 16:38:47 +00:00
|
|
|
"autoprefixer": "10.4.7",
|
2022-04-27 15:24:33 +00:00
|
|
|
"axios": "0.27.2",
|
2022-06-07 18:09:25 +00:00
|
|
|
"browserslist": "4.20.4",
|
2022-06-13 04:55:26 +00:00
|
|
|
"caniuse-lite": "1.0.30001352",
|
2022-06-11 11:37:21 +00:00
|
|
|
"cypress": "10.1.0",
|
2022-06-08 05:08:22 +00:00
|
|
|
"esbuild": "0.14.43",
|
2022-06-07 18:08:53 +00:00
|
|
|
"eslint": "8.17.0",
|
2022-06-11 11:36:15 +00:00
|
|
|
"eslint-plugin-vue": "9.1.1",
|
2022-05-02 05:25:12 +00:00
|
|
|
"express": "4.18.1",
|
2022-06-08 21:32:09 +00:00
|
|
|
"happy-dom": "5.2.0",
|
2022-05-16 07:17:26 +00:00
|
|
|
"netlify-cli": "10.3.1",
|
2022-05-18 17:52:38 +00:00
|
|
|
"postcss": "8.4.14",
|
2022-06-07 18:06:35 +00:00
|
|
|
"postcss-preset-env": "7.7.1",
|
2022-06-07 19:33:24 +00:00
|
|
|
"rollup": "2.75.6",
|
2022-02-25 11:43:34 +00:00
|
|
|
"rollup-plugin-visualizer": "5.6.0",
|
2022-06-11 11:35:37 +00:00
|
|
|
"sass": "1.52.3",
|
2022-06-07 19:35:27 +00:00
|
|
|
"typescript": "4.7.3",
|
2022-06-11 11:38:07 +00:00
|
|
|
"vite": "2.9.12",
|
2022-04-20 11:33:31 +00:00
|
|
|
"vite-plugin-pwa": "0.12.0",
|
2022-04-25 16:21:53 +00:00
|
|
|
"vite-svg-loader": "3.3.0",
|
2022-06-11 11:33:46 +00:00
|
|
|
"vitest": "0.14.2",
|
2022-06-13 04:56:15 +00:00
|
|
|
"vue-tsc": "0.37.5",
|
2022-02-11 07:32:28 +00:00
|
|
|
"wait-on": "6.0.1",
|
2022-04-18 17:33:01 +00:00
|
|
|
"workbox-cli": "6.5.3"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
2021-09-25 15:56:06 +00:00
|
|
|
"browser": true,
|
|
|
|
"es2021": true,
|
2021-11-30 20:20:40 +00:00
|
|
|
"node": true,
|
|
|
|
"vue/setup-compiler-macros": true
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"extends": [
|
2021-07-19 18:20:49 +00:00
|
|
|
"eslint:recommended",
|
2021-08-19 20:09:45 +02:00
|
|
|
"plugin:vue/vue3-essential",
|
2021-07-19 18:20:49 +00:00
|
|
|
"@vue/typescript"
|
2018-08-28 22:50:22 +02:00
|
|
|
],
|
2021-07-17 21:21:46 +00:00
|
|
|
"rules": {
|
|
|
|
"vue/html-quotes": [
|
|
|
|
"error",
|
|
|
|
"double"
|
|
|
|
],
|
|
|
|
"quotes": [
|
|
|
|
"error",
|
|
|
|
"single"
|
|
|
|
],
|
|
|
|
"comma-dangle": [
|
|
|
|
"error",
|
|
|
|
"always-multiline"
|
|
|
|
],
|
|
|
|
"semi": [
|
|
|
|
"error",
|
|
|
|
"never"
|
2021-11-03 17:11:31 +00:00
|
|
|
],
|
2021-11-30 20:20:40 +00:00
|
|
|
"vue/script-setup-uses-vars": "error",
|
2021-11-03 17:11:31 +00:00
|
|
|
"vue/multi-word-component-names": 0
|
2021-07-17 21:21:46 +00:00
|
|
|
},
|
2021-09-25 15:56:06 +00:00
|
|
|
"parser": "vue-eslint-parser",
|
2018-08-28 22:50:22 +02:00
|
|
|
"parserOptions": {
|
2021-09-25 15:56:06 +00:00
|
|
|
"parser": "@typescript-eslint/parser",
|
2022-01-30 16:35:03 +01:00
|
|
|
"ecmaVersion": 2022
|
2020-12-10 13:52:35 +00:00
|
|
|
},
|
|
|
|
"ignorePatterns": [
|
2021-07-26 16:59:59 +02:00
|
|
|
"*.test.*",
|
2020-12-10 13:52:35 +00:00
|
|
|
"cypress/*"
|
2021-11-28 14:18:27 +00:00
|
|
|
],
|
|
|
|
"globals": {
|
|
|
|
"defineProps": "readonly"
|
|
|
|
}
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
},
|
2021-11-27 19:36:57 +00:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2022-06-08 05:08:59 +00:00
|
|
|
"packageManager": "yarn@1.22.19"
|
2021-07-19 18:20:49 +00:00
|
|
|
}
|