-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.23 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
{
"name": "sanity-plugin-mermaid",
"version": "1.0.1",
"browser": "build/index.js",
"author": "Raymond Julin <raymond.julin@gmail.com>",
"license": "MIT",
"scripts": {
"build": "babel src -d build --copy-files",
"semantic-release": "semantic-release"
},
"keywords": [
"sanity",
"plugin",
"mermaid",
"graph"
],
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.1.0",
"husky": "^4.2.3",
"precise-commits": "^1.0.2",
"prettier": "^2.0.1",
"react": "^16.8.0",
"semantic-release": "^17.0.4"
},
"dependencies": {
"debounce-fn": "^4.0.0",
"mermaid": "^8.4.8",
"prop-types": "^15.7.2",
"react-icons": "^3.9.0"
},
"peerDependencies": {
"@sanity/base": "^0.135.0",
"@sanity/components": "^0.135.0",
"@sanity/core": "^0.135.0",
"react": "^16.8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {}
},
"repository": {
"type": "git",
"url": "https://github.com/nervetattoo/sanity-plugin-mermaid.git"
}
}