Skip to content

Commit

Permalink
chore(deps): removed unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-zelger committed May 9, 2024
1 parent 9696dc4 commit 2363b37
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 32 deletions.
12 changes: 1 addition & 11 deletions craco.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
const CracoLessPlugin = require("craco-less");

const emotionBabelPreset = require("@emotion/babel-preset-css-prop").default(
undefined,
{} // emotion preset options
);

module.exports = {
plugins: [{ plugin: CracoLessPlugin }],
babel: {
plugins: [
...emotionBabelPreset.plugins
]
}
plugins: [{plugin: CracoLessPlugin}]
};
38 changes: 17 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,6 @@
"homepage": "https://scout-ch.github.io/hering",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"axios": "1.6.0",
"date-fns": "^3.3.1",
"i18next": "^23.8.2",
"i18next-browser-languagedetector": "^7.2.0",
"ics": "^2.44.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.1",
"react-markdown": "^9.0.1",
"react-router": "^6.22.0",
"react-router-dom": "^6.22.0",
"remark-gfm": "^4.0.0"
},
"scripts": {
"start": "BROWSER=none PORT=3001 craco start",
"build": "craco build",
Expand All @@ -44,12 +27,25 @@
"last 1 safari version"
]
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"axios": "1.6.0",
"date-fns": "^3.3.1",
"i18next": "^23.8.2",
"i18next-browser-languagedetector": "^7.2.0",
"ics": "^2.44.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.1",
"react-markdown": "^9.0.1",
"react-router": "^6.22.0",
"react-router-dom": "^6.22.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@emotion/babel-preset-css-prop": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@types/node": "^20.11.16",
"@types/react": "^18.2.54",
"@types/react-dom": "^18.2.18",
Expand Down

0 comments on commit 2363b37

Please sign in to comment.