be093e3779
Add the keyboard shortcuts button Add task keyboard shortcuts Add info Move keyboard shortcuts modal toggle to menu Add modal for shortcuts Add shortkeys for some task actions Add shortkey to toggle menu Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/193
77 lines
1.8 KiB
JSON
77 lines
1.8 KiB
JSON
{
|
|
"name": "vikunja-frontend",
|
|
"version": "0.10.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"bulma": "0.9.0",
|
|
"camel-case": "4.1.1",
|
|
"copy-to-clipboard": "3.3.1",
|
|
"date-fns": "2.15.0",
|
|
"dompurify": "2.0.12",
|
|
"lodash": "4.17.19",
|
|
"marked": "1.1.1",
|
|
"register-service-worker": "1.7.1",
|
|
"snake-case": "3.0.3",
|
|
"v-tooltip": "2.0.3",
|
|
"verte": "0.0.12",
|
|
"vue": "2.6.11",
|
|
"vue-drag-resize": "1.4.1",
|
|
"vue-easymde": "1.2.2",
|
|
"vue-shortkey": "^3.1.7",
|
|
"vue-smooth-dnd": "0.8.1",
|
|
"vuex": "3.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "1.2.30",
|
|
"@fortawesome/free-regular-svg-icons": "5.14.0",
|
|
"@fortawesome/free-solid-svg-icons": "5.14.0",
|
|
"@fortawesome/vue-fontawesome": "0.1.10",
|
|
"@vue/cli": "4.4.6",
|
|
"@vue/cli-plugin-babel": "4.4.6",
|
|
"@vue/cli-plugin-eslint": "4.4.6",
|
|
"@vue/cli-plugin-pwa": "4.4.6",
|
|
"@vue/cli-service": "4.4.6",
|
|
"axios": "0.19.2",
|
|
"babel-eslint": "10.1.0",
|
|
"core-js": "3.6.5",
|
|
"eslint": "7.5.0",
|
|
"eslint-plugin-vue": "6.2.2",
|
|
"node-sass": "4.14.1",
|
|
"sass-loader": "9.0.2",
|
|
"vue-flatpickr-component": "8.1.5",
|
|
"vue-multiselect": "2.1.6",
|
|
"vue-notification": "1.3.20",
|
|
"vue-router": "3.3.4",
|
|
"vue-template-compiler": "2.6.11"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"rules": {},
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
}
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
],
|
|
"license": "LGPL-3.0-or-later"
|
|
}
|