mirror of
https://github.com/flarum/framework.git
synced 2025-02-07 20:03:07 +08:00
![David Wheatley](/assets/img/avatar_default.png)
* chore: use yarn berry with pnp * feat: add plug'n'play support * chore: add yarn gitattributes * typo: fix comment
32 lines
941 B
JSON
32 lines
941 B
JSON
{
|
|
"name": "flarum-webpack-config",
|
|
"version": "2.0.0",
|
|
"description": "Webpack config for Flarum JS and TS transpilation.",
|
|
"main": "index.js",
|
|
"author": "Flarum Team",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"webpack": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
"@babel/plugin-proposal-private-methods": "^7.16.0",
|
|
"@babel/plugin-transform-object-assign": "^7.16.0",
|
|
"@babel/plugin-transform-react-jsx": "^7.16.0",
|
|
"@babel/plugin-transform-runtime": "^7.16.0",
|
|
"@babel/preset-env": "^7.16.0",
|
|
"@babel/preset-react": "^7.16.0",
|
|
"@babel/preset-typescript": "^7.16.0",
|
|
"@babel/runtime": "^7.16.0",
|
|
"babel-loader": "^8.2.3",
|
|
"typescript": "^4.4.4",
|
|
"webpack": "^5.0.0",
|
|
"webpack-bundle-analyzer": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.4.1"
|
|
},
|
|
"packageManager": "yarn@3.1.0"
|
|
}
|