react_on_rails initial generate
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
"@babel/preset-typescript": "^7.21.4",
|
||||
"@babel/runtime": "7",
|
||||
"babel-loader": "8",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
||||
"compression-webpack-plugin": "9",
|
||||
"css-loader": "^6.7.3",
|
||||
"css-minimizer-webpack-plugin": "^5.0.0",
|
||||
@@ -18,6 +20,7 @@
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-on-rails": "13.3.3",
|
||||
"react_ujs": "^2.6.2",
|
||||
"shakapacker": "6.6.0",
|
||||
"style-loader": "^3.3.2",
|
||||
@@ -40,6 +43,8 @@
|
||||
"defaults"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.0.33"
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
||||
"@types/react": "^18.0.33",
|
||||
"react-refresh": "^0.14.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user