Merge remote-tracking branch 'origin/dev' into dev
Showing
.postcssrc.js
0 → 100644
... | @@ -16,6 +16,10 @@ | ... | @@ -16,6 +16,10 @@ |
"precommit": "npm run lint" | "precommit": "npm run lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@fullcalendar/core": "^4.4.2", | |||
"@fullcalendar/daygrid": "^4.4.2", | |||
"@fullcalendar/interaction": "^4.4.2", | |||
"@fullcalendar/vue": "^4.4.2", | |||
"@nuxtjs/axios": "^5.3.6", | "@nuxtjs/axios": "^5.3.6", | ||
"@nuxtjs/dotenv": "^1.3.0", | "@nuxtjs/dotenv": "^1.3.0", | ||
"@nuxtjs/pwa": "^2.6.0", | "@nuxtjs/pwa": "^2.6.0", | ||
... | @@ -67,6 +71,7 @@ | ... | @@ -67,6 +71,7 @@ |
"eslint-plugin-vue": "^5.2.2", | "eslint-plugin-vue": "^5.2.2", | ||
"less": "~3.9.0", | "less": "~3.9.0", | ||
"less-loader": "^4.1.0", | "less-loader": "^4.1.0", | ||
"vue-style-loader": "3.1.2", | |||
"nodemon": "^1.18.9", | "nodemon": "^1.18.9", | ||
"prettier": "1.14.3", | "prettier": "1.14.3", | ||
"uglifyjs-webpack-plugin": "^1.3.0" | "uglifyjs-webpack-plugin": "^1.3.0" | ||
... | ... |
pages/workbench/MyTask.vue
0 → 100644
pages/workbench/TaskFlow.vue
0 → 100644
pages/workbench/ToDoTask.vue
0 → 100644
Please
register
or
sign in
to comment