Skip to content

Commit

Permalink
remove useless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Feb 4, 2025
1 parent 53c4d71 commit bcff46d
Show file tree
Hide file tree
Showing 5 changed files with 775 additions and 2,309 deletions.
46 changes: 0 additions & 46 deletions .babelrc.js

This file was deleted.

12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "A Material-UI file-upload dropzone. Written in TypeScript.",
"license": "MIT",
"author": "Yuval",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/Ludea/mui2-file-dropzone.git"
Expand All @@ -28,7 +29,7 @@
],
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint src/ --fix",
"lint:fix": "eslint . --fix",
"build": "tsc -b",
"start": "tsc -b --watch",
"docs:dev": "styleguidist server",
Expand All @@ -51,15 +52,9 @@
"react-dom": ">= 18.0"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.13.0",
"@eslint/js": "^9.19.0",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"babel-loader": "^9.1.3",
"babel-plugin-optimize-clsx": "^2.6.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"eslint": "^9.19.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-babel": "^5.3.0",
Expand All @@ -73,7 +68,6 @@
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.4.3",
"typescript-eslint": "^8.18.1",
"webpack": "^5.91.0"
"typescript-eslint": "^8.18.1"
}
}
Loading

0 comments on commit bcff46d

Please sign in to comment.