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/",
|
2021-07-26 16:59:59 +02:00
|
|
|
"lint": "eslint --ignore-pattern '*.test.*' ./src --ext .vue,.js,.ts",
|
2021-11-04 22:28:10 +01:00
|
|
|
"lint:markup": "vue-tsc --noEmit",
|
2020-12-10 14:52:35 +01:00
|
|
|
"cypress:open": "cypress open",
|
|
|
|
"test:unit": "jest",
|
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-10-16 18:25:00 +02:00
|
|
|
"@kyvg/vue3-notification": "2.3.4",
|
2021-11-05 17:32:20 +01:00
|
|
|
"@sentry/tracing": "6.14.1",
|
|
|
|
"@sentry/vue": "6.14.1",
|
2021-11-02 13:52:39 +01:00
|
|
|
"@vue/compat": "3.2.21",
|
2021-06-19 00:09:00 +02:00
|
|
|
"bulma": "0.9.3",
|
2020-12-02 08:05:10 +01:00
|
|
|
"camel-case": "4.1.2",
|
2021-10-18 08:12:47 +02:00
|
|
|
"codemirror": "5.63.3",
|
2020-04-07 21:00:58 +02:00
|
|
|
"copy-to-clipboard": "3.3.1",
|
2021-10-16 09:27:52 +02:00
|
|
|
"date-fns": "2.25.0",
|
2021-09-21 18:23:50 +02:00
|
|
|
"dompurify": "2.3.3",
|
2021-10-18 08:12:47 +02:00
|
|
|
"easymde": "2.15.0",
|
|
|
|
"flatpickr": "4.6.9",
|
2021-10-18 07:51:25 +02:00
|
|
|
"highlight.js": "11.3.1",
|
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",
|
2021-11-02 18:39:56 +01:00
|
|
|
"marked": "4.0.0",
|
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",
|
2021-11-02 13:52:39 +01:00
|
|
|
"vue": "3.2.21",
|
2021-10-18 08:12:47 +02:00
|
|
|
"vue-advanced-cropper": "2.6.3",
|
|
|
|
"vue-drag-resize": "2.0.3",
|
2021-08-20 15:46:41 +02:00
|
|
|
"vue-flatpickr-component": "9.0.5",
|
2021-11-02 19:07:32 +01:00
|
|
|
"vue-i18n": "9.2.0-beta.17",
|
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-09-10 14:49:50 +02:00
|
|
|
"workbox-precaching": "6.3.0"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-08 16:27:47 +02:00
|
|
|
"@4tw/cypress-drag-drop": "2.0.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-09-21 21:04:58 +02:00
|
|
|
"@types/jest": "27.0.2",
|
2021-11-01 19:16:01 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.3.0",
|
|
|
|
"@typescript-eslint/parser": "5.3.0",
|
2021-10-15 23:50:08 +02:00
|
|
|
"@vitejs/plugin-legacy": "1.6.2",
|
2021-10-27 08:10:55 +02:00
|
|
|
"@vitejs/plugin-vue": "1.9.4",
|
2021-11-03 17:12:35 +01:00
|
|
|
"@vue/eslint-config-typescript": "9.0.1",
|
2021-10-28 13:57:45 +02:00
|
|
|
"autoprefixer": "10.4.0",
|
2021-10-25 20:15:40 +02:00
|
|
|
"axios": "0.24.0",
|
2021-11-02 19:07:16 +01:00
|
|
|
"browserslist": "4.17.6",
|
2021-10-26 08:01:26 +02:00
|
|
|
"cypress": "8.7.0",
|
2021-06-21 10:40:48 +02:00
|
|
|
"cypress-file-upload": "5.0.8",
|
2021-10-31 10:15:56 +01:00
|
|
|
"esbuild": "0.13.12",
|
2021-10-23 08:03:33 +02:00
|
|
|
"eslint": "8.1.0",
|
2021-11-03 18:11:31 +01:00
|
|
|
"eslint-plugin-vue": "8.0.3",
|
2021-07-26 18:25:09 +02:00
|
|
|
"express": "4.17.1",
|
2021-04-09 12:50:21 +02:00
|
|
|
"faker": "5.5.3",
|
2021-10-19 17:53:03 +02:00
|
|
|
"jest": "27.3.1",
|
2021-10-21 19:10:49 +02:00
|
|
|
"postcss": "8.3.11",
|
2021-11-01 09:43:27 +01:00
|
|
|
"rollup": "2.59.0",
|
2021-07-25 22:38:40 +02:00
|
|
|
"rollup-plugin-visualizer": "5.5.2",
|
2021-10-27 07:44:33 +02:00
|
|
|
"sass": "1.43.4",
|
2021-10-16 14:40:22 +02:00
|
|
|
"ts-jest": "27.0.7",
|
2021-10-16 12:33:44 +02:00
|
|
|
"typescript": "4.4.4",
|
2021-10-27 14:15:33 +02:00
|
|
|
"vite": "2.6.13",
|
2021-10-07 13:59:10 +02:00
|
|
|
"vite-plugin-pwa": "0.11.3",
|
2021-11-04 23:32:43 +01:00
|
|
|
"vue-tsc": "0.28.10",
|
2021-07-25 15:27:15 +02:00
|
|
|
"wait-on": "6.0.0",
|
2021-09-10 14:49:50 +02:00
|
|
|
"workbox-cli": "6.3.0"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
2021-09-25 17:56:06 +02:00
|
|
|
"browser": true,
|
|
|
|
"es2021": true,
|
2018-08-28 22:50:22 +02:00
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"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
|
|
|
],
|
|
|
|
"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/*"
|
|
|
|
]
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
},
|
2020-12-10 14:52:35 +01:00
|
|
|
"jest": {
|
2021-01-06 23:36:31 +01:00
|
|
|
"testPathIgnorePatterns": [
|
|
|
|
"cypress"
|
2021-07-06 22:22:57 +02:00
|
|
|
],
|
2021-07-19 20:20:49 +02:00
|
|
|
"testEnvironment": "jsdom",
|
|
|
|
"preset": "ts-jest",
|
|
|
|
"roots": [
|
|
|
|
"<rootDir>/src"
|
|
|
|
],
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.(js|tsx?)$": "ts-jest"
|
|
|
|
},
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"js",
|
|
|
|
"json"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"license": "AGPL-3.0-or-later"
|
|
|
|
}
|