{ "name": "dash-cytoscape", "version": "0.2.0", "description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js", "repository": { "type": "git", "url": "git://github.com/plotly/dash-cytoscape.git" }, "bugs": { "url": "https://github.com/plotly/dash-cytoscape/issues" }, "homepage": "https://github.com/plotly/dash-cytoscape", "main": "build/index.js", "scripts": { "start": "webpack-serve ./webpack.serve.config.js --open", "validate-init": "python _validate_init.py", "lint:test": "eslint src", "lint": "eslint src --fix", "build:js-dev": "webpack --mode development", "build:js": "webpack --mode production", "build:js-dev-extra": "webpack --config webpack.dev.extra.config.js", "build:js-extra": "webpack --config webpack.prod.extra.config.js", "build:js-all": "npm run build:js && npm run build:js-dev && npm run build:js-dev-extra && npm run build:js-extra", "build:py": "dash-generate-components ./src/lib/components dash_cytoscape", "build:py-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:py)", "build:r": "dash-generate-components ./src/lib/components dash_cytoscape --r-prefix='cyto'", "build:all": "npm run build:js-all && npm run build:py", "build:all-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:all)" }, "author": "The Plotly Team ", "author-email": "cytoscape@plotly.com", "license": "MIT", "dependencies": { "cytoscape-cola": "^2.3.0", "cytoscape-cose-bilkent": "^4.0.0", "cytoscape-dagre": "^2.2.2", "cytoscape-euler": "^1.2.1", "cytoscape-klay": "^3.1.2", "cytoscape-spread": "^3.0.0", "cytoscape-svg": "0.2.0", "lodash": "^4.17.11", "ramda": "^0.25.0", "react": "^16.14.0", "react-cytoscapejs": "1.2.1", "react-dom": "^16.14.0" }, "devDependencies": { "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-loader": "^7.1.4", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "copyfiles": "^2.0.0", "css-loader": "^0.28.11", "eslint": "^4.19.1", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.12.0", "eslint-plugin-react": "^7.9.1", "npm": "^6.14.4", "react-docgen": "^5.3.0", "style-loader": "^0.21.0", "webpack": "^4.20.2", "webpack-cli": "^3.1.1", "webpack-serve": "^1.0.2" }, "peerDependencies": { "react": ">=0.14", "react-dom": ">=0.14", "webpack": "^4.20.2", "webpack-cli": "^3.1.1", "webpack-serve": "^1.0.2" }, "engines": { "node": ">=8.11.0", "npm": ">=6.1.0" } }