mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
30 lines
896 B
JSON
30 lines
896 B
JSON
{
|
|
"name": "flarum-webpack-config",
|
|
"version": "0.1.0-beta.16.2",
|
|
"description": "Webpack config for Flarum JavaScript compilation.",
|
|
"main": "index.js",
|
|
"author": "Flarum Team",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"webpack": "^4.46.0"
|
|
},
|
|
"dependencies": {
|
|
"@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.1",
|
|
"@babel/preset-react": "^7.13.13",
|
|
"@babel/preset-typescript": "^7.13.0",
|
|
"@babel/runtime": "^7.14.0",
|
|
"babel-loader": "^8.2.2",
|
|
"typescript": "^4.2.4",
|
|
"webpack-bundle-analyzer": "^4.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.3.0"
|
|
}
|
|
}
|