react_on_rails initial generate

This commit is contained in:
Dylan Knutson
2023-04-04 21:47:52 +09:00
parent 96aff2e233
commit 67d1ce9f38
27 changed files with 898 additions and 80 deletions

View File

@@ -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"
}
}