-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.73 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
58
59
60
{
"name": "sanity-plugin-dashboard-widget-now",
"version": "0.0.6",
"description": "Sanity Studio Dashboard Widget for triggering Now.sh builds and deployments.",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib --copy-files",
"watch": "babel src --watch -d lib --copy-files",
"prepublishOnly": "npm run build",
"lint": "eslint ./src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sanity",
"plugin",
"part",
"dashboard",
"widget",
"now",
"zeit"
],
"author": "Ján Bočínec <jan.bocinec@webikon.sk>",
"repository": {
"type": "git",
"url": "https://github.com/johnnypea/sanity-plugin-dashboard-widget-now.git"
},
"bugs": {
"url": "https://github.com/johnnypea/sanity-plugin-dashboard-widget-now/issues"
},
"homepage": "https://github.com/johnnypea/sanity-plugin-dashboard-widget-now",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-sanity": "^0.147.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-react": "^7.19.0",
"prettier": "^1.19.1"
},
"peerDependencies": {
"prop-types": "^15.6 || ^16",
"react": "^16.8.0"
},
"dependencies": {
"@iconify/icons-twemoji": "^1.0.7",
"@iconify/react": "^1.1.3",
"@sanity/base": "^0.147.8",
"@sanity/client": "^0.147.3",
"@sanity/image-url": "^0.140.17",
"moment": "^2.24.0",
"react": "^16.12.0",
"react-moment": "^0.9.7"
}
}