2018-02-24 16:01:59 +10:30
|
|
|
{
|
|
|
|
"name": "flarum-webpack-config",
|
2021-10-31 14:04:45 -04:00
|
|
|
"version": "2.0.0",
|
2021-05-27 10:43:21 +01:00
|
|
|
"description": "Webpack config for Flarum JS and TS transpilation.",
|
2018-02-24 16:01:59 +10:30
|
|
|
"main": "index.js",
|
2021-05-04 00:39:10 +01:00
|
|
|
"author": "Flarum Team",
|
2018-02-24 16:01:59 +10:30
|
|
|
"license": "MIT",
|
2018-06-16 22:54:43 +09:30
|
|
|
"peerDependencies": {
|
2021-11-08 23:53:18 +00:00
|
|
|
"webpack": "^5.0.0"
|
2018-06-16 22:54:43 +09:30
|
|
|
},
|
2018-02-24 16:01:59 +10:30
|
|
|
"dependencies": {
|
2021-11-08 23:53:18 +00: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 00:39:10 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-08 23:53:18 +00:00
|
|
|
"prettier": "^2.4.1"
|
|
|
|
},
|
|
|
|
"packageManager": "yarn@3.1.0"
|
2018-02-24 16:01:59 +10:30
|
|
|
}
|