UNPKG

4.7 kBJSONView Raw
1{
2 "name": "vis-network",
3 "version": "6.4.6",
4 "description": "A dynamic, browser-based visualization library.",
5 "homepage": "http://visjs.org/",
6 "license": "(Apache-2.0 OR MIT)",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/visjs/vis-network.git"
10 },
11 "bugs": {
12 "url": "https://github.com/visjs/vis-network/issues"
13 },
14 "keywords": [
15 "vis",
16 "visualization",
17 "web based",
18 "browser based",
19 "typescript",
20 "javascript",
21 "chart",
22 "graph",
23 "network",
24 "browser"
25 ],
26 "main": "dist/vis-network.min.js",
27 "module": "dist/vis-network.esm.min.js",
28 "types": "dist/types/index-legacy-bundle.d.ts",
29 "files": [
30 "LICENSE*",
31 "declarations",
32 "dist",
33 "peer",
34 "standalone",
35 "styles"
36 ],
37 "funding": {
38 "type": "opencollective",
39 "url": "https://opencollective.com/visjs"
40 },
41 "scripts": {
42 "serve": "serve -l tcp://localhost:58253",
43 "test": "npm run test:unit && npm run test:e2e",
44 "test:e2e": "start-server-and-test serve http://localhost:58253 test:e2e:no-server",
45 "test:e2e:gui": "start-server-and-test serve http://localhost:58253 test:e2e:gui:no-server",
46 "test:e2e:gui:no-server": "cypress open",
47 "test:e2e:no-server": "cypress run",
48 "test:unit": "BABEL_ENV=test-cov nyc mocha --exit",
49 "build:legacy:types": "cpy --parents types dist && tsc -p tsconfig.types.json",
50 "build:legacy:code": "rollup --config rollup.config.js",
51 "build:legacy:images": "cpy lib/assets/* dist/img/network/",
52 "build:declarations": "cpy --cwd types --parents '**/*' ../declarations && tsc -p tsconfig.declarations.json",
53 "build:code": "rollup --config rollup.build.js",
54 "prepublishOnly": "npm run build",
55 "build": "npm run build:declarations && npm run build:code && npm run build:legacy:types && npm run build:legacy:code && npm run build:legacy:images",
56 "watch": "rollup --watch --config rollup.build.js",
57 "watch-dev": "npm run watch-dev",
58 "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",
59 "lint": "npm run lint:js && npm run lint:ts",
60 "lint:js": "eslint '{cypress,lib,test}/**/*.js'",
61 "lint:ts": "eslint '{cypress,lib,test}/**/*.ts'",
62 "clean": "rimraf \"declarations\" \"dist\" \"examples/index.html\" \"examples/thumbnails\" \"peer\" \"standalone\" \"styles\" \"vis-network*\"",
63 "postinstall": "opencollective postinstall || exit 0"
64 },
65 "peerDependencies": {
66 "keycharm": "^0.2.0",
67 "moment": "^2.24.0",
68 "vis-data": "^6.2.1",
69 "vis-util": "^1.1.8"
70 },
71 "devDependencies": {
72 "@babel/core": "7.7.4",
73 "@babel/plugin-proposal-class-properties": "7.7.4",
74 "@babel/plugin-transform-runtime": "7.7.4",
75 "@babel/preset-env": "7.7.4",
76 "@babel/preset-typescript": "7.7.4",
77 "@babel/register": "7.7.4",
78 "@babel/runtime-corejs3": "7.7.2",
79 "@egjs/hammerjs": "2.0.16",
80 "@semantic-release/commit-analyzer": "6.3.3",
81 "@semantic-release/github": "5.5.5",
82 "@semantic-release/npm": "5.3.4",
83 "@semantic-release/release-notes-generator": "7.3.5",
84 "@types/chai": "4.2.5",
85 "@types/mocha": "5.2.7",
86 "@types/sinon": "7.5.1",
87 "@types/timsort": "0.3.0",
88 "@typescript-eslint/eslint-plugin": "2.8.0",
89 "@typescript-eslint/parser": "2.9.0",
90 "babel-plugin-css-modules-transform": "1.6.2",
91 "babel-plugin-istanbul": "5.2.0",
92 "chai": "4.2.0",
93 "component-emitter": "1.3.0",
94 "cpy-cli": "2.0.0",
95 "cypress": "3.7.0",
96 "eslint": "6.7.1",
97 "eslint-config-prettier": "6.7.0",
98 "eslint-plugin-cypress": "2.7.0",
99 "eslint-plugin-prettier": "3.1.1",
100 "gh-pages": "2.1.1",
101 "jsdoc": "3.6.3",
102 "jsdom": "15.2.1",
103 "jsdom-global": "3.0.2",
104 "keycharm": "0.3.1",
105 "mocha": "6.2.2",
106 "moment": "2.24.0",
107 "nyc": "14.1.1",
108 "opencollective": "1.0.3",
109 "postcss-assets": "5.0.0",
110 "prettier": "1.19.1",
111 "rimraf": "3.0.0",
112 "rollup": "1.27.5",
113 "rollup-plugin-babel": "4.3.3",
114 "rollup-plugin-commonjs": "10.1.0",
115 "rollup-plugin-copy": "3.1.0",
116 "rollup-plugin-node-resolve": "5.2.0",
117 "rollup-plugin-postcss": "2.0.3",
118 "rollup-plugin-terser": "5.1.2",
119 "rollup-plugin-typescript2": "0.25.2",
120 "semantic-release": "15.13.31",
121 "serve": "11.2.0",
122 "sinon": "7.5.0",
123 "start-server-and-test": "1.10.6",
124 "timsort": "0.3.0",
125 "typescript": "3.7.2",
126 "vis-data": "6.2.4",
127 "vis-dev-utils": "1.1.0",
128 "vis-util": "2.0.1"
129 },
130 "collective": {
131 "type": "opencollective",
132 "url": "https://opencollective.com/visjs"
133 }
134}