mirror of
https://github.com/flarum/core.git
synced 2025-08-24 17:13:44 +02:00
Initial commit
This commit is contained in:
20
js-packages/webpack-config/package.json
Normal file
20
js-packages/webpack-config/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "flarum-webpack-config",
|
||||
"version": "0.1.0-beta.4",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"author": "Toby Zerner",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.0.0-beta.39",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.39",
|
||||
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.39",
|
||||
"@babel/plugin-transform-runtime": "^7.0.0-beta.39",
|
||||
"@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-beta.0",
|
||||
"webpack-cli": "^2.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user