mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 12:17:18 +03:00
29 lines
684 B
JSON
29 lines
684 B
JSON
{
|
|
"name": "d3-state-visualizer-tree-example",
|
|
"version": "0.0.2",
|
|
"description": "Visualize your app state as a tree",
|
|
"keywords": [
|
|
"d3",
|
|
"state",
|
|
"store",
|
|
"visualization"
|
|
],
|
|
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/d3-state-visualizer/examples/tree",
|
|
"bugs": {
|
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --open"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
|
},
|
|
"dependencies": {
|
|
"d3-state-visualizer": "^1.3.4",
|
|
"map2tree": "^1.4.2"
|
|
},
|
|
"private": true
|
|
}
|