2018-08-28 22:50:22 +02:00
|
|
|
{
|
|
|
|
"name": "vikunja-frontend",
|
2019-12-15 21:42:40 +01:00
|
|
|
"version": "0.10.0",
|
2018-08-28 22:50:22 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
2020-12-10 14:52:35 +01:00
|
|
|
"serve:dist": "node scripts/serve-dist.js",
|
2020-11-10 21:08:37 +01:00
|
|
|
"build": "vue-cli-service build --modern",
|
2020-11-28 14:59:27 +01:00
|
|
|
"lint": "vue-cli-service lint --ignore-pattern '*.test.*'",
|
2020-12-10 14:52:35 +01:00
|
|
|
"cypress:open": "cypress open",
|
|
|
|
"test:unit": "jest",
|
|
|
|
"test:frontend": "cypress run"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-09-29 10:32:28 +02:00
|
|
|
"bulma": "0.9.1",
|
2020-12-02 08:05:10 +01:00
|
|
|
"camel-case": "4.1.2",
|
2020-04-07 21:00:58 +02:00
|
|
|
"copy-to-clipboard": "3.3.1",
|
2020-08-31 22:31:53 +02:00
|
|
|
"date-fns": "2.16.1",
|
2020-12-16 11:51:58 +01:00
|
|
|
"dompurify": "2.2.4",
|
2020-08-14 23:55:57 +02:00
|
|
|
"lodash": "4.17.20",
|
2020-12-16 01:19:24 +01:00
|
|
|
"marked": "1.2.7",
|
2020-12-10 16:36:38 +01:00
|
|
|
"register-service-worker": "1.7.2",
|
2020-12-02 13:41:52 +01:00
|
|
|
"snake-case": "3.0.4",
|
2020-04-05 17:16:03 +02:00
|
|
|
"verte": "0.0.12",
|
2020-08-21 12:40:37 +02:00
|
|
|
"vue": "2.6.12",
|
2020-12-14 14:45:51 +01:00
|
|
|
"vue-advanced-cropper": "0.19.2",
|
2020-07-31 11:48:18 +02:00
|
|
|
"vue-drag-resize": "1.4.2",
|
2020-12-16 21:49:21 +01:00
|
|
|
"vue-easymde": "1.3.2",
|
2020-07-26 07:27:48 +02:00
|
|
|
"vue-shortkey": "3.1.7",
|
2020-05-08 20:43:51 +02:00
|
|
|
"vue-smooth-dnd": "0.8.1",
|
2020-11-25 21:18:38 +01:00
|
|
|
"vuex": "3.6.0"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-10-05 20:18:35 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.32",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.15.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.15.1",
|
2020-09-01 20:36:45 +02:00
|
|
|
"@fortawesome/vue-fontawesome": "2.0.0",
|
2020-11-17 10:32:42 +01:00
|
|
|
"@vue/cli": "4.5.9",
|
|
|
|
"@vue/cli-plugin-babel": "4.5.9",
|
|
|
|
"@vue/cli-plugin-eslint": "4.5.9",
|
|
|
|
"@vue/cli-plugin-pwa": "4.5.9",
|
|
|
|
"@vue/cli-service": "4.5.9",
|
2020-10-23 21:37:28 +02:00
|
|
|
"axios": "0.21.0",
|
2020-04-06 08:38:43 +02:00
|
|
|
"babel-eslint": "10.1.0",
|
2020-12-10 16:36:08 +01:00
|
|
|
"cypress": "6.1.0",
|
2020-12-13 23:06:58 +01:00
|
|
|
"cypress-file-upload": "4.1.1",
|
2020-12-07 16:49:56 +01:00
|
|
|
"eslint": "7.15.0",
|
2020-12-16 11:45:13 +01:00
|
|
|
"eslint-plugin-vue": "7.3.0",
|
2020-12-10 14:52:35 +01:00
|
|
|
"faker": "5.1.0",
|
2020-11-28 15:09:40 +01:00
|
|
|
"jest": "26.6.3",
|
2020-11-02 18:13:08 +01:00
|
|
|
"node-sass": "5.0.0",
|
2020-11-11 17:36:11 +01:00
|
|
|
"sass-loader": "10.1.0",
|
2020-08-30 10:15:56 +02:00
|
|
|
"vue-flatpickr-component": "8.1.6",
|
2020-04-05 17:16:03 +02:00
|
|
|
"vue-multiselect": "2.1.6",
|
|
|
|
"vue-notification": "1.3.20",
|
2020-11-06 08:04:10 +01:00
|
|
|
"vue-router": "3.4.9",
|
2020-12-10 14:52:35 +01:00
|
|
|
"vue-template-compiler": "2.6.12",
|
2020-12-13 23:06:58 +01:00
|
|
|
"wait-on": "5.2.0"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/essential",
|
|
|
|
"eslint:recommended"
|
|
|
|
],
|
|
|
|
"rules": {},
|
|
|
|
"parserOptions": {
|
|
|
|
"parser": "babel-eslint"
|
2020-12-10 14:52:35 +01:00
|
|
|
},
|
|
|
|
"ignorePatterns": [
|
|
|
|
"*.test.js",
|
|
|
|
"cypress/*"
|
|
|
|
]
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not ie <= 8"
|
2019-10-16 20:25:10 +02:00
|
|
|
],
|
2020-12-10 14:52:35 +01:00
|
|
|
"license": "LGPL-3.0-or-later",
|
|
|
|
"jest": {
|
|
|
|
"testPathIgnorePatterns": ["cypress"]
|
|
|
|
}
|
2018-08-28 22:50:22 +02:00
|
|
|
}
|