mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
06a1913b69
* fix(deps): update all non-major dependencies * Combine msw Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"private": true,
|
|
"name": "d3-state-visualizer-tree-example",
|
|
"version": "0.1.4",
|
|
"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": "^1.6.0",
|
|
"map2tree": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.12",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@babel/preset-typescript": "^7.16.7",
|
|
"@types/node": "^16.11.21",
|
|
"@typescript-eslint/eslint-plugin": "^5.10.1",
|
|
"@typescript-eslint/parser": "^5.10.1",
|
|
"babel-loader": "^8.2.3",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.8.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"fork-ts-checker-webpack-plugin": "^7.0.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "~4.5.5",
|
|
"webpack": "^5.67.0",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.7.3"
|
|
}
|
|
}
|