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:
1
js-packages/webpack-config/.gitignore
vendored
1
js-packages/webpack-config/.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
package-lock.json
|
2190
js-packages/webpack-config/package-lock.json
generated
Normal file
2190
js-packages/webpack-config/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user