chore(npm): update deps, add linter

This commit is contained in:
pypy
2021-08-13 02:57:50 +09:00
parent 025a7bf229
commit aaf4cefd12
5 changed files with 2218 additions and 379 deletions

View File

@@ -4,6 +4,7 @@
"dev": "webpack --config webpack.config.js --mode development",
"watch": "webpack --config webpack.config.js --mode development --watch",
"prod": "webpack --config webpack.config.js --mode production",
"lint": "eslint --ext .js src/ && prettier --check src/",
"development": "npm run dev",
"production": "npm run prod"
},
@@ -24,26 +25,26 @@
"animate.css": "^4.1.1",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"element-ui": "^2.15.3",
"element-ui": "^2.15.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"famfamfam-flags": "^1.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.1.0",
"mini-css-extract-plugin": "^2.2.0",
"normalize.css": "^8.0.1",
"noty": "^3.2.0-beta-deprecated",
"prettier": "^2.3.2",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"raw-loader": "^4.0.2",
"sass": "^1.36.0",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"terser-webpack-plugin": "^5.1.4",
"url-loader": "^4.1.1",
"uuid": "^8.3.2",
"vue": "^2.6.14",
"vue-data-tables": "^3.4.5",
"vue-lazyload": "^1.3.3",
"vue-swatches": "^2.1.1",
"webpack": "^5.47.0",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2"
}
}