1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Make webpack a peer dependency, commit lock

This commit is contained in:
Toby Zerner
2018-06-16 22:54:43 +09:30
parent 010ec1de63
commit 85de35cc47
3 changed files with 2195 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
node_modules
.DS_Store
Thumbs.db
package-lock.json

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +1,13 @@
{
"name": "flarum-webpack-config",
"version": "0.1.0-beta.7",
"description": "",
"description": "Webpack config factory for Flarum JavaScript compilation.",
"main": "index.js",
"author": "Toby Zerner",
"license": "MIT",
"peerDependencies": {
"webpack": "^4.0.0"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.39",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.39",
@@ -13,8 +16,6 @@
"@babel/preset-env": "^7.0.0-beta.39",
"@babel/preset-react": "^7.0.0-beta.39",
"@babel/runtime": "^7.0.0-beta.39",
"babel-loader": "^8.0.0-beta.0",
"webpack": "^4.0.0",
"webpack-cli": "^2.0.0"
"babel-loader": "^8.0.0-beta.0"
}
}