vis-network
Version:
A dynamic, browser-based visualization library.
142 lines (141 loc) • 4.93 kB
JSON
{
"name": "vis-network",
"version": "6.3.1",
"description": "A dynamic, browser-based visualization library.",
"homepage": "http://visjs.org/",
"license": "(Apache-2.0 OR MIT)",
"repository": {
"type": "git",
"url": "https://github.com/visjs/vis-network.git"
},
"bugs": {
"url": "https://github.com/visjs/vis-network/issues"
},
"keywords": [
"vis",
"visualization",
"web based",
"browser based",
"typescript",
"javascript",
"chart",
"graph",
"network",
"browser"
],
"main": "dist/vis-network.min.js",
"module": "dist/vis-network.esm.min.js",
"types": "dist/types/index-legacy-bundle.d.ts",
"files": [
"LICENSE*",
"declarations",
"dist",
"peer",
"standalone",
"styles"
],
"scripts": {
"serve": "serve -l tcp://localhost:58253",
"test": "npm run test:unit && npm run test:e2e",
"test:e2e": "start-server-and-test serve http://localhost:58253 test:e2e:no-server",
"test:e2e:gui": "start-server-and-test serve http://localhost:58253 test:e2e:gui:no-server",
"test:e2e:gui:no-server": "cypress open",
"test:e2e:no-server": "cypress run",
"test:unit": "BABEL_ENV=test-cov nyc mocha --exit",
"build:legacy:types": "cpy --parents types dist && tsc -p tsconfig.types.json",
"build:legacy:code": "rollup --config rollup.config.js",
"build:legacy:images": "cpy lib/assets/* dist/img/network/",
"build:declarations": "cpy --cwd types --parents '**/*' ../declarations && tsc -p tsconfig.declarations.json",
"build:code": "rollup --config rollup.build.js",
"prepublishOnly": "npm run build",
"build": "npm run build:declarations && npm run build:code && npm run build:legacy:types && npm run build:legacy:code && npm run build:legacy:images",
"watch": "rollup --watch --config rollup.build.js",
"watch-dev": "npm run watch-dev",
"generate-examples-index": "generate-examples-index -t \"Vis Network Examples\" -c mynetwork -d ./examples -w https://visjs.github.io/vis-network -S ./scripts/examples-index/screenshot-script.js -lis",
"lint": "npm run lint:js && npm run lint:ts",
"lint:js": "eslint '{cypress,lib,test}/**/*.js'",
"lint:ts": "eslint '{cypress,lib,test}/**/*.ts'",
"clean": "rimraf \"declarations\" \"dist\" \"examples/index.html\" \"examples/thumbnails\" \"peer\" \"standalone\" \"styles\" \"vis-network*\"",
"postinstall": "opencollective postinstall || exit 0"
},
"peerDependencies": {
"keycharm": "^0.2.0",
"moment": "^2.24.0",
"vis-data": "^6.2.1",
"vis-util": "^1.1.8"
},
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/preset-env": "7.6.3",
"@babel/preset-typescript": "7.6.0",
"@babel/register": "7.6.2",
"@babel/runtime": "7.6.3",
"@egjs/hammerjs": "2.0.15",
"@semantic-release/commit-analyzer": "6.3.1",
"@semantic-release/github": "5.5.5",
"@semantic-release/npm": "5.2.0",
"@semantic-release/release-notes-generator": "7.3.2",
"@types/chai": "4.2.4",
"@types/cheerio": "0.22.13",
"@types/hammerjs": "2.0.36",
"@types/mocha": "5.2.7",
"@types/prettier": "1.18.3",
"@types/sinon": "7.5.0",
"@types/timsort": "0.3.0",
"@types/yargs": "13.0.3",
"@typescript-eslint/eslint-plugin": "2.5.0",
"@typescript-eslint/parser": "2.5.0",
"@wessberg/rollup-plugin-ts": "1.1.73",
"babel-plugin-css-modules-transform": "1.6.2",
"babel-plugin-istanbul": "5.2.0",
"babel-preset-minify": "0.5.1",
"chai": "4.2.0",
"cheerio": "1.0.0-rc.3",
"component-emitter": "1.3.0",
"core-js": "3.3.4",
"cpy-cli": "2.0.0",
"cypress": "3.5.0",
"eslint": "6.6.0",
"eslint-config-prettier": "6.5.0",
"eslint-plugin-cypress": "2.7.0",
"eslint-plugin-prettier": "3.1.1",
"gh-pages": "2.1.1",
"globby": "10.0.1",
"jsdoc": "3.6.3",
"jsdom": "15.2.0",
"jsdom-global": "3.0.2",
"keycharm": "0.2.0",
"mocha": "6.2.2",
"moment": "2.24.0",
"nyc": "14.1.1",
"opencollective": "1.0.3",
"pageres": "5.2.0",
"postcss-assets": "5.0.0",
"prettier": "1.18.2",
"rimraf": "3.0.0",
"rollup": "1.25.2",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-copy": "3.1.0",
"rollup-plugin-css-porter": "1.0.2",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-postcss": "2.0.3",
"rollup-plugin-terser": "5.1.2",
"rollup-plugin-typescript2": "0.24.3",
"semantic-release": "15.13.28",
"serve": "11.2.0",
"sinon": "7.5.0",
"start-server-and-test": "1.10.6",
"timsort": "0.3.0",
"typescript": "3.6.4",
"vis-data": "6.2.1",
"vis-dev-utils": "1.1.0",
"vis-util": "1.1.8",
"yargs": "14.2.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/visjs"
}
}