-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "sanity-plugin-muna",
"version": "0.3.1",
"description": "Muna (remember) is a Sanity Studio tieh a data schema for describing and presenting cultural heritage objects.",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "babel -d lib/ src/"
},
"keywords": [
"sanity",
"sanity-plugin",
"cultural heritage",
"javascript",
"schema"
],
"author": {
"name": "Tarje Sælen Lavik",
"email": "tarje.lavik@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/tarjelavik/sanity-plugin-muna"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"babel-preset-env": "^1.6.1",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.1",
"react": "^16.13.1"
},
"dependencies": {
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/code-input": "^1.150.1",
"@sanity/color-input": "^1.150.1",
"capitalize": "^2.0.3",
"dayjs": "^1.8.35",
"jsonata": "^1.8.3",
"lodash": "^4.17.20",
"react-icons": "^3.11.0",
"react-instagram-embed": "^1.5.0",
"react-twitter-embed": "^3.0.3",
"sanity-plugin-iiif-manifest-input": "0.0.6"
}
}