2dd12f5dae
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/627 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
144 lines
3.4 KiB
JSON
144 lines
3.4 KiB
JSON
{
|
|
"name": "vikunja-frontend",
|
|
"version": "0.10.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"serve:dist-dev": "node scripts/serve-dist.js",
|
|
"serve:dist": "vite preview",
|
|
"build": "vite build && workbox copyLibraries dist/",
|
|
"build:dev": "vite build -m development --outDir dist-dev/",
|
|
"lint": "eslint --ignore-pattern '*.test.*' ./src --ext .vue,.js,.ts",
|
|
"cypress:open": "cypress open",
|
|
"test:unit": "jest",
|
|
"test:frontend": "cypress run"
|
|
},
|
|
"dependencies": {
|
|
"browserslist": "4.16.6",
|
|
"bulma": "0.9.3",
|
|
"camel-case": "4.1.2",
|
|
"copy-to-clipboard": "3.3.1",
|
|
"date-fns": "2.23.0",
|
|
"dompurify": "2.3.0",
|
|
"highlight.js": "11.1.0",
|
|
"is-touch-device": "1.0.1",
|
|
"lodash": "4.17.21",
|
|
"marked": "2.1.3",
|
|
"register-service-worker": "1.7.2",
|
|
"snake-case": "3.0.4",
|
|
"verte": "0.0.12",
|
|
"vue": "2.6.14",
|
|
"vue-advanced-cropper": "1.7.0",
|
|
"vue-drag-resize": "1.5.4",
|
|
"vue-easymde": "1.4.0",
|
|
"vue-i18n": "8.25.0",
|
|
"vue-shortkey": "3.1.7",
|
|
"vuedraggable": "2.24.3",
|
|
"vuex": "3.6.2",
|
|
"workbox-precaching": "6.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@4tw/cypress-drag-drop": "1.8.0",
|
|
"@fortawesome/fontawesome-svg-core": "1.2.35",
|
|
"@fortawesome/free-regular-svg-icons": "5.15.3",
|
|
"@fortawesome/free-solid-svg-icons": "5.15.3",
|
|
"@fortawesome/vue-fontawesome": "2.0.2",
|
|
"@types/jest": "26.0.24",
|
|
"@typescript-eslint/eslint-plugin": "4.28.5",
|
|
"@typescript-eslint/parser": "4.28.5",
|
|
"@vue/babel-preset-app": "4.5.13",
|
|
"@vue/eslint-config-typescript": "7.0.0",
|
|
"autoprefixer": "10.3.1",
|
|
"axios": "0.21.1",
|
|
"babel-eslint": "10.1.0",
|
|
"cypress": "8.1.0",
|
|
"cypress-file-upload": "5.0.8",
|
|
"esbuild": "0.12.17",
|
|
"eslint": "7.32.0",
|
|
"eslint-plugin-vue": "7.15.0",
|
|
"express": "4.17.1",
|
|
"faker": "5.5.3",
|
|
"jest": "27.0.6",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"rollup-plugin-visualizer": "5.5.2",
|
|
"sass": "1.36.0",
|
|
"ts-jest": "27.0.4",
|
|
"typescript": "4.3.5",
|
|
"vite": "2.4.4",
|
|
"vite-plugin-pwa": "0.8.2",
|
|
"vite-plugin-vue2": "1.7.3",
|
|
"vue-flatpickr-component": "8.1.7",
|
|
"vue-notification": "1.3.20",
|
|
"vue-router": "3.5.2",
|
|
"vue-template-compiler": "2.6.14",
|
|
"wait-on": "6.0.0",
|
|
"workbox-cli": "6.1.5"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended",
|
|
"@vue/typescript"
|
|
],
|
|
"rules": {
|
|
"vue/html-quotes": [
|
|
"error",
|
|
"double"
|
|
],
|
|
"quotes": [
|
|
"error",
|
|
"single"
|
|
],
|
|
"comma-dangle": [
|
|
"error",
|
|
"always-multiline"
|
|
],
|
|
"semi": [
|
|
"error",
|
|
"never"
|
|
]
|
|
},
|
|
"parserOptions": {
|
|
"parser": "@typescript-eslint/parser"
|
|
},
|
|
"ignorePatterns": [
|
|
"*.test.*",
|
|
"cypress/*"
|
|
]
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie > 0",
|
|
"not dead",
|
|
"Firefox ESR"
|
|
],
|
|
"jest": {
|
|
"testPathIgnorePatterns": [
|
|
"cypress"
|
|
],
|
|
"testEnvironment": "jsdom",
|
|
"preset": "ts-jest",
|
|
"roots": [
|
|
"<rootDir>/src"
|
|
],
|
|
"transform": {
|
|
"^.+\\.(js|tsx?)$": "ts-jest"
|
|
},
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"js",
|
|
"json"
|
|
]
|
|
},
|
|
"license": "AGPL-3.0-or-later"
|
|
}
|