Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# AUTO GENERATED FILE - DO NOT EDIT

export(''DashInteractiveGraphviz)
export(dashInteractiveGraphviz)
export(DashInteractiveGraphviz)
export(dashInteractiveGraphviz)
export(DashInteractiveGraphviz)
124 changes: 66 additions & 58 deletions dash_interactive_graphviz/package-info.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,68 @@
{
"name": "dash_interactive_graphviz",
"version": "0.2.0",
"description": "An interactive graphviz viewer for Dash",
"repository": {
"type": "git",
"url": "git://github.com/BusinessOptics/dash-interactive-graphviz.git"
},
"bugs": {
"url": "https://github.com/BusinessOptics/dash-interactive-graphviz/issues"
},
"homepage": "https://github.com/BusinessOptics/dash-interactive-graphviz",
"main": "build/index.js",
"scripts": {
"start": "webpack-serve --config ./webpack.serve.config.js --open",
"validate-init": "python _validate_init.py",
"prepublishOnly": "npm run validate-init",
"build:js": "webpack --mode production",
"build:py_and_r": "dash-generate-components ./src/lib/components dash_interactive_graphviz -p package-info.json --r-prefix ''",
"build:py_and_r-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:py_and_r)",
"build": "npm run build:js && npm run build:py_and_r",
"build:activated": "npm run build:js && npm run build:py_and_r-activated"
},
"author": "James Saunders <james@businessoptics.biz>",
"license": "MIT",
"dependencies": {
"d3": "^5.14.2",
"d3-graphviz": "^2.6.1",
"ramda": "^0.26.1",
"react-sizeme": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"copyfiles": "^2.1.1",
"css-loader": "^3.0.0",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-react": "^7.14.2",
"npm": "^6.1.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-docgen": "^4.1.1",
"react-dom": "^16.8.6",
"styled-jsx": "^3.2.1",
"style-loader": "^0.23.1",
"webpack": "4.36.1",
"webpack-cli": "3.3.6",
"webpack-serve": "3.1.0"
},
"engines": {
"node": ">=8.11.0",
"npm": ">=6.1.0"
}
"name": "dash_interactive_graphviz",
"version": "0.2.0",
"description": "An interactive graphviz viewer for Dash",
"repository": {
"type": "git",
"url": "git://github.com/BusinessOptics/dash-interactive-graphviz.git"
},
"bugs": {
"url": "https://github.com/BusinessOptics/dash-interactive-graphviz/issues"
},
"homepage": "https://github.com/BusinessOptics/dash-interactive-graphviz",
"main": "build/index.js",
"scripts": {
"start": "webpack-serve --config ./webpack.serve.config.js --open",
"validate-init": "python _validate_init.py",
"prepublishOnly": "npm run validate-init",
"build:js": "webpack --mode production",
"build:py_and_r": "dash-generate-components ./src/lib/components dash_interactive_graphviz -p package-info.json --r-prefix ''",
"build:py_and_r-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:py_and_r)",
"build": "npm run build:js && npm run build:py_and_r",
"build:activated": "npm run build:js && npm run build:py_and_r-activated"
},
"author": "James Saunders <james@businessoptics.biz>",
"license": "MIT",
"dependencies": {
"crypto": "^1.0.1",
"d3": "^7.8.1",
"d3-graphviz": "^5.0.2",
"ramda": "^0.26.1",
"react-sizeme": "^2.6.10",
"xxhash-addon": "^2.0.1",
"yaml": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"copyfiles": "^2.1.1",
"css-loader": "^3.0.0",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-react": "^7.14.2",
"npm": "^9.2.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-docgen": "^4.1.1",
"react-dom": "^16.8.6",
"style-loader": "^0.23.1",
"styled-jsx": "^5.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^3.3.12",
"webpack-serve": "3.1.0"
},
"engines": {
"node": ">=8.11.0",
"npm": ">=6.1.0"
},
"directories": {
"man": "man",
"test": "tests"
},
"keywords": []
}
Loading