|
42 | 42 | "scripts": { |
43 | 43 | "build": "tsup", |
44 | 44 | "bump": "pnpm run build && pnpx bumpp && npm publish", |
| 45 | + "example": "cd example && pnpm i && pnpm dev", |
| 46 | + "lint:fix": "eslint --fix", |
45 | 47 | "test": "vitest --globals" |
46 | 48 | }, |
| 49 | + "peerDependencies": { |
| 50 | + "@types/google.maps": ">=3.50.5" |
| 51 | + }, |
47 | 52 | "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", |
52 | 53 | "@googlemaps/js-api-loader": "^1.16.2", |
53 | 54 | "@googlemaps/markerclusterer": "^2.5.1", |
54 | 55 | "@types/google.maps": "^3.54.6", |
|
58 | 59 | "zustand": "^4.4.5" |
59 | 60 | }, |
60 | 61 | "devDependencies": { |
61 | | - "@babel/helper-plugin-utils": "^7.22.5", |
62 | | - "@babel/preset-typescript": "^7.22.15", |
63 | | - "@babel/traverse": "^7.22.20", |
64 | 62 | "@mvlchain/eslint-config": "^1.0.3", |
65 | 63 | "@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", |
71 | 64 | "@types/react": "^18.2.33", |
72 | 65 | "@types/react-dom": "^18.2.14", |
73 | | - "babel-plugin-tester": "^11.0.4", |
74 | 66 | "bumpp": "^9.2.0", |
75 | | - "chalk": "^5.3.0", |
76 | 67 | "eslint": "^8.54.0", |
77 | 68 | "prettier": "^3.0.3", |
78 | | - "ts-pattern": "^5.0.5", |
79 | 69 | "tsup": "^7.2.0", |
80 | 70 | "typescript": "^5.3.2", |
81 | 71 | "vite": "^4.4.9", |
|
0 commit comments