UNPKG

2.08 kBJSONView Raw
1{
2 "name": "d3-state-visualizer",
3 "version": "1.4.2",
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 "lib",
21 "src"
22 ],
23 "main": "lib/index.js",
24 "types": "lib/index.d.ts",
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/reduxjs/redux-devtools.git"
28 },
29 "scripts": {
30 "build": "yarn run build:types && yarn run build:js && yarn run build:umd && yarn run build:umd:min",
31 "build:types": "tsc --emitDeclarationOnly",
32 "build:js": "babel src --out-dir lib --extensions \".ts\" --source-maps inline",
33 "build:umd": "webpack --env production --progress --config webpack.config.umd.ts",
34 "build:umd:min": "webpack --env production --progress --config webpack.config.umd.ts",
35 "clean": "rimraf lib dist",
36 "lint": "eslint . --ext .ts",
37 "type-check": "tsc --noEmit",
38 "prepack": "yarn run clean && yarn run build",
39 "prepublish": "yarn run type-check && yarn run lint"
40 },
41 "dependencies": {
42 "@types/d3": "^3.5.46",
43 "d3": "^3.5.17",
44 "d3tooltip": "^1.3.2",
45 "deepmerge": "^4.2.2",
46 "map2tree": "^1.5.2",
47 "ramda": "^0.27.1"
48 },
49 "devDependencies": {
50 "@babel/cli": "^7.16.7",
51 "@babel/core": "^7.16.7",
52 "@babel/preset-env": "^7.16.7",
53 "@babel/preset-typescript": "^7.16.7",
54 "@types/node": "^16.11.17",
55 "@types/ramda": "^0.27.62",
56 "@typescript-eslint/eslint-plugin": "^5.8.1",
57 "@typescript-eslint/parser": "^5.8.1",
58 "babel-loader": "^8.2.3",
59 "eslint": "^8.6.0",
60 "eslint-config-prettier": "^8.3.0",
61 "rimraf": "^3.0.2",
62 "ts-node": "^10.4.0",
63 "typescript": "~4.5.4",
64 "webpack": "^5.65.0",
65 "webpack-cli": "^4.9.1"
66 },
67 "gitHead": "88efc25786b0ff950646533e228f597716e79df9"
68}