mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-24 15:06:40 +02:00
feat(frontend): add basic configurations
This commit is contained in:
parent
61be60c091
commit
2cae14a40c
5 changed files with 81 additions and 22 deletions
|
@ -13,8 +13,12 @@
|
|||
"dependencies": {
|
||||
"@nuxt/typescript-runtime": "^0.4.10",
|
||||
"@nuxtjs/axios": "^5.11.0",
|
||||
"@nuxtjs/proxy": "^2.0.0",
|
||||
"@nuxtjs/pwa": "^3.0.0-beta.20",
|
||||
"nuxt": "^2.13.0"
|
||||
"@vue/composition-api": "^1.0.0-beta.1",
|
||||
"lodash": "^4.17.15",
|
||||
"nuxt": "^2.13.0",
|
||||
"nuxt-typed-vuex": "^0.1.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/typescript-build": "^1.0.3",
|
||||
|
@ -22,8 +26,10 @@
|
|||
"@nuxtjs/eslint-config-typescript": "^2.0.0",
|
||||
"@nuxtjs/eslint-module": "^2.0.0",
|
||||
"@nuxtjs/vuetify": "^1.11.2",
|
||||
"@types/lodash": "^4.14.157",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^7.2.0",
|
||||
"eslint-plugin-nuxt": "^1.0.0"
|
||||
"eslint-plugin-nuxt": "^1.0.0",
|
||||
"taskwarrior-lib": "^0.2.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue