mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
5c6aa8aa0a
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"private": true,
|
|
"name": "d3-state-visualizer-tree-example",
|
|
"version": "0.1.5",
|
|
"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",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
|
},
|
|
"scripts": {
|
|
"start": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack serve --open",
|
|
"build": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack",
|
|
"lint": "eslint . --ext .ts",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"d3-state-visualizer": "^2.0.0",
|
|
"map2tree": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.9",
|
|
"@babel/preset-env": "^7.23.9",
|
|
"@babel/preset-typescript": "^7.23.3",
|
|
"@types/node": "^20.11.20",
|
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
"@typescript-eslint/parser": "^7.1.1",
|
|
"babel-loader": "^9.1.3",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "~5.3.3",
|
|
"webpack": "^5.90.3",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^5.0.2"
|
|
}
|
|
}
|