UNPKG

2 kBJSONView Raw
1{
2 "name": "d3-state-visualizer",
3 "version": "1.5.0",
4 "description": "Visualize your app state with a range of reusable charts",
5 "keywords": [
6 "d3",
7 "state",
8 "store",
9 "tree",
10 "visualization"
11 ],
12 "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/d3-state-visualizer",
13 "bugs": {
14 "url": "https://github.com/reduxjs/redux-devtools/issues"
15 },
16 "license": "MIT",
17 "author": "romseguy",
18 "files": [
19 "dist",
20 "src"
21 ],
22 "main": "dist/d3-state-visualizer.cjs.js",
23 "module": "dist/d3-state-visualizer.esm.js",
24 "types": "dist/index.d.ts",
25 "unpkg": "dist/d3-state-visualizer.umd.js",
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/reduxjs/redux-devtools.git"
29 },
30 "scripts": {
31 "build": "rollup -c",
32 "clean": "rimraf dist",
33 "lint": "eslint . --ext .ts",
34 "type-check": "tsc --noEmit",
35 "prepack": "yarn run clean && yarn run build",
36 "prepublish": "yarn run type-check && yarn run lint"
37 },
38 "dependencies": {
39 "@babel/runtime": "^7.16.7",
40 "@types/d3": "^3.5.46",
41 "d3": "^3.5.17",
42 "d3tooltip": "^2.0.0",
43 "deepmerge": "^4.2.2",
44 "map2tree": "^2.0.0",
45 "ramda": "^0.27.1"
46 },
47 "devDependencies": {
48 "@babel/core": "^7.16.7",
49 "@babel/eslint-parser": "^7.16.5",
50 "@babel/plugin-transform-runtime": "^7.16.7",
51 "@babel/preset-env": "^7.16.7",
52 "@babel/preset-typescript": "^7.16.7",
53 "@rollup/plugin-babel": "^5.3.0",
54 "@rollup/plugin-commonjs": "^21.0.1",
55 "@rollup/plugin-node-resolve": "^13.1.3",
56 "@types/ramda": "^0.27.62",
57 "@typescript-eslint/eslint-plugin": "^5.8.1",
58 "@typescript-eslint/parser": "^5.8.1",
59 "eslint": "^8.6.0",
60 "eslint-config-prettier": "^8.3.0",
61 "rimraf": "^3.0.2",
62 "rollup": "^2.63.0",
63 "rollup-plugin-terser": "^7.0.2",
64 "rollup-plugin-typescript2": "^0.31.1",
65 "tslib": "^2.3.1",
66 "typescript": "~4.5.4"
67 },
68 "gitHead": "24e5e78e6943d69d352827345b1824a971b74f14"
69}