2018-08-28 22:50:22 +02:00
|
|
|
{
|
|
|
|
"name": "vikunja-frontend",
|
2019-12-15 20:42:40 +00:00
|
|
|
"version": "0.10.0",
|
2018-08-28 22:50:22 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vue-cli-service serve",
|
2020-12-10 13:52:35 +00:00
|
|
|
"serve:dist": "node scripts/serve-dist.js",
|
2020-11-10 21:08:37 +01:00
|
|
|
"build": "vue-cli-service build --modern",
|
2021-01-06 22:36:31 +00:00
|
|
|
"build:report": "vue-cli-service build --report",
|
2020-11-28 13:59:27 +00:00
|
|
|
"lint": "vue-cli-service lint --ignore-pattern '*.test.*'",
|
2020-12-10 13:52:35 +00:00
|
|
|
"cypress:open": "cypress open",
|
|
|
|
"test:unit": "jest",
|
|
|
|
"test:frontend": "cypress run"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-01-26 20:58:59 +00:00
|
|
|
"bulma": "0.9.2",
|
2020-12-02 07:05:10 +00:00
|
|
|
"camel-case": "4.1.2",
|
2020-04-07 19:00:58 +00:00
|
|
|
"copy-to-clipboard": "3.3.1",
|
2021-03-09 09:48:18 +00:00
|
|
|
"date-fns": "2.19.0",
|
2021-03-12 17:47:53 +00:00
|
|
|
"dompurify": "2.2.7",
|
2021-02-08 20:01:39 +00:00
|
|
|
"highlight.js": "10.6.0",
|
2021-02-21 14:22:13 +00:00
|
|
|
"lodash": "4.17.21",
|
2021-02-27 08:43:25 +00:00
|
|
|
"marked": "2.0.1",
|
2020-12-10 15:36:38 +00:00
|
|
|
"register-service-worker": "1.7.2",
|
2020-12-02 12:41:52 +00:00
|
|
|
"snake-case": "3.0.4",
|
2020-04-05 15:16:03 +00:00
|
|
|
"verte": "0.0.12",
|
2020-08-21 10:40:37 +00:00
|
|
|
"vue": "2.6.12",
|
2021-03-11 14:46:28 +00:00
|
|
|
"vue-advanced-cropper": "1.3.2",
|
2020-07-31 09:48:18 +00:00
|
|
|
"vue-drag-resize": "1.4.2",
|
2020-12-16 20:49:21 +00:00
|
|
|
"vue-easymde": "1.3.2",
|
2020-07-26 05:27:48 +00:00
|
|
|
"vue-shortkey": "3.1.7",
|
2020-05-08 18:43:51 +00:00
|
|
|
"vue-smooth-dnd": "0.8.1",
|
2021-01-26 20:59:30 +00:00
|
|
|
"vuex": "3.6.2"
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-01-13 22:29:43 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.34",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.15.2",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.15.2",
|
2020-12-17 20:48:45 +00:00
|
|
|
"@fortawesome/vue-fontawesome": "2.0.2",
|
2021-01-22 18:44:33 +00:00
|
|
|
"@vue/cli": "4.5.11",
|
|
|
|
"@vue/cli-plugin-babel": "4.5.11",
|
|
|
|
"@vue/cli-plugin-eslint": "4.5.11",
|
|
|
|
"@vue/cli-plugin-pwa": "4.5.11",
|
|
|
|
"@vue/cli-service": "4.5.11",
|
2020-12-22 09:04:14 +00:00
|
|
|
"axios": "0.21.1",
|
2020-04-06 06:38:43 +00:00
|
|
|
"babel-eslint": "10.1.0",
|
2021-03-17 08:23:54 +00:00
|
|
|
"cypress": "6.7.1",
|
2021-01-23 19:49:10 +00:00
|
|
|
"cypress-file-upload": "5.0.2",
|
2021-03-13 10:06:01 +00:00
|
|
|
"eslint": "7.22.0",
|
2021-03-07 10:23:50 +00:00
|
|
|
"eslint-plugin-vue": "7.7.0",
|
2021-02-12 22:52:45 +00:00
|
|
|
"faker": "5.4.0",
|
2020-11-28 14:09:40 +00:00
|
|
|
"jest": "26.6.3",
|
2020-11-02 17:13:08 +00:00
|
|
|
"node-sass": "5.0.0",
|
2021-01-11 17:26:18 +00:00
|
|
|
"sass-loader": "10.1.1",
|
2020-08-30 08:15:56 +00:00
|
|
|
"vue-flatpickr-component": "8.1.6",
|
2020-04-05 15:16:03 +00:00
|
|
|
"vue-notification": "1.3.20",
|
2021-01-26 20:59:30 +00:00
|
|
|
"vue-router": "3.5.1",
|
2020-12-10 13:52:35 +00:00
|
|
|
"vue-template-compiler": "2.6.12",
|
2020-12-28 23:29:32 +00:00
|
|
|
"wait-on": "5.2.1"
|
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 13:52:35 +00:00
|
|
|
},
|
|
|
|
"ignorePatterns": [
|
|
|
|
"*.test.js",
|
|
|
|
"cypress/*"
|
|
|
|
]
|
2018-08-28 22:50:22 +02:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
2021-01-06 22:36:31 +00:00
|
|
|
"not ie < 11"
|
2019-10-16 18:25:10 +00:00
|
|
|
],
|
2020-12-23 16:47:05 +01:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2020-12-10 13:52:35 +00:00
|
|
|
"jest": {
|
2021-01-06 22:36:31 +00:00
|
|
|
"testPathIgnorePatterns": [
|
|
|
|
"cypress"
|
|
|
|
]
|
2020-12-10 13:52:35 +00:00
|
|
|
}
|
2018-08-28 22:50:22 +02:00
|
|
|
}
|