Skip to content

Commit

Permalink
moved babel and loaders to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed Jun 12, 2024
1 parent 4da30ad commit e95b6ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,12 @@
"@rails/actioncable": "6.0",
"@rails/activestorage": "6.0",
"@rails/ujs": "6.0",
"babel-loader": "^9.1.3",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "3.4.1",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-sass": "^3.4.3",
"bootstrap-select": "^1.13.18",
"chart.js": "^4.4.3",
"core-js": "^3.37.1",
"css-loader": "^7.1.2",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.3",
"jquery-ui-sass": "^0.0.1",
Expand All @@ -54,7 +51,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"style-loader": "^4.0.0",
"timeago.js": "^4.0.2",
"tinymce": "^7.1.2",
"web-vitals": "^4.1.1",
Expand All @@ -70,7 +66,11 @@
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"babel-loader": "^9.1.3",
"babel-plugin-macros": "^3.1.0",
"css-loader": "^7.1.2",
"sass": "^1.77.5",
"sass-loader": "^14.2.1"
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0"
}
}

0 comments on commit e95b6ec

Please sign in to comment.