2020-08-05 15:42:25 +03:00
|
|
|
{
|
|
|
|
"name": "d3-state-visualizer",
|
2024-04-07 07:05:15 +03:00
|
|
|
"version": "3.0.0",
|
2020-08-05 15:42:25 +03:00
|
|
|
"description": "Visualize your app state with a range of reusable charts",
|
|
|
|
"keywords": [
|
|
|
|
"d3",
|
|
|
|
"state",
|
|
|
|
"store",
|
|
|
|
"tree",
|
|
|
|
"visualization"
|
|
|
|
],
|
2020-09-21 02:05:37 +03:00
|
|
|
"homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/d3-state-visualizer",
|
2020-08-05 15:42:25 +03:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools/issues"
|
|
|
|
},
|
2020-09-21 02:05:37 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"author": "romseguy",
|
|
|
|
"files": [
|
|
|
|
"dist",
|
2022-01-24 05:11:46 +03:00
|
|
|
"lib",
|
2020-09-21 02:05:37 +03:00
|
|
|
"src"
|
|
|
|
],
|
2024-04-07 06:44:14 +03:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "lib/index.d.ts",
|
|
|
|
"type": "module",
|
2022-01-24 05:11:46 +03:00
|
|
|
"sideEffects": false,
|
2020-09-21 02:05:37 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2024-04-07 06:44:14 +03:00
|
|
|
"build": "tsc",
|
2022-01-24 05:11:46 +03:00
|
|
|
"clean": "rimraf lib",
|
2024-08-09 06:47:07 +03:00
|
|
|
"lint": "eslint .",
|
2020-09-21 02:05:37 +03:00
|
|
|
"type-check": "tsc --noEmit",
|
2022-05-08 16:49:09 +03:00
|
|
|
"prepack": "pnpm run clean && pnpm run build",
|
2024-04-07 06:44:14 +03:00
|
|
|
"prepublish": "pnpm run lint"
|
2020-08-05 15:42:25 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-09 04:22:50 +03:00
|
|
|
"@types/d3": "^7.4.3",
|
2024-03-27 00:01:02 +03:00
|
|
|
"d3": "^7.9.0",
|
2024-09-01 07:12:24 +03:00
|
|
|
"d3tooltip": "workspace:^",
|
2023-03-27 04:04:12 +03:00
|
|
|
"deepmerge": "^4.3.1",
|
2024-09-01 07:12:24 +03:00
|
|
|
"map2tree": "workspace:^",
|
2024-06-07 04:21:49 +03:00
|
|
|
"ramda": "^0.30.1"
|
2020-09-21 02:05:37 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-01 15:30:09 +03:00
|
|
|
"@types/ramda": "^0.30.2",
|
2024-07-16 18:35:07 +03:00
|
|
|
"rimraf": "^6.0.1",
|
2024-08-06 06:27:22 +03:00
|
|
|
"typescript": "~5.5.4"
|
2020-08-05 15:42:25 +03:00
|
|
|
}
|
|
|
|
}
|