2018-02-24 13:31:59 +08:00
|
|
|
{
|
|
|
|
"name": "flarum-webpack-config",
|
2021-05-13 07:06:11 +08:00
|
|
|
"version": "0.1.0-beta.16.2",
|
2018-11-17 13:53:56 +08:00
|
|
|
"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": {
|
2021-05-12 08:28:31 +08:00
|
|
|
"webpack": "^4.46.0"
|
2018-06-16 21:24:43 +08:00
|
|
|
},
|
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",
|
2021-05-12 08:28:31 +08:00
|
|
|
"@babel/preset-env": "^7.14.1",
|
2021-05-04 07:39:10 +08:00
|
|
|
"@babel/preset-react": "^7.13.13",
|
2021-05-12 08:28:31 +08:00
|
|
|
"@babel/preset-typescript": "^7.13.0",
|
2021-05-04 07:39:10 +08:00
|
|
|
"@babel/runtime": "^7.14.0",
|
2021-05-12 08:28:31 +08:00
|
|
|
"babel-loader": "^8.2.2",
|
2021-05-13 07:05:27 +08:00
|
|
|
"typescript": "^4.2.4",
|
|
|
|
"webpack-bundle-analyzer": "^4.4.1"
|
2021-05-04 07:39:10 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-12 08:28:31 +08:00
|
|
|
"prettier": "^2.3.0"
|
2018-02-24 13:31:59 +08:00
|
|
|
}
|
|
|
|
}
|