update npm dependencies and add prettier to dev

This commit is contained in:
David Sevilla Martin 2020-01-31 17:12:49 -05:00
parent 4e96900dee
commit dd13ff4169
No known key found for this signature in database
GPG Key ID: F764F1417E16B15F
2 changed files with 1253 additions and 5554 deletions

6795
js/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
"color-thief-browser": "^2.0.2", "color-thief-browser": "^2.0.2",
"dayjs": "^1.8.16", "dayjs": "^1.8.16",
"expose-loader": "^0.7.5", "expose-loader": "^0.7.5",
"flarum-webpack-config": "file:../../flarum-webpack-config", "flarum-webpack-config": "^0.1.0-beta.10",
"hc-sticky": "^2.2.3", "hc-sticky": "^2.2.3",
"imports-loader": "^0.8.0", "imports-loader": "^0.8.0",
"jump.js": "^1.0.2", "jump.js": "^1.0.2",
@ -24,12 +24,14 @@
"webpack-merge": "^4.2.2", "webpack-merge": "^4.2.2",
"zepto": "^1.2.0" "zepto": "^1.2.0"
}, },
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/zepto": "^1.0.30"
},
"scripts": { "scripts": {
"dev": "webpack --mode development --watch", "dev": "webpack --mode development --watch",
"build": "webpack --mode production" "build": "webpack --mode production",
"lint": "prettier --single-quote --trailing-comma es5 --print-width 150 --tab-width 4 --write \"src/**/*\""
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/zepto": "^1.0.30",
"prettier": "^1.19.1"
} }
} }