4140a54c4c
Update dependency dompurify to v2.2.1 Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/287 Co-Authored-By: renovate <renovatebot@kolaente.de> Co-Committed-By: renovate <renovatebot@kolaente.de>
78 lines
1.9 KiB
JSON
78 lines
1.9 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.1",
|
|
"camel-case": "4.1.1",
|
|
"copy-to-clipboard": "3.3.1",
|
|
"date-fns": "2.16.1",
|
|
"dompurify": "2.2.1",
|
|
"lodash": "4.17.20",
|
|
"marked": "1.2.2",
|
|
"register-service-worker": "1.7.1",
|
|
"snake-case": "3.0.3",
|
|
"v-tooltip": "2.0.3",
|
|
"verte": "0.0.12",
|
|
"vue": "2.6.12",
|
|
"vue-advanced-cropper": "0.17.7",
|
|
"vue-drag-resize": "1.4.2",
|
|
"vue-easymde": "1.3.0",
|
|
"vue-shortkey": "3.1.7",
|
|
"vue-smooth-dnd": "0.8.1",
|
|
"vuex": "3.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "1.2.32",
|
|
"@fortawesome/free-regular-svg-icons": "5.15.1",
|
|
"@fortawesome/free-solid-svg-icons": "5.15.1",
|
|
"@fortawesome/vue-fontawesome": "2.0.0",
|
|
"@vue/cli": "4.5.8",
|
|
"@vue/cli-plugin-babel": "4.5.8",
|
|
"@vue/cli-plugin-eslint": "4.5.8",
|
|
"@vue/cli-plugin-pwa": "4.5.8",
|
|
"@vue/cli-service": "4.5.8",
|
|
"axios": "0.21.0",
|
|
"babel-eslint": "10.1.0",
|
|
"core-js": "3.6.5",
|
|
"eslint": "7.12.1",
|
|
"eslint-plugin-vue": "7.1.0",
|
|
"node-sass": "5.0.0",
|
|
"sass-loader": "10.0.5",
|
|
"vue-flatpickr-component": "8.1.6",
|
|
"vue-multiselect": "2.1.6",
|
|
"vue-notification": "1.3.20",
|
|
"vue-router": "3.4.8",
|
|
"vue-template-compiler": "2.6.12"
|
|
},
|
|
"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"
|
|
}
|