910d3e87a2
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/608 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
149 lines
3.6 KiB
JSON
149 lines
3.6 KiB
JSON
{
|
|
"name": "vikunja-frontend",
|
|
"version": "0.10.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"serve:dist-dev": "node scripts/serve-dist.js",
|
|
"build": "vite build && rollup -c ./rollup.sw.js && workbox copyLibraries dist/",
|
|
"build:dev": "vite build -m development --outDir dist-dev/",
|
|
"lint": "vue-cli-service lint --ignore-pattern '*.test.*'",
|
|
"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",
|
|
"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",
|
|
"vue-smooth-dnd": "0.8.1",
|
|
"vuex": "3.6.2",
|
|
"workbox-precaching": "6.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"@rollup/plugin-babel": "5.3.0",
|
|
"@rollup/plugin-commonjs": "19.0.1",
|
|
"@rollup/plugin-node-resolve": "13.0.4",
|
|
"@rollup/plugin-replace": "3.0.0",
|
|
"@types/jest": "26.0.24",
|
|
"@typescript-eslint/eslint-plugin": "4.28.4",
|
|
"@typescript-eslint/parser": "4.28.4",
|
|
"@vue/cli": "4.5.13",
|
|
"@vue/cli-plugin-babel": "4.5.13",
|
|
"@vue/cli-plugin-eslint": "4.5.13",
|
|
"@vue/cli-plugin-pwa": "4.5.13",
|
|
"@vue/cli-plugin-typescript": "4.5.13",
|
|
"@vue/cli-service": "4.5.13",
|
|
"@vue/eslint-config-typescript": "7.0.0",
|
|
"axios": "0.21.1",
|
|
"babel-eslint": "10.1.0",
|
|
"cypress": "8.0.0",
|
|
"cypress-file-upload": "5.0.8",
|
|
"esbuild": "0.8.51",
|
|
"eslint": "7.31.0",
|
|
"eslint-plugin-vue": "7.14.0",
|
|
"faker": "5.5.3",
|
|
"jest": "27.0.6",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"rollup-plugin-visualizer": "5.5.2",
|
|
"sass": "1.36.0",
|
|
"sass-loader": "10.2.0",
|
|
"ts-jest": "27.0.4",
|
|
"typescript": "4.3.5",
|
|
"vite": "2.0.2",
|
|
"vite-plugin-pwa": "0.5.6",
|
|
"vite-plugin-vue2": "1.2.1",
|
|
"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.js",
|
|
"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"
|
|
}
|