forked from ndimatteo/sanity-plugin-note-field
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 847 Bytes
/
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
{
"name": "sanity-plugin-note-field",
"version": "V3",
"description": "Display notes in your schemas. Ready for Sanity V3.",
"keywords": [
"sanity",
"plugin",
"note",
"custom input",
"sanity field",
"sanity V3",
"studio V3"
],
"author": "Nick DiMatteo <hello@nickdimatteo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ndimatteo/sanity-plugin-note-field/issues"
},
"homepage": "https://github.com/ndimatteo/sanity-plugin-note-field",
"main": "src/index.ts",
"scripts": {
},
"dependencies": {
"@sanity/ui": "^1",
"sanity": "^3.2.4"
},
"devDependencies": {
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"sanityTemplate": {
"suggestedName": "note-field",
"requiresConfig": false,
"minimumBaseVersion": "3.0.0"
}
}