mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-10 00:20:02 +00:00
Add required packages for eslint
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
abeac1852e
commit
7bc70423c6
2 changed files with 925 additions and 0 deletions
922
src/package-lock.json
generated
922
src/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -4,12 +4,15 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"axios": "^0.18.0",
|
"axios": "^0.18.0",
|
||||||
"babel-core": "^6.26.3",
|
"babel-core": "^6.26.3",
|
||||||
|
"babel-eslint": "^10.0.2",
|
||||||
"babel-loader": "^7.1.5",
|
"babel-loader": "^7.1.5",
|
||||||
"babel-preset-env": "^1.7.0",
|
"babel-preset-env": "^1.7.0",
|
||||||
"bootstrap": "^4.3.1",
|
"bootstrap": "^4.3.1",
|
||||||
"bootstrap-vue": "^2.0.0-rc.20",
|
"bootstrap-vue": "^2.0.0-rc.20",
|
||||||
"bootswatch": "^4.3.1",
|
"bootswatch": "^4.3.1",
|
||||||
"css-loader": "^1.0.0",
|
"css-loader": "^1.0.0",
|
||||||
|
"eslint": "^6.1.0",
|
||||||
|
"eslint-plugin-vue": "^5.2.3",
|
||||||
"moment": "^2.24.0",
|
"moment": "^2.24.0",
|
||||||
"node-sass": "^4.12.0",
|
"node-sass": "^4.12.0",
|
||||||
"sass-loader": "^7.0.3",
|
"sass-loader": "^7.0.3",
|
||||||
|
|
Loading…
Reference in a new issue