1
0
mirror of https://github.com/flarum/core.git synced 2025-09-02 12:43:28 +02:00

did a thing, struff works now :o

This commit is contained in:
David Sevilla Martin
2019-10-06 12:28:44 -04:00
parent 798a3486bf
commit 3c84f41070
197 changed files with 24792 additions and 1501 deletions

View File

@@ -3,21 +3,25 @@
"name": "@flarum/core",
"dependencies": {
"bootstrap": "^3.4.1",
"classnames": "^2.2.5",
"color-thief-browser": "^2.0.2",
"dayjs": "^1.8.16",
"expose-loader": "^0.7.5",
"flarum-webpack-config": "0.1.0-beta.10",
"jquery": "^3.4.1",
"jquery.hotkeys": "^0.1.0",
"lodash-es": "^4.17.14",
"flarum-webpack-config": "file:../../flarum-webpack-config",
"hc-sticky": "^2.2.3",
"imports-loader": "^0.8.0",
"jump.js": "^1.0.2",
"lodash-es": "^4.17.15",
"m.attrs.bidi": "github:tobscure/m.attrs.bidi",
"mithril": "^0.2.8",
"moment": "^2.22.2",
"micromodal": "^0.4.2",
"mithril": "^2.0.4",
"mousetrap": "^1.6.3",
"punycode": "^2.1.1",
"spin.js": "^3.1.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
"spin.js": "^4.0.0",
"tooltip.js": "^1.3.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"webpack-merge": "^4.2.2",
"zepto": "^1.2.0"
},
"devDependencies": {
"husky": "^4.2.5",