2018-02-24 13:31:59 +08:00
|
|
|
{
|
|
|
|
"name": "flarum-webpack-config",
|
2018-11-17 13:53:56 +08:00
|
|
|
"version": "0.1.0-beta.10",
|
|
|
|
"description": "Webpack config for Flarum JavaScript compilation.",
|
2018-02-24 13:31:59 +08:00
|
|
|
"main": "index.js",
|
2021-05-04 07:39:10 +08:00
|
|
|
"author": "Flarum Team",
|
2018-02-24 13:31:59 +08:00
|
|
|
"license": "MIT",
|
2018-06-16 21:24:43 +08:00
|
|
|
"peerDependencies": {
|
|
|
|
"webpack": "^4.0.0"
|
|
|
|
},
|
2018-02-24 13:31:59 +08:00
|
|
|
"dependencies": {
|
2021-05-04 07:39:10 +08:00
|
|
|
"@babel/core": "^7.14.0",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
|
|
"@babel/plugin-proposal-private-methods": "^7.13.0",
|
|
|
|
"@babel/plugin-transform-object-assign": "^7.12.13",
|
|
|
|
"@babel/plugin-transform-react-jsx": "^7.13.12",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.13.15",
|
|
|
|
"@babel/preset-env": "^7.14.0",
|
|
|
|
"@babel/preset-react": "^7.13.13",
|
|
|
|
"@babel/runtime": "^7.14.0",
|
|
|
|
"babel-loader": "^8.2.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"prettier": "^2.2.1"
|
2018-02-24 13:31:59 +08:00
|
|
|
}
|
|
|
|
}
|