-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "vue-super-flow",
"version": "1.4.0",
"keywords": [
"flowChart",
"super flow",
"vue flow chart",
"vue 流程图"
],
"license": "MIT",
"description": "Vue-super-flow is a quick and convenient Vue plug-in to realize flow chart. Demo address: https://caohuatao.github.io/demo/;",
"main": "lib/index.umd.min.js",
"author": "caohuatao <351995664@qq.com>",
"homepage": "https://github.com/caohuatao/vue-super-flow",
"files": [
"/lib/index.umd.min.js",
"/lib/index.css",
"README.md",
"LICENSE"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lib": "vue-cli-service build --target lib --name index --dest lib packages/index.vue",
"update": "npm run lib && npm publish",
"update-test": "npm run lib && npm publish --tag=beta"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"core-js": "^3.12.1",
"less": "^4.1.1",
"less-loader": "^7.0.0",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
}
}