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-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",
|
2020-12-10 14:52:35 +01:00
|
|
|
"cypress:open": "cypress open",
|
|
|
|
"test:unit": "jest",
|
|
|
|
"test:frontend": "cypress run"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-06 11:27:07 +02:00
|
|
|
"browserslist": "4.16.6",
|
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",
|
2020-04-07 21:00:58 +02:00
|
|
|
"copy-to-clipboard": "3.3.1",
|
2021-07-23 14:20:37 +02:00
|
|
|
"date-fns": "2.23.0",
|
2021-07-06 13:10:58 +02:00
|
|
|
"dompurify": "2.3.0",
|
2021-07-09 10:44:34 +02:00
|
|
|
"highlight.js": "11.1.0",
|
2021-07-28 22:13:00 +02:00
|
|
|
"is-touch-device": "1.0.1",
|
2021-02-21 15:22:13 +01:00
|
|
|
"lodash": "4.17.21",
|
2021-06-25 23:38:17 +02:00
|
|
|
"marked": "2.1.3",
|
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",
|
2020-04-05 17:16:03 +02:00
|
|
|
"verte": "0.0.12",
|
2021-06-07 12:27:53 +02:00
|
|
|
"vue": "2.6.14",
|
2021-06-08 22:28:18 +02:00
|
|
|
"vue-advanced-cropper": "1.7.0",
|
2021-05-09 12:15:16 +02:00
|
|
|
"vue-drag-resize": "1.5.4",
|
2021-03-30 21:23:19 +02:00
|
|
|
"vue-easymde": "1.4.0",
|
2021-07-17 19:35:20 +02:00
|
|
|
"vue-i18n": "8.25.0",
|
2020-07-26 07:27:48 +02:00
|
|
|
"vue-shortkey": "3.1.7",
|
2021-07-28 22:13:00 +02:00
|
|
|
"vuedraggable": "2.24.3",
|
2021-07-25 15:27:15 +02:00
|
|
|
"vuex": "3.6.2",
|
2021-07-25 22:38:40 +02:00
|
|
|
"workbox-precaching": "6.1.5"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-28 22:13:00 +02:00
|
|
|
"@4tw/cypress-drag-drop": "1.8.0",
|
2021-03-17 09:24:32 +01:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.35",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.15.3",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.15.3",
|
2020-12-17 21:48:45 +01:00
|
|
|
"@fortawesome/vue-fontawesome": "2.0.2",
|
2021-07-19 22:27:31 +02:00
|
|
|
"@types/jest": "26.0.24",
|
2021-07-26 21:06:24 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.28.5",
|
|
|
|
"@typescript-eslint/parser": "4.28.5",
|
2021-07-26 18:25:09 +02:00
|
|
|
"@vue/babel-preset-app": "4.5.13",
|
2021-07-19 22:27:31 +02:00
|
|
|
"@vue/eslint-config-typescript": "7.0.0",
|
2021-07-26 18:25:09 +02:00
|
|
|
"autoprefixer": "10.3.1",
|
2020-12-22 10:04:14 +01:00
|
|
|
"axios": "0.21.1",
|
2020-04-06 08:38:43 +02:00
|
|
|
"babel-eslint": "10.1.0",
|
2021-07-30 12:02:20 +02:00
|
|
|
"cypress": "8.1.0",
|
2021-06-21 10:40:48 +02:00
|
|
|
"cypress-file-upload": "5.0.8",
|
2021-07-29 19:13:56 +02:00
|
|
|
"esbuild": "0.12.17",
|
2021-07-18 10:23:11 +02:00
|
|
|
"eslint": "7.31.0",
|
2021-07-30 12:02:01 +02:00
|
|
|
"eslint-plugin-vue": "7.15.0",
|
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-06-28 20:28:01 +02:00
|
|
|
"jest": "27.0.6",
|
2021-07-25 22:38:40 +02:00
|
|
|
"rollup-plugin-terser": "7.0.2",
|
|
|
|
"rollup-plugin-visualizer": "5.5.2",
|
2021-07-25 15:27:15 +02:00
|
|
|
"sass": "1.36.0",
|
2021-07-21 16:28:26 +02:00
|
|
|
"ts-jest": "27.0.4",
|
2021-07-19 22:27:31 +02:00
|
|
|
"typescript": "4.3.5",
|
2021-07-27 16:07:28 +02:00
|
|
|
"vite": "2.4.4",
|
2021-07-26 22:26:53 +02:00
|
|
|
"vite-plugin-pwa": "0.8.2",
|
2021-07-25 22:39:56 +02:00
|
|
|
"vite-plugin-vue2": "1.7.3",
|
2021-07-06 10:16:26 +02:00
|
|
|
"vue-flatpickr-component": "8.1.7",
|
2020-04-05 17:16:03 +02:00
|
|
|
"vue-notification": "1.3.20",
|
2021-06-21 18:10:15 +02:00
|
|
|
"vue-router": "3.5.2",
|
2021-06-07 12:27:53 +02:00
|
|
|
"vue-template-compiler": "2.6.14",
|
2021-07-25 15:27:15 +02:00
|
|
|
"wait-on": "6.0.0",
|
2021-07-25 16:09:48 +02:00
|
|
|
"workbox-cli": "6.1.5"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/essential",
|
2021-07-19 20:20:49 +02:00
|
|
|
"eslint:recommended",
|
|
|
|
"@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"
|
|
|
|
]
|
|
|
|
},
|
2018-08-28 22:50:22 +02:00
|
|
|
"parserOptions": {
|
2021-07-19 20:20:49 +02:00
|
|
|
"parser": "@typescript-eslint/parser"
|
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": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
2021-07-25 12:45:05 +02:00
|
|
|
"not ie > 0",
|
|
|
|
"not dead",
|
|
|
|
"Firefox ESR"
|
2019-10-16 20:25:10 +02:00
|
|
|
],
|
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"
|
|
|
|
}
|