-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "mapbox-react-wrapper",
"version": "0.0.24",
"description": "react wrapper for mapbox-gl",
"main": "dist/index.js",
"type": "module",
"keywords": [
"mapbox",
"react",
"wrapper",
"mapbox-gl",
"mapbox-gl-js",
"react-mapbox-gl",
"react-map-gl"
],
"homepage": "https://github.com/sarveshpro/mapbox-react-wrapper/#readme",
"bugs": {
"url": "https://github.com/sarveshpro/mapbox-react-wrapper/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/sarveshpro/mapbox-react-wrapper.git"
},
"scripts": {
"test": "echo \"Note: no test specified\" && exit 0",
"clean": "rm -rf dist",
"build": "npm run clean && tsc && cp package.json README.md ./dist",
"prepublish": "npm run build"
},
"author": "sarveshpro",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"mapbox-gl": "^1.12.0"
},
"devDependencies": {
"@types/mapbox-gl": "^2.7.6",
"@types/react": "^18.0.21",
"mapbox-gl": "^2.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.8.4"
}
}