update deps and remove lot of warnings during build
This commit is contained in:
20
package.json
20
package.json
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "gancio",
|
||||
"version": "v1.0.2-dev",
|
||||
"version": "1.0.3-dev",
|
||||
"description": "A shared agenda for local communities",
|
||||
"author": "lesion",
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"build": "cross-env NODE_ENV=production nuxt build --modern",
|
||||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
||||
"dev": "NODE_ENV=development node server/index.js",
|
||||
"dev:nuxt": "cross-env NODE_ENV=development nuxt dev --modern",
|
||||
@@ -85,6 +85,8 @@
|
||||
"@nuxtjs/eslint-config": "^6.0.0",
|
||||
"@nuxtjs/vuetify": "^1.11.3",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"bufferutil": "^4.0.3",
|
||||
"canvas": "^2.7.0",
|
||||
"eslint": "^7.22.0",
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
"eslint-config-standard": "^16.0.2",
|
||||
@@ -96,14 +98,28 @@
|
||||
"eslint-plugin-promise": "^4.3.1",
|
||||
"eslint-plugin-standard": "^5.0.0",
|
||||
"eslint-plugin-vue": "^7.7.0",
|
||||
"fibers": "^5.0.0",
|
||||
"jquery": "^3.6.0",
|
||||
"less-loader": "7",
|
||||
"node-gyp": "^7.1.2",
|
||||
"node-sass": "^5.0.0",
|
||||
"nodemon": "^2.0.7",
|
||||
"pg-native": "^3.0.0",
|
||||
"prettier": "^2.2.1",
|
||||
"pug": "^3.0.2",
|
||||
"pug-plain-loader": "^1.1.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"sass": "^1.32.7",
|
||||
"sass-loader": "10",
|
||||
"typescript": "^4.2.3",
|
||||
"utf-8-validate": "^5.0.4",
|
||||
"vue": "^2.6.12",
|
||||
"vue-cli-plugin-vuetify": "~2.2.2",
|
||||
"vue-template-compiler": "^2.6.12",
|
||||
"vuetify": "^2.4.6",
|
||||
"vuetify-loader": "^1.7.1",
|
||||
"webpack": "4",
|
||||
"webpack-cli": "^4.5.0"
|
||||
},
|
||||
"resolutions": {
|
||||
|
||||
Reference in New Issue
Block a user