2020-08-05 15:42:25 +03:00
|
|
|
{
|
|
|
|
"name": "d3-state-visualizer",
|
2022-01-08 05:24:58 +03:00
|
|
|
"version": "1.4.2",
|
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",
|
|
|
|
"src"
|
|
|
|
],
|
2022-01-10 18:41:53 +03:00
|
|
|
"main": "dist/d3-state-visualizer.cjs.js",
|
|
|
|
"module": "dist/d3-state-visualizer.esm.js",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"unpkg": "dist/d3-state-visualizer.umd.js",
|
2020-09-21 02:05:37 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/reduxjs/redux-devtools.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2022-01-10 18:41:53 +03:00
|
|
|
"build": "rollup -c",
|
|
|
|
"clean": "rimraf dist",
|
2020-09-21 02:05:37 +03:00
|
|
|
"lint": "eslint . --ext .ts",
|
|
|
|
"type-check": "tsc --noEmit",
|
2021-09-19 02:47:03 +03:00
|
|
|
"prepack": "yarn run clean && yarn run build",
|
|
|
|
"prepublish": "yarn run type-check && yarn run lint"
|
2020-08-05 15:42:25 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-10 18:41:53 +03:00
|
|
|
"@babel/runtime": "^7.16.7",
|
2021-10-04 22:18:48 +03:00
|
|
|
"@types/d3": "^3.5.46",
|
2020-08-05 15:42:25 +03:00
|
|
|
"d3": "^3.5.17",
|
2022-01-08 05:24:58 +03:00
|
|
|
"d3tooltip": "^1.3.2",
|
2020-08-10 03:54:00 +03:00
|
|
|
"deepmerge": "^4.2.2",
|
2022-01-08 05:24:58 +03:00
|
|
|
"map2tree": "^1.5.2",
|
2020-08-09 04:18:45 +03:00
|
|
|
"ramda": "^0.27.1"
|
2020-09-21 02:05:37 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-03 08:10:29 +03:00
|
|
|
"@babel/core": "^7.16.7",
|
2022-01-10 18:41:53 +03:00
|
|
|
"@babel/eslint-parser": "^7.16.5",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.16.7",
|
2022-01-03 08:10:29 +03:00
|
|
|
"@babel/preset-env": "^7.16.7",
|
|
|
|
"@babel/preset-typescript": "^7.16.7",
|
2022-01-10 18:41:53 +03:00
|
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
|
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
2021-12-27 05:12:31 +03:00
|
|
|
"@types/ramda": "^0.27.62",
|
2022-01-03 08:10:29 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
|
|
|
"@typescript-eslint/parser": "^5.8.1",
|
|
|
|
"eslint": "^8.6.0",
|
2021-09-19 02:47:03 +03:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
"rimraf": "^3.0.2",
|
2022-01-10 18:41:53 +03:00
|
|
|
"rollup": "^2.63.0",
|
|
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
|
|
"rollup-plugin-typescript2": "^0.31.1",
|
|
|
|
"tslib": "^2.3.1",
|
|
|
|
"typescript": "~4.5.4"
|
2020-08-05 15:42:25 +03:00
|
|
|
}
|
|
|
|
}
|