1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 20:02:06 +02:00

bring local dev flarum-webpack-config to core for easier development

This commit is contained in:
David Sevilla Martin
2020-03-07 10:15:47 -05:00
parent 8ea7f9bc17
commit 4910205dc7
8 changed files with 1909 additions and 593 deletions

View File

@@ -5,23 +5,18 @@
"bootstrap": "^3.4.1",
"classnames": "^2.2.6",
"color-thief-browser": "^2.0.2",
"dayjs": "^1.8.16",
"expose-loader": "^0.7.5",
"dayjs": "^1.8.20",
"flarum-webpack-config": "^0.1.0-beta.10",
"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",
"micromodal": "^0.4.2",
"mithril": "^2.0.4",
"mousetrap": "^1.6.3",
"mousetrap": "^1.6.5",
"punycode": "^2.1.1",
"spin.js": "^4.0.0",
"tooltip.js": "^1.3.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"webpack-merge": "^4.2.2",
"spin.js": "^4.1.0",
"tooltip.js": "^1.3.3",
"zepto": "^1.2.0"
},
"scripts": {
@@ -30,8 +25,29 @@
"lint": "prettier --single-quote --trailing-comma es5 --print-width 150 --tab-width 4 --write \"src/**/*\" \"*.{ts,js}\""
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@babel/runtime": "^7.8.7",
"@types/classnames": "^2.2.9",
"@types/mithril": "^2.0.2",
"@types/zepto": "^1.0.30",
"prettier": "^1.19.1"
"babel-loader": "^8.0.6",
"expose-loader": "^0.7.5",
"friendly-errors-webpack-plugin": "^1.7.0",
"imports-loader": "^0.8.0",
"prettier": "^1.19.1",
"source-map-loader": "^0.2.4",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
}
}