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",
|
2020-09-21 02:05:37 +03:00
|
|
|
"lint": "eslint . --ext .ts",
|
|
|
|
"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-04-07 07:05:15 +03:00
|
|
|
"d3tooltip": "^4.0.0",
|
2023-03-27 04:04:12 +03:00
|
|
|
"deepmerge": "^4.3.1",
|
2024-04-07 07:05:15 +03:00
|
|
|
"map2tree": "^4.0.0",
|
2024-06-07 04:21:49 +03:00
|
|
|
"ramda": "^0.30.1"
|
2020-09-21 02:05:37 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-07 04:21:49 +03:00
|
|
|
"@types/ramda": "^0.30.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^7.12.0",
|
|
|
|
"@typescript-eslint/parser": "^7.12.0",
|
2024-02-24 02:18:02 +03:00
|
|
|
"eslint": "^8.57.0",
|
2023-12-10 06:44:13 +03:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-06-07 04:21:49 +03:00
|
|
|
"rimraf": "^5.0.7",
|
2024-01-08 02:08:46 +03:00
|
|
|
"typescript": "~5.3.3"
|
2020-08-05 15:42:25 +03:00
|
|
|
}
|
|
|
|
}
|