forked from robin1liu/vue-mermaid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "vue-mermaid",
"description": "flowchart of mermaid with vue componet",
"version": "0.0.5",
"main": "dist/vue-mermaid.js",
"author": "mark_tun <[email protected]>",
"contributors": ["Filipe Pinheiro <[email protected]>"],
"license": "MIT",
"files": [
"dist",
"src"
],
"keywords": [
"vue",
"vue-mermaid",
"vue flowchart",
"flowchart"
],
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "https://github.com/robin1liu/vue-mermaid.git"
},
"dependencies": {
"mermaid": "^8.0.0-rc.8"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"rollup": "^0.66.2",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify-es": "0.0.1",
"rollup-plugin-vue": "^4.3.2",
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.17"
}
}