forked from Grsmto/sanity-plugin-mapbox-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.43 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
{
"name": "sanity-plugin-mapbox-input",
"version": "0.0.3",
"description": "Sanity plugin providing input handlers for geo-related input types using Mapbox",
"main": "lib/index.js",
"author": "Adrien Denat",
"license": "MIT",
"scripts": {
"build": "babel src -d lib --copy-files",
"clean": "rimraf lib",
"start": "cd example && sanity start",
"prepublish": "npm run build"
},
"keywords": [
"sanity",
"cms",
"headless",
"realtime",
"content",
"mapbox-input",
"sanity-plugin"
],
"dependencies": {
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react-map-gl": "^5.0.9",
"react-map-gl-geocoder": "^2.0.9"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@sanity/base": "0.141.6",
"@sanity/check": "0.141.5",
"@sanity/cli": "0.141.6",
"@sanity/components": "0.141.6",
"@sanity/core": "0.141.6",
"babel-eslint": "^10.0.2",
"rimraf": "^2.6.2"
},
"peerDependencies": {
"react": "^16.2",
"react-dom": "^16.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Grsmto/sanity-plugin-mapbox-input.git"
},
"bugs": {
"url": "https://github.com/Grsmto/sanity-plugin-mapbox-input/issues"
},
"homepage": "https://www.sanity.io/",
"gitHead": "b3d61f46ec46c01c7918c10103e964220b5dc704"
}