-
-
Notifications
You must be signed in to change notification settings - Fork 439
/
package.json
162 lines (162 loc) · 6.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "@react-google-maps/root",
"version": "2.9.10",
"private": true,
"description": "@react-google-maps API integration",
"license": "MIT",
"author": {
"name": "Alexey Lyakhov",
"email": "[email protected]",
"url": "https://github.com/JustFly1984"
},
"contributors": [
"Ignat Awwit <[email protected]> (https://github.com/awwit)",
"Uri Klar <[email protected]> (https://github.com/uriklar)",
"Ivan Konev <[email protected]> (https://github.com/ivankonev)",
"Daniel K. <[email protected]> (https://github.com/fredyc)",
"Marc Ryan <[email protected]> (https://github.com/inv8der)",
"Park Giwan <[email protected]> (https://github.com/zprime0920)",
"Kevin Brown <[email protected]> (https://github.com/thekevinbrown)"
],
"repository": {
"type": "git",
"url": "https://github.com/JustFly1984/react-google-maps-api"
},
"scripts": {
"build:api": "cd packages/react-google-maps-api && yarn && yarn build && cd ../..",
"build:docs": "cd packages/react-google-maps-api && yarn && yarn docs:build && cd ../..",
"build:clusterer": "cd packages/react-google-maps-api-marker-clusterer && yarn && yarn build && cd ../..",
"build:infobox": "cd packages/react-google-maps-api-infobox && yarn && yarn build && cd ../..",
"build:gatsby": "cd packages/react-google-maps-api-gatsby-example && yarn && yarn build && cd ../..",
"prebuild:docs": "yarn build:clusterer && yarn build:infobox",
"prebuild:gatsby": "yarn build:clusterer && yarn build:infobox && yarn build:api",
"start:gatsby": "cd packages/react-google-maps-api-gatsby-example && yarn start && cd ../..",
"prestart:gatsby": "yarn build:clusterer && yarn build:infobox && yarn build:api",
"clean": "rimraf ./yarn.lock ./package-lock.json ./node_modules/ && yarn",
"storybook": "start-storybook -p 6006",
"bootstrap": "lerna bootstrap",
"build-storybook": "build-storybook"
},
"lint-staged": {
"*.{ts|tsx}": [
"npx eslint --fix",
"tsc --noEmit --jsx react --esModuleInterop",
"git add -A"
]
},
"resolutions": {
"@babel/core": "7.23.9",
"@types/jest": "29.5.12",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "6.21.0"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.23.9",
"@babel/plugin-proposal-export-default-from": "7.23.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-jsx": "7.23.3",
"@babel/plugin-syntax-typescript": "7.23.3",
"@babel/plugin-transform-arrow-functions": "7.23.3",
"@babel/plugin-transform-classes": "7.23.8",
"@babel/plugin-transform-destructuring": "7.23.3",
"@babel/plugin-transform-for-of": "7.23.6",
"@babel/plugin-transform-parameters": "7.23.3",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/plugin-transform-spread": "7.23.3",
"@babel/plugin-transform-typescript": "7.23.3",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@googlemaps/react-wrapper": "1.1.35",
"@jest/types": "29.6.3",
"@mdx-js/loader": "1.6.22",
"@storybook/addon-actions": "7.6.14",
"@storybook/addon-essentials": "7.6.14",
"@storybook/addon-links": "7.6.14",
"@storybook/builder-webpack5": "7.6.14",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/react": "7.1.1",
"@svgr/webpack": "8.1.0",
"@testing-library/dom": "9.3.4",
"@types/google.maps": "3.55.2",
"@types/invariant": "2.2.37",
"@types/jest": "29.5.12",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/supercluster": "7.1.3",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript/lib-dom": "npm:@types/web",
"acorn": "8.11.3",
"acorn-jsx": "5.3.2",
"autoprefixer": "10.4.17",
"babel-loader": "9.1.3",
"babel-plugin-macros": "3.1.0",
"babel-plugin-polyfill-corejs3": "0.9.0",
"babel-plugin-react-require": "4.0.2",
"css-module-builder": "2.0.6",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-ascii": "1.0.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-css-modules": "2.12.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-html": "8.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-no-inferred-method-name": "2.0.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-promiseparams": "1.0.8",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-perf": "3.3.2",
"eslint-plugin-security-node": "1.1.4",
"eslint-plugin-you-dont-need-lodash-underscore": "6.13.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-specific-snapshot": "8.0.0",
"lerna": "8.1.2",
"lint-staged": "15.2.2",
"postcss": "8.4.35",
"postcss-flexbugs-fixes": "5.0.2",
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"require-from-string": "2.0.2",
"sass-loader": "14.1.0",
"source-map-explorer": "2.5.3",
"ts-jest": "29.1.2",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.3.3",
"url-loader": "4.1.1",
"webpack": "5.90.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}