forked from christopherafbjur/sanity-plugin-icon-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
{
"name": "sanity-plugin-icon-picker",
"version": "2.0.2",
"description": "An Icon Picker plugin for Sanity",
"main": "dist/index.js",
"files": [
"dist",
"sanity.json"
],
"scripts": {
"build": "babel src --out-dir dist",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christopherafbjur/sanity-plugin-icon-picker.git"
},
"keywords": [
"sanity",
"plugin",
"icon",
"custom input",
"sanity field"
],
"author": "Christopher Af Bjur",
"license": "MIT",
"bugs": {
"url": "https://github.com/christopherafbjur/sanity-plugin-icon-picker/issues"
},
"homepage": "https://github.com/christopherafbjur/sanity-plugin-icon-picker#readme",
"dependencies": {
"@sanity/icons": "^1.1.3",
"@sanity/ui": "^0.37.2",
"decamelize": "3.2.0",
"framework7-icons": "^4.0.2",
"react-icons": "^4.2.0",
"react-virtualized-auto-sizer": "^1.0.5",
"react-window": "^1.8.6"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5"
}
}