mirror of
https://github.com/flarum/core.git
synced 2025-08-20 23:31:27 +02:00
perf: transpile js to es6 (#3699)
This commit is contained in:
@@ -5,27 +5,31 @@
|
||||
"main": "index.js",
|
||||
"author": "Flarum Team",
|
||||
"license": "MIT",
|
||||
"prettier": "@flarum/prettier-config",
|
||||
"peerDependencies": {
|
||||
"webpack": "^5.76.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",
|
||||
"@babel/core": "^7.20.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
||||
"@babel/plugin-transform-object-assign": "^7.18.6",
|
||||
"@babel/plugin-transform-react-jsx": "^7.19.0",
|
||||
"@babel/plugin-transform-runtime": "^7.19.6",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@babel/preset-typescript": "^7.18.6",
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"babel-loader": "^9.1.0",
|
||||
"typescript": "^4.9.3",
|
||||
"webpack": "^5.76.0",
|
||||
"webpack-bundle-analyzer": "^4.5.0"
|
||||
"webpack-bundle-analyzer": "^4.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.4.1"
|
||||
"prettier": "^2.8.0",
|
||||
"@flarum/prettier-config": "^1.0.0"
|
||||
},
|
||||
"packageManager": "yarn@3.1.0"
|
||||
"scripts": {
|
||||
"format": "prettier --write ."
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user