-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
114 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# vue2vis | ||
|
||
> This monorepo hosts Vue2 component wrapper for the [visjs](https://github.com/visjs) libraries. | ||
> If you are looking for the old [[email protected]](https://almende.github.io/vis/) please use the [branch 0.x](https://github.com/alexcode/vue2vis/tree/0.x) | ||
<p align="center"> | ||
<a href="https://travis-ci.com/alexcode/vue2vis"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
"author": "Alex Couturon <[email protected]>", | ||
"homepage": "https://github.com/alexcode/vue2vis#readme", | ||
"license": "MIT", | ||
"main": "dist/graph2d.cjs.js", | ||
"module": "dist/graph2d.esm.js", | ||
"main": "dist/graph2d.umd.min.js", | ||
"module": "dist/graph2d.esm.min.js", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "__tests__" | ||
|
@@ -47,6 +47,7 @@ | |
"propagating-hammerjs": "^1.4.0", | ||
"rollup-plugin-node-externals": "^2.1.5", | ||
"rollup-plugin-node-polyfills": "^0.2.1", | ||
"rollup-plugin-terser": "^5.3.0", | ||
"uuid": "^7.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
"author": "Alex Couturon <[email protected]>", | ||
"homepage": "https://github.com/alexcode/vue2vis#readme", | ||
"license": "MIT", | ||
"main": "dist/network.cjs.js", | ||
"module": "dist/network.esm.js", | ||
"main": "dist/network.umd.min.js", | ||
"module": "dist/network.esm.min.js", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "__tests__" | ||
|
@@ -46,6 +46,7 @@ | |
"keycharm": "^0.3.0", | ||
"rollup-plugin-node-externals": "^2.1.5", | ||
"rollup-plugin-node-polyfills": "^0.2.1", | ||
"rollup-plugin-terser": "^5.3.0", | ||
"timsort": "^0.3.0", | ||
"uuid": "^7.0.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
"author": "Alex Couturon <[email protected]>", | ||
"homepage": "https://github.com/alexcode/vue2vis#readme", | ||
"license": "MIT", | ||
"main": "dist/timeline.cjs.js", | ||
"module": "dist/timeline.esm.js", | ||
"main": "dist/timeline.umd.min.js", | ||
"module": "dist/timeline.esm.min.js", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "__tests__" | ||
|
@@ -54,6 +54,7 @@ | |
"propagating-hammerjs": "^1.4.0", | ||
"rollup-plugin-node-externals": "^2.1.5", | ||
"rollup-plugin-node-polyfills": "^0.2.1", | ||
"rollup-plugin-terser": "^5.3.0", | ||
"uuid": "^7.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
"author": "Alex Couturon <[email protected]>", | ||
"homepage": "https://github.com/alexcode/vue2vis#readme", | ||
"license": "MIT", | ||
"main": "dist/utils.cjs.js", | ||
"module": "dist/utils.esm.js", | ||
"main": "dist/utils.umd.min.js", | ||
"module": "dist/utils.esm.min.js", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "__tests__" | ||
|
@@ -39,6 +39,7 @@ | |
"@rollup/plugin-node-resolve": "^7.1.1", | ||
"rollup-plugin-node-externals": "^2.1.5", | ||
"rollup-plugin-node-polyfills": "^0.2.1", | ||
"rollup-plugin-terser": "^5.3.0", | ||
"uuid": "^7.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.