-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
57 lines (57 loc) · 1.65 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
{
"name": "sanity-plugin-color-list",
"version": "2.0.3",
"description": "A custom input component for displaying an array of color to pick from.",
"main": "build/index.js",
"scripts": {
"build": "sanipack build",
"deploy": "npm publish",
"prepublishOnly": "sanipack build && sanipack verify",
"test": "eslint .",
"watch": "sanipack build --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KimPaow/sanity-color-list.git"
},
"keywords": [
"sanity",
"sanityio",
"sanity.io",
"sanity-plugin",
"cms",
"color",
"color-list",
"colorpicker"
],
"author": "Kim Björkman",
"license": "ISC",
"bugs": {
"url": "https://github.com/KimPaow/sanity-color-list/issues"
},
"homepage": "https://github.com/KimPaow/sanity-color-list#readme",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.17.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-sanity": "^5.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.22.0",
"prettier": "^2.2.1",
"react": "^17.0.1",
"sanipack": "^2.0.1"
},
"peerDependencies": {
"@sanity/base": "^2.27.0",
"@sanity/form-builder": ">=2.1.3",
"react": "^16.9 || ^17",
"styled-components": "^5.2.1"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@ctrl/tinycolor": "^2.5.4",
"@sanity/ui": "^0.34.4",
"lodash": "^4.17.20",
"prop-types": "^15.7.2"
}
}