Files
network-vis-chart/package.json
2021-08-26 13:03:04 +02:00

39 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "qlik-network-chart",
"version": "0.0.1",
"description": "Displays hierarchical or relational dimensions as nodes and edges´, with measures to show the significance of its links.",
"homepage": "",
"repository": "https://github.com/qlik-oss/network-vis-chart",
"author": "Michael Laenen (miclae76) <m.laenen@contactoffice.net>",
"license": "MIT",
"scripts": {
"build": "gulp build",
"build:zip": "gulp zip",
"eslint": "eslint src"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.15.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"css-loader": "6.2.0",
"del": "6.0.0",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"file-loader": "6.2.0",
"gulp": "4.0.2",
"gulp-util": "^3.0.7",
"gulp-zip": "5.1.0",
"less": "4.1.1",
"less-loader": "10.0.1",
"style-loader": "3.2.1",
"stylelint": "13.13.1",
"stylelint-webpack-plugin": "3.0.1",
"webpack": "5.51.1"
},
"dependencies": {
"vis": "4.21.0"
}
}