53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "app",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/core": "7",
|
|
"@babel/plugin-transform-runtime": "7",
|
|
"@babel/preset-env": "7",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@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",
|
|
"fork-ts-checker-webpack-plugin": "^8.0.0",
|
|
"lodash": "^4.17.21",
|
|
"mini-css-extract-plugin": "^2.7.5",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react_ujs": "^2.6.2",
|
|
"react-dom": "^18.2.0",
|
|
"react-on-rails": "13.3.3",
|
|
"shakapacker": "6.6.0",
|
|
"style-loader": "^3.3.2",
|
|
"terser-webpack-plugin": "5",
|
|
"yarn": "^1.22.22"
|
|
},
|
|
"version": "0.1.0",
|
|
"babel": {
|
|
"presets": [
|
|
"./node_modules/shakapacker/package/babel/preset.js",
|
|
"@babel/preset-react"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
],
|
|
"devDependencies": {
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
|
"@types/lodash": "^4.14.192",
|
|
"@types/react": "^18.0.33",
|
|
"react-refresh": "^0.14.0",
|
|
"typescript": "^5.0.3",
|
|
"webpack": "5",
|
|
"webpack-assets-manifest": "5",
|
|
"webpack-cli": "4",
|
|
"webpack-dev-server": "^4.13.2",
|
|
"webpack-merge": "5"
|
|
}
|
|
}
|