Skip to content

Commit 6e88b8b

Browse files
committed
chore: clean up deps
1 parent 4478b8d commit 6e88b8b

2 files changed

Lines changed: 14 additions & 553 deletions

File tree

package.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@
4242
"scripts": {
4343
"build": "tsup",
4444
"bump": "pnpm run build && pnpx bumpp && npm publish",
45+
"example": "cd example && pnpm i && pnpm dev",
46+
"lint:fix": "eslint --fix",
4547
"test": "vitest --globals"
4648
},
49+
"peerDependencies": {
50+
"@types/google.maps": ">=3.50.5"
51+
},
4752
"dependencies": {
48-
"@babel/core": "^7.22.20",
49-
"@babel/plugin-syntax-jsx": "^7.22.5",
50-
"@babel/plugin-syntax-typescript": "^7.22.5",
51-
"@babel/types": "^7.22.19",
5253
"@googlemaps/js-api-loader": "^1.16.2",
5354
"@googlemaps/markerclusterer": "^2.5.1",
5455
"@types/google.maps": "^3.54.6",
@@ -58,24 +59,13 @@
5859
"zustand": "^4.4.5"
5960
},
6061
"devDependencies": {
61-
"@babel/helper-plugin-utils": "^7.22.5",
62-
"@babel/preset-typescript": "^7.22.15",
63-
"@babel/traverse": "^7.22.20",
6462
"@mvlchain/eslint-config": "^1.0.3",
6563
"@mvlchain/prettier-config": "^1.0.1",
66-
"@types/babel-plugin-syntax-jsx": "^6.18.0",
67-
"@types/babel-types": "^7.0.12",
68-
"@types/babel__core": "^7.20.2",
69-
"@types/babel__helper-plugin-utils": "^7.10.1",
70-
"@types/babel__traverse": "^7.20.2",
7164
"@types/react": "^18.2.33",
7265
"@types/react-dom": "^18.2.14",
73-
"babel-plugin-tester": "^11.0.4",
7466
"bumpp": "^9.2.0",
75-
"chalk": "^5.3.0",
7667
"eslint": "^8.54.0",
7768
"prettier": "^3.0.3",
78-
"ts-pattern": "^5.0.5",
7969
"tsup": "^7.2.0",
8070
"typescript": "^5.3.2",
8171
"vite": "^4.4.9",

0 commit comments

Comments
 (0)