|  | 
| 7 | 7 |   }, | 
| 8 | 8 |   "private": true, | 
| 9 | 9 |   "dependencies": { | 
| 10 |  | -    "@babel/core": "7.17.9", | 
| 11 |  | -    "@babel/plugin-transform-runtime": "7.17.0", | 
| 12 |  | -    "@babel/preset-env": "7", | 
| 13 |  | -    "@babel/preset-react": "^7.10.4", | 
| 14 | 10 |     "@babel/runtime": "7.17.9", | 
| 15 | 11 |     "@hotwired/turbo-rails": "^8.0.4", | 
| 16 |  | -    "@rescript/react": "^0.13.0", | 
| 17 |  | -    "babel-loader": "8.2.4", | 
| 18 |  | -    "babel-plugin-transform-react-remove-prop-types": "^0.4.24", | 
| 19 |  | -    "compression-webpack-plugin": "9", | 
| 20 | 12 |     "core-js": "3", | 
| 21 | 13 |     "create-react-class": "^15.6.3", | 
| 22 |  | -    "css-loader": "^6.5.1", | 
| 23 |  | -    "expose-loader": "^1.0.3", | 
| 24 |  | -    "file-loader": "^6.2.0", | 
| 25 |  | -    "imports-loader": "^1.2.0", | 
| 26 | 14 |     "jquery": "^3.5.1", | 
| 27 | 15 |     "jquery-ujs": "^1.2.2", | 
| 28 | 16 |     "lodash": "^4.17.4", | 
|  | 
| 38 | 26 |     "react-router-dom": "^5.2.0", | 
| 39 | 27 |     "redux": "^4.0.1", | 
| 40 | 28 |     "redux-thunk": "^2.2.0", | 
| 41 |  | -    "regenerator-runtime": "^0.13.4", | 
|  | 29 | +    "regenerator-runtime": "^0.13.4" | 
|  | 30 | +  }, | 
|  | 31 | +  "devDependencies": { | 
|  | 32 | +    "@babel/core": "7.17.9", | 
|  | 33 | +    "@babel/plugin-transform-runtime": "7.17.0", | 
|  | 34 | +    "@babel/preset-env": "7", | 
|  | 35 | +    "@babel/preset-react": "^7.10.4", | 
|  | 36 | +    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.1", | 
|  | 37 | +    "@rescript/react": "^0.13.0", | 
|  | 38 | +    "@types/react": "^19.0.0", | 
|  | 39 | +    "@types/react-dom": "^19.0.0", | 
|  | 40 | +    "@types/react-helmet": "^6.1.5", | 
|  | 41 | +    "babel-loader": "8.2.4", | 
|  | 42 | +    "babel-plugin-transform-react-remove-prop-types": "^0.4.24", | 
|  | 43 | +    "compression-webpack-plugin": "9", | 
|  | 44 | +    "css-loader": "^6.5.1", | 
|  | 45 | +    "expose-loader": "^1.0.3", | 
|  | 46 | +    "file-loader": "^6.2.0", | 
|  | 47 | +    "imports-loader": "^1.2.0", | 
|  | 48 | +    "react-refresh": "^0.11.0", | 
| 42 | 49 |     "rescript": "^11.1.4", | 
| 43 | 50 |     "sass": "^1.43.4", | 
| 44 | 51 |     "sass-loader": "^12.3.0", | 
|  | 
| 50 | 57 |     "webpack": "5.72.0", | 
| 51 | 58 |     "webpack-assets-manifest": "5", | 
| 52 | 59 |     "webpack-cli": "4", | 
|  | 60 | +    "webpack-dev-server": "^4.9.0", | 
| 53 | 61 |     "webpack-merge": "5" | 
| 54 | 62 |   }, | 
| 55 |  | -  "devDependencies": { | 
| 56 |  | -    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.1", | 
| 57 |  | -    "@types/react": "^19.0.0", | 
| 58 |  | -    "@types/react-dom": "^19.0.0", | 
| 59 |  | -    "@types/react-helmet": "^6.1.5", | 
| 60 |  | -    "react-refresh": "^0.11.0", | 
| 61 |  | -    "webpack-dev-server": "^4.9.0" | 
| 62 |  | -  }, | 
| 63 | 63 |   "browser": { | 
| 64 | 64 |     "fs": false | 
| 65 | 65 |   }, | 
|  | 
0 commit comments