Skip to content

Commit 47f89a5

Browse files
committed
remove unused deps
1 parent 8ea1042 commit 47f89a5

3 files changed

Lines changed: 63 additions & 1975 deletions

File tree

package.json

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,20 @@
4040
"private": true,
4141
"dependencies": {
4242
"@babel/plugin-transform-react-jsx": "7.27.1",
43-
"@radix-ui/react-dialog": "1.1.15",
44-
"@radix-ui/react-label": "2.1.7",
4543
"@reach/portal": "0.18.0",
46-
"@reach/router": "1.3.4",
4744
"@reach/skip-nav": "0.18.0",
4845
"@sentry/gatsby": "10.17.0",
4946
"@sentry/node": "10.27.0",
5047
"@svgr/webpack": "8.1.0",
51-
"algoliasearch": "4.25.2",
5248
"autoprefixer": "10.4.21",
5349
"classnames": "2.5.1",
5450
"compression": "1.8.1",
5551
"dotenv": "17.2.3",
56-
"ease-component": "1.0.0",
5752
"express": "5.2.0",
5853
"gatsby": "5.16.1",
5954
"gatsby-plugin-catch-links": "5.16.0",
6055
"gatsby-plugin-image": "3.16.0",
6156
"gatsby-plugin-manifest": "5.16.0",
62-
"gatsby-plugin-parent-resolvers": "1.0.2",
6357
"gatsby-plugin-postcss": "6.16.0",
6458
"gatsby-plugin-sharp": "5.16.0",
6559
"gatsby-plugin-sitemap": "6.16.0",
@@ -93,7 +87,6 @@
9387
"postcss-nested": "7.0.2",
9488
"prismjs": "1.30.0",
9589
"promise-polyfill": "8.3.0",
96-
"prop-types": "15.8.1",
9790
"raf-polyfill": "1.0.0",
9891
"react": "19.2.4",
9992
"react-collapse": "5.1.1",
@@ -105,43 +98,32 @@
10598
"remark-parse": "11.0.0",
10699
"remark-preset-lint-recommended": "7.0.1",
107100
"reset-css": "5.0.2",
108-
"scroll": "3.0.1",
109101
"serve-handler": "6.1.6",
110-
"tailwind-merge": "3.3.1",
111102
"tailwindcss": "3.4.18",
112103
"tailwindcss-animate": "1.0.7",
113104
"title-case": "3.0.3",
114105
"tsconfig-paths-webpack-plugin": "4.2.0",
115106
"unified": "11.0.5",
116-
"unist-util-remove-position": "5.0.0",
117107
"unist-util-visit": "5.0.0",
118-
"upath": "2.0.1",
119-
"webpack-filter-warnings-plugin": "1.2.1"
108+
"upath": "2.0.1"
120109
},
121110
"devDependencies": {
122-
"@aws-sdk/client-cloudfront": "3.901.0",
123111
"@babel/core": "7.28.4",
124112
"@eslint/eslintrc": "3.3.1",
125113
"@eslint/js": "10.0.1",
126114
"@eslint/json": "1.0.1",
127115
"@types/gatsbyjs__reach-router": "2.0.5",
128116
"@types/hast": "3.0.4",
129-
"@types/isomorphic-fetch": "0.0.39",
130117
"@types/lodash": "4.17.20",
131118
"@types/promise-polyfill": "6.0.6",
132119
"@types/react": "19.2.14",
133120
"@types/react-collapse": "5.0.4",
134-
"@types/react-popover": "0.5.8",
135121
"@types/unist": "3.0.3",
136-
"browserslist": "4.28.1",
137-
"class-variance-authority": "0.7.1",
138122
"eslint": "10.0.3",
139123
"eslint-config-prettier": "10.1.8",
140124
"eslint-import-resolver-typescript": "4.4.4",
141-
"eslint-plugin-import": "2.32.0",
142125
"eslint-plugin-import-x": "4.16.2",
143126
"eslint-plugin-jsx-a11y": "6.10.2",
144-
"eslint-plugin-n": "17.23.1",
145127
"eslint-plugin-prettier": "5.5.4",
146128
"eslint-plugin-react": "7.37.5",
147129
"eslint-plugin-react-hooks": "6.1.1",

src/typings.d.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,6 @@ declare module '*.mp4' {
2424
export default src
2525
}
2626

27-
declare module 'scroll' {
28-
type ScrollTo = (
29-
node: Element,
30-
position: number,
31-
options: Record<string, unknown>,
32-
cb?: (err: Error | null, position: number) => void
33-
) => () => void
34-
type ScrollModule = {
35-
left: ScrollTo
36-
top: ScrollTo
37-
}
38-
const scroll: ScrollModule
39-
export = scroll
40-
}
41-
42-
declare module 'ease-component' {
43-
type EaseFunction = (value: number) => number
44-
type EaseModule = {
45-
[key: string]: EaseFunction
46-
}
47-
const ease: EaseModule
48-
export = ease
49-
}
50-
5127
declare module 'iso-url' {
5228
export const URL: typeof window.URL
5329
}

0 commit comments

Comments
 (0)