-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·53 lines (53 loc) · 1.46 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
{
"name": "@seidhr/sanity-plugin-asset-source-marcus",
"version": "0.0.3",
"description": "Get thumbnail and url to a object from Marcus.uib.no in Sanity",
"main": "lib/index.js",
"license": "MIT",
"repository": "https://github.com/tarjelavik/sanity-plugin-asset-source-marcus",
"author": {
"email": "[email protected]",
"name": "Tarje Sælen Lavik",
"url": "https://github.com/tarje.lavik"
},
"dependencies": {
"@sanity/components": "^2.0.2",
"@sanity/core": "^2.0.1",
"@sanity/default-layout": "^2.0.2",
"@sanity/default-login": "^2.0.1",
"@sanity/desk-tool": "^2.0.2",
"axios": "^0.19.2",
"styled-components": "^4.4.1"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.2.2",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0"
},
"files": [
"lib",
"src",
"sanity.json",
"README.md"
],
"keywords": [
"sanity",
"plugin",
"images",
"iiif",
"assets",
"nb.no"
],
"scripts": {
"build": "babel src -d lib",
"build:watch": "nodemon --watch src/ --exec \"babel src -d lib\"",
"prepare": "yarn build"
}
}