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",
|
2021-07-26 20:26:53 +00:00
|
|
|
"serve:dist": "vite preview",
|
|
|
|
"build": "vite build && workbox copyLibraries dist/",
|
2021-07-25 13:27:15 +00: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 13:52:35 +00:00
|
|
|
"cypress:open": "cypress open",
|
|
|
|
"test:unit": "jest",
|
|
|
|
"test:frontend": "cypress run"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-09-05 12:40:41 +00:00
|
|
|
"browserslist": "4.17.0",
|
2021-06-18 22:09:00 +00:00
|
|
|
"bulma": "0.9.3",
|
2020-12-02 07:05:10 +00:00
|
|
|
"camel-case": "4.1.2",
|
2020-04-07 19:00:58 +00:00
|
|
|
"copy-to-clipboard": "3.3.1",
|
2021-07-23 12:20:37 +00:00
|
|
|
"date-fns": "2.23.0",
|
2021-08-13 19:12:14 +00:00
|
|
|
"dompurify": "2.3.1",
|
2021-08-02 07:19:38 +00:00
|
|
|
"highlight.js": "11.2.0",
|
2021-07-28 20:13:00 +00:00
|
|
|
"is-touch-device": "1.0.1",
|
2021-02-21 14:22:13 +00:00
|
|
|
"lodash": "4.17.21",
|
2021-09-08 21:19:21 +00:00
|
|
|
"marked": "3.0.3",
|
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",
|
2020-04-05 15:16:03 +00:00
|
|
|
"verte": "0.0.12",
|
2021-06-07 10:27:53 +00:00
|
|
|
"vue": "2.6.14",
|
2021-08-09 10:33:59 +00:00
|
|
|
"vue-advanced-cropper": "1.8.2",
|
2021-05-09 10:15:16 +00:00
|
|
|
"vue-drag-resize": "1.5.4",
|
2021-03-30 19:23:19 +00:00
|
|
|
"vue-easymde": "1.4.0",
|
2021-07-17 17:35:20 +00:00
|
|
|
"vue-i18n": "8.25.0",
|
2020-07-26 05:27:48 +00:00
|
|
|
"vue-shortkey": "3.1.7",
|
2021-07-28 20:13:00 +00:00
|
|
|
"vuedraggable": "2.24.3",
|
2021-07-25 13:27:15 +00:00
|
|
|
"vuex": "3.6.2",
|
2021-09-10 12:49:50 +00:00
|
|
|
"workbox-precaching": "6.3.0"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-08 14:27:47 +00:00
|
|
|
"@4tw/cypress-drag-drop": "2.0.0",
|
2021-08-04 20:07:20 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.36",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.15.4",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.15.4",
|
2020-12-17 20:48:45 +00:00
|
|
|
"@fortawesome/vue-fontawesome": "2.0.2",
|
2021-08-12 21:19:13 +00:00
|
|
|
"@types/jest": "27.0.1",
|
2021-09-06 19:02:48 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.31.0",
|
|
|
|
"@typescript-eslint/parser": "4.31.0",
|
2021-07-26 16:25:09 +00:00
|
|
|
"@vue/babel-preset-app": "4.5.13",
|
2021-07-19 20:27:31 +00:00
|
|
|
"@vue/eslint-config-typescript": "7.0.0",
|
2021-09-03 05:11:07 +00:00
|
|
|
"autoprefixer": "10.3.4",
|
2021-09-06 16:53:46 +00:00
|
|
|
"axios": "0.21.4",
|
2020-04-06 06:38:43 +00:00
|
|
|
"babel-eslint": "10.1.0",
|
2021-08-28 16:22:30 +00:00
|
|
|
"cypress": "8.3.1",
|
2021-06-21 08:40:48 +00:00
|
|
|
"cypress-file-upload": "5.0.8",
|
2021-09-09 16:17:12 +00:00
|
|
|
"esbuild": "0.12.26",
|
2021-07-31 05:53:08 +00:00
|
|
|
"eslint": "7.32.0",
|
2021-08-27 05:48:39 +00:00
|
|
|
"eslint-plugin-vue": "7.17.0",
|
2021-07-26 16:25:09 +00:00
|
|
|
"express": "4.17.1",
|
2021-04-09 10:50:21 +00:00
|
|
|
"faker": "5.5.3",
|
2021-09-08 14:27:24 +00:00
|
|
|
"jest": "27.1.1",
|
2021-07-25 20:38:40 +00:00
|
|
|
"rollup-plugin-terser": "7.0.2",
|
|
|
|
"rollup-plugin-visualizer": "5.5.2",
|
2021-09-10 11:13:54 +00:00
|
|
|
"sass": "1.39.2",
|
2021-08-17 13:21:47 +00:00
|
|
|
"ts-jest": "27.0.5",
|
2021-08-26 22:12:44 +00:00
|
|
|
"typescript": "4.4.2",
|
2021-09-08 20:31:09 +00:00
|
|
|
"vite": "2.5.6",
|
2021-08-24 21:21:33 +00:00
|
|
|
"vite-plugin-pwa": "0.11.2",
|
2021-09-07 16:17:41 +00:00
|
|
|
"vite-plugin-vue2": "1.8.2",
|
2021-07-06 08:16:26 +00:00
|
|
|
"vue-flatpickr-component": "8.1.7",
|
2020-04-05 15:16:03 +00:00
|
|
|
"vue-notification": "1.3.20",
|
2021-06-21 16:10:15 +00:00
|
|
|
"vue-router": "3.5.2",
|
2021-06-07 10:27:53 +00:00
|
|
|
"vue-template-compiler": "2.6.14",
|
2021-07-25 13:27:15 +00:00
|
|
|
"wait-on": "6.0.0",
|
2021-09-10 12:49:50 +00:00
|
|
|
"workbox-cli": "6.3.0"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/essential",
|
2021-07-19 18:20:49 +00:00
|
|
|
"eslint:recommended",
|
|
|
|
"@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"
|
|
|
|
]
|
|
|
|
},
|
2018-08-28 22:50:22 +02:00
|
|
|
"parserOptions": {
|
2021-07-19 18:20:49 +00:00
|
|
|
"parser": "@typescript-eslint/parser"
|
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/*"
|
|
|
|
]
|
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 18:25:10 +00:00
|
|
|
],
|
2020-12-10 13:52:35 +00:00
|
|
|
"jest": {
|
2021-01-06 22:36:31 +00:00
|
|
|
"testPathIgnorePatterns": [
|
|
|
|
"cypress"
|
2021-07-06 22:22:57 +02:00
|
|
|
],
|
2021-07-19 18:20:49 +00:00
|
|
|
"testEnvironment": "jsdom",
|
|
|
|
"preset": "ts-jest",
|
|
|
|
"roots": [
|
|
|
|
"<rootDir>/src"
|
|
|
|
],
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.(js|tsx?)$": "ts-jest"
|
|
|
|
},
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"js",
|
|
|
|
"json"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"license": "AGPL-3.0-or-later"
|
|
|
|
}
|