2018-02-24 13:31:59 +08:00
|
|
|
{
|
|
|
|
"name": "flarum-webpack-config",
|
2021-11-01 02:04:45 +08:00
|
|
|
"version": "2.0.0",
|
2021-05-27 17:43:21 +08:00
|
|
|
"description": "Webpack config for Flarum JS and TS transpilation.",
|
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": {
|
2021-11-09 07:53:18 +08:00
|
|
|
"webpack": "^5.0.0"
|
2018-06-16 21:24:43 +08:00
|
|
|
},
|
2018-02-24 13:31:59 +08:00
|
|
|
"dependencies": {
|
2021-11-09 07:53:18 +08:00
|
|
|
"@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"
|
2021-05-04 07:39:10 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-09 07:53:18 +08:00
|
|
|
"prettier": "^2.4.1"
|
|
|
|
},
|
|
|
|
"packageManager": "yarn@3.1.0"
|
2018-02-24 13:31:59 +08:00
|
|
|
}
|