2018-08-28 22:50:22 +02:00
|
|
|
{
|
|
|
|
"name": "vikunja-frontend",
|
2019-04-30 22:29:22 +02:00
|
|
|
"version": "0.8.0",
|
2018-08-28 22:50:22 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
"lint": "vue-cli-service lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-09-06 19:46:09 +02:00
|
|
|
"bulma": "^0.7.1",
|
2019-09-09 19:55:43 +02:00
|
|
|
"copy-to-clipboard": "^3.2.0",
|
2019-03-02 11:25:10 +01:00
|
|
|
"lodash": "^4.17.11",
|
2019-10-16 20:25:10 +02:00
|
|
|
"register-service-worker": "^1.6.2",
|
2018-12-25 16:03:51 +01:00
|
|
|
"v-tooltip": "^2.0.0-rc.33",
|
2019-06-20 11:36:34 +02:00
|
|
|
"verte": "^0.0.12",
|
2019-04-29 23:41:39 +02:00
|
|
|
"vue": "^2.5.17",
|
2019-11-24 14:16:24 +01:00
|
|
|
"vue-drag-resize": "^1.3.2",
|
|
|
|
"vue-easymde": "^1.0.1"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-06-20 11:36:34 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^5",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5",
|
2018-09-09 17:23:06 +02:00
|
|
|
"@fortawesome/vue-fontawesome": "^0.1.1",
|
2019-10-16 20:25:10 +02:00
|
|
|
"@vue/cli": "^4.0.1",
|
2018-08-28 22:50:22 +02:00
|
|
|
"@vue/cli-plugin-babel": "^3.0.1",
|
|
|
|
"@vue/cli-plugin-eslint": "^3.0.1",
|
2019-10-16 20:25:10 +02:00
|
|
|
"@vue/cli-plugin-pwa": "^4.0.0",
|
2019-07-12 11:11:48 +02:00
|
|
|
"@vue/cli-service": "^3.9.2",
|
2019-06-20 11:36:34 +02:00
|
|
|
"axios": "^0.19.0",
|
2018-09-09 19:51:33 +02:00
|
|
|
"bulmaswatch": "^0.7.1",
|
2018-09-09 17:23:06 +02:00
|
|
|
"i": "^0.3.6",
|
2018-09-06 19:56:44 +02:00
|
|
|
"node-sass": "^4.9.3",
|
2018-09-09 17:23:06 +02:00
|
|
|
"npm": "^6.4.1",
|
2018-09-06 19:56:44 +02:00
|
|
|
"sass-loader": "^7.1.0",
|
2019-06-20 11:36:34 +02:00
|
|
|
"vue-flatpickr-component": "^8.1.2",
|
2018-09-21 20:12:24 +02:00
|
|
|
"vue-multiselect": "^2.1.0",
|
2018-09-08 21:43:16 +02:00
|
|
|
"vue-notification": "^1.3.13",
|
2018-09-06 19:46:09 +02:00
|
|
|
"vue-router": "^3.0.1",
|
2018-08-28 22:50:22 +02:00
|
|
|
"vue-template-compiler": "^2.5.17"
|
|
|
|
},
|
|
|
|
"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"
|
2019-10-16 20:25:10 +02:00
|
|
|
],
|
|
|
|
"license": "LGPL-3.0-or-later"
|
2018-08-28 22:50:22 +02:00
|
|
|
}
|