Skip to content

Commit

Permalink
remove unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki0410-dev committed Jul 8, 2024
1 parent fddc8a0 commit 0c55430
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 30 deletions.
14 changes: 9 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 5 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,9 @@
"module": "dist/es/index.js",
"unpkg": "dist/react-datepicker.min.js",
"style": "dist/react-datepicker.min.css",
"files": [
"*.md",
"dist",
"lib",
"es",
"src/stylesheets"
],
"sideEffects": [
"**/*.css"
],
"keywords": [
"react",
"datepicker",
"calendar",
"date",
"react-component"
],
"files": ["*.md", "dist", "lib", "es", "src/stylesheets"],
"sideEffects": ["**/*.css"],
"keywords": ["react", "datepicker", "calendar", "date", "react-component"],
"repository": {
"type": "git",
"url": "git://github.com/Hacker0x01/react-datepicker.git"
Expand Down Expand Up @@ -58,7 +44,6 @@
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"axe-core": "^4.4.1",
"babel-jest": "^29.6.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"core-js": "^3.29.1",
"eslint": "^8.56.0",
Expand Down Expand Up @@ -97,7 +82,6 @@
"@floating-ui/react": "^0.26.2",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"prop-types": "^15.7.2",
"react-onclickoutside": "^6.13.0"
},
"scripts": {
Expand All @@ -124,9 +108,6 @@
"prepare": "husky install"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write",
"git add"
]
"*.{js,jsx,ts,tsx,json,css,scss,md}": ["prettier --write", "git add"]
}
}
}
1 change: 0 additions & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const dateFnsSubpackages = Object.keys(dateFnsPackageJson.exports)

const globals = {
react: "React",
"prop-types": "PropTypes",
"react-onclickoutside": "onClickOutside",
};

Expand Down

0 comments on commit 0c55430

Please sign in to comment.