forked from AlexandreBonaventure/vue-flowchart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.35 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@gcorbel_4/vueflowchart",
"version": "1.0.10",
"description": "vueflowchart",
"main": "dist/vueflowchart.js",
"module": "dist/vueflowchart.esm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:umd": "rollup index.js -c --format umd --name 'vueFlowchart' --file dist/vueflowchart.js",
"build:es": "rollup index.js -c --format es --name 'vueFlowchart' --file dist/vueflowchart.esm.js",
"build": "npm run build:umd && npm run build:es",
"serve": "NODE_PATH=$NODE_PATH:lib:examples/simple budo examples/simple/index.js --open -d . --live -- -t [ vueify ] -g babelify",
"//dist": "NODE_PATH=$NODE_PATH:examples/simple browserify -e examples/simple/index.js -o dist/index.js -t vueify -t [ babelify ] -t uglifyify -p [ minifyify --no-map ]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexandreBonaventure/vue-flowchart.git"
},
"keywords": [
"vue",
"vue.js",
"flow",
"chart",
"diagram"
],
"author": "Alexandre Bonaventure Geissmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlexandreBonaventure/vue-flowchart/issues"
},
"homepage": "https://github.com/AlexandreBonaventure/vue-flowchart#readme",
"peerDependencies": {
"vue": "2.x"
},
"dependencies": {
"lodash-es": "^4.17.4",
"uuid": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@rollup/plugin-babel": "^5.0.2",
"@rollup/plugin-buble": "^0.21.0",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"babel-plugin-external-helpers": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2017": "^6.22.0",
"babelify": "^7.3.0",
"babelify-external-helpers": "^1.1.0",
"browserify": "^13.1.1",
"browserify-shim": "^3.8.12",
"budo": "^9.2.2",
"bundle-collapser": "^1.2.1",
"jade": "^1.11.0",
"js-data": "^2.9.0",
"minifyify": "^7.3.4",
"node-sass": "^4.2.0",
"rollup": "2.10.5",
"rollup-plugin-scss": "^2.5.0",
"rollup-plugin-vue": "5.1.7",
"uglifyify": "^3.0.4",
"vue": "2.6.11",
"vue-hot-reload-api": "^2.3.4",
"vueify": "^9.4.0",
"vueify-insert-css": "^1.0.0",
"vuex": "^3.4.0"
},
"browserify-shim": {}
}